Mailing List archive

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

[linux-dvb] Re: dvb_net for WinTV/Nova-t



On Wednesday 04 September 2002 09:11, Alexander Nasonov wrote:
> In normal dvb_net module used functions that operate on sections:
> allocate_section_feed, release_section_feed and so on. For WinTV/Nova-t it
> doesn't work. So, I replaced those functions with functions that operate on
> TS: allocate_ts_feed, release_ts_feed and so on. And then I build IP
> packets from TS packets.

I've just checked latest DVB (NEWSTRUCT) and dvbtune (from 
http://sourceforge.net/projects/dvbtools) out. Then:
# cd DVB/driver
# make
# make insmod
# cd ../../dvbtune
Then I changed path to the net device in dvbtune.c from '/dev/ost/' to 
'/dev/dvb/adapter0/' and then:
# make NEWSTRUCT=1
# ./dvbtune -f 578000000 -n 273
# ping 10.110.0.1
PING 10.110.0.1 (10.110.0.1) from 10.100.0.2 : 56(84) bytes of data.
64 bytes from 10.110.0.1: icmp_seq=1 ttl=254 time=46.2 ms
64 bytes from 10.110.0.1: icmp_seq=1 ttl=254 time=46.2 ms (DUP!)
64 bytes from 10.110.0.1: icmp_seq=2 ttl=254 time=24.1 ms
64 bytes from 10.110.0.1: icmp_seq=2 ttl=254 time=24.1 ms (DUP!)
64 bytes from 10.110.0.1: icmp_seq=3 ttl=254 time=131 ms
64 bytes from 10.110.0.1: icmp_seq=3 ttl=254 time=131 ms (DUP!)

--- 10.110.0.1 ping statistics ---
3 packets transmitted, 3 received, +3 duplicates, 0% loss, time 2021ms
rtt min/avg/max/mdev = 24.121/67.170/131.151/46.132 ms
# ssh 10.110.0.1
root@10.110.0.1's password:
Last login: Wed Sep  4 10:14:47 2002 from 10.100.0.2
# 

Now it works! So, it seems that I was totally unlucky because I tried 
different versions of driver and dvbtune program and it never worked. But why 
DUP in ping?
-- 
Best regards,
Alexander Nasonov
Fraunhofer Gesellschaft



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



Home | Main Index | Thread Index