Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[linux-dvb] Re: 0.9.2 - dvbd3 - 2.4.7 kernel - SkyStar1 - EON-little man



I can give you my way of connecting
EOL with Linux Slackware
2.4.12.
Compile drivers, then make insmod, then
./network_activator 512.
512 is the pid of EOL in case if you didn't know. :)
Compile your szap applications in the tuxzap directory.
then you gotta make ~/.szap directory and put in it
the channels.conf file.
the command szap -n 4 reads the fourth line in this file(it is mine config
you can use any of them if you like).
I have:
#less channels.conf
EOL Tr103:12460:h:0:27500:512:0:1:0
EOL Tr113:12632:h:0:22000:512:0:1:0
EOL Tr114:12640:v:0:22000:512:0:1:0
EOL Tr115:12663:h:0:22000:512:0:1:0
-------------------------------------------------
So it means that it will tune your device on the 115 Transponder.
Transponder 103 doesn't work and 113 is out of service.
114 and 115 working but sorta buggy :).

then use the following script
___________________________
 DVBDEV="dvb0_0"
 DVBIP="192.168.1.1"
 szap -n 4
 ifconfig $DVBDEV $DVBIP hw ether `ifconfig $1 | awk '
                 /inet addr:/ {split(gensub(/( *inet addr:)([^ ]+)(
 +.*)/,"\\\\2",1),ipb,".");
 \
                 printf "0:2:%X:%X:%X:%X\n",ipb[1],ipb[2],ipb[3],ipb[4]}'`

echo "0">/proc/sys/net/ipv4/conf/$DVBDEV/rp_filter
_________________________

then make ./script _your_device_for_outgoing_packets

It will bind your device to the IP and MAC address. The IP
address can be any of the address which doesn't conflict with IPs in your
LAN. And let the packets flow through outgoing device.
echo "0" enables getting the packets from dvb0_0 device otherwise you won't
be able to get 'em.

Viel Spass dabei.





-- 
Info:
To unsubscribe send a mail to listar@linuxtv.org with "unsubscribe linux-dvb" as subject.


Home | Main Index | Thread Index