Mailing List archive

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

[linux-dvb] Re: Setting up DVB for IP



with my ss1 and planetsky I did :
first of all, I`ve used dvb drivers from
http://www.metzlerbros.org/dvb/index.html
because latest cvs wasn`t working well (arm was crashing) (latest cvs from
03.01.2003)
make, make insmod
dvbtune -c 0 -f 11137000 -p V -t 0 -s 39800 -D 0 -n 515
(also, you should check the signal, it must be better than 45%)
ifconfig dvb0_0 192.168.4.1 hw ether XX:XX:XX:XX:XX:XX up (with the MAC of
my card)
(and maybe check that /proc/sys/net/ipv4/conf/dvb0_0/arp_filter has value
"0", at least that was required for the dvbd with the old dvb drivers, such
as 0.8.2)
and that`s it
maybe it will help you :P
> >
> >
> >I had the same problem
> >just edit dvbtune.c
> >and (at the end, line 1401,1402):
> >
> >    sprintf(devnamen,"/dev/ost/net%d",dev);
> >#else
> >
> >cut that off :)
> >
> That makes the trick ! Thanks !
>
> But now I have more problems setting up my IP.
>
> What I did :
>
> cd /usr/local/src/DVB/driver ; make insmod
> /usr/local/src/dvbtune/dvbtune -n 2001
> /usr/local/src/dvbtune/dvbtune -f 11262000 -p H -s 27500
> ifconfig -a dvb0_0
> dvb0_0    Link encap:Ethernet  HWaddr 00:00:00:00:00:00
>           BROADCAST NOARP MULTICAST  MTU:4096  Metric:1
>           RX packets:0 errors:0 dropped:0 overruns:0 frame:0
>           TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
>           collisions:0 txqueuelen:100
>           RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)
>           Base address:0x962
> ifconfig dvb0_0 192.168.4.1 hw ether 00:01:02:03:04:05 up # I just put
> here some dummy ip that has nothing to do with my local network (witch
> is a classe A) and dummy MACad
> route add -net 224.0.0.0 netmask 224.0.0.0 dev dvb0_0
>
> tcpdump -ni dvb0_0
> tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
> listening on dvb0_0, capture size 68 bytes
> [CTRL+C]
> 0 packets received by filter
> 0 packets dropped by kernel
>
> Regards,
>
> --
> Alexandre CONRAD
> Research & Development
> tel : +33 1 30 80 55 00
> fax : +33 1 30 56 50 20
> TLV
> 6, rue de la plaine
> 78860 - SAINT NOM LA BRETECHE
> FRANCE
>
>
>
>




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



Home | Main Index | Thread Index