[linux-dvb] Avermedia DBV-t USB 2.0 - Help
Doug Scoular
dscoular at cisco.com
Sun Mar 5 23:40:46 CET 2006
Hi Howard,
A.H.Gilbert wrote:
> ======================================
>
> These /dev/adapterx/ dev files are what dvb-apps expects. Why were
> they not
>
> formed by the dvb_usb_a800 driver but the /dev/dvb0.xxx0 instead? Do
> you know of any app-software which deals these /dev/dvb0.xxx0 files?
>
> I tried
>
> ln -s /dev/dvb0.frontend0 /dev/dvb/adapter0/frontend0
>
> ln -s /dev/dvb0.demux0 /dev/dvb/adapter0/demux0
>
I think this is because you need to update your version of udev.
In FC3, the MAKEDEV-DVB.sh method has been superceded by using the udev
system. i.e., FC3 has switched from a static /dev/ directory to one that
is dynamically managed via udev. This allows device nodes to be
created on
demand as drivers are loaded.
For more information on udev, refer to the udev(8) man page and the
following link: http://fedora.redhat.com/docs/udev/
> and now:-
>
> =======================================================
>
> ./dvbscan dvb-t/uk-Bilsdale
>
> scanning dvb-t/uk-Bilsdale
>
> using '/dev/dvb/adapter0/frontend0' and '/dev/dvb/adapter0/demux0'
>
> initial transponder 474000000 0 2 1 3 0 0 0
>
>>>> tune to:
>
> 474000000:INVERSION_AUTO:BANDWIDTH_8_MHZ:FEC_2_3:FEC_1_2:QAM_64:TRANSMI
>
> SSION_MODE_2K:GUARD_INTERVAL_1_32:HIERARCHY_NONE
>
> WARNING: filter timeout pid 0x0011
>
> WARNING: filter timeout pid 0x0000
>
> WARNING: filter timeout pid 0x0010
>
> dumping lists (0 services)
>
Hmm, not sure why this is happening, I think you want to ensure your
dvb apps match your driver and that you have a fairly consistent set
of up-to-date system RPMs overall.
The A800 works pretty well for me... with the exception of mythtv
of course ;^)
Cheers,
Doug
More information about the linux-dvb
mailing list