[mythtv-users] Help with UDEV for DVB tuners

Lindsay Mathieson lindsay.mathieson at optusnet.com.au
Wed Jul 9 11:36:19 UTC 2008


Nick F wrote:
> You set me on the right track.  I can create adapter101 and 102 just 
> fine for my 2 DVB-S cards, but I can't figure out a udev rule for my 
> Nova-T-500 which is 2 tuners.  So I've let the default rule (50) 
> create just the 2 DVB-T tuners which it makes adapter1 and adapter3 
> and then my two DVB-S cards are create by rule 98 to be adapter101 and 
> adapter102.  My only worry is that it won't make my DVB-T cards 1 and 
> 3 in the future and choose 0 and 1 (which I would have assumed it 
> would do).  If anyone knows a udev rule to differentiate between the 2 
> tuners on a Nova-T-500 I would be most grateful.


Sounds like we have very similar problems - I have a LifeView twin usb 
tuner and a PCI WinFast 100T that I want to manage separately. Trouble 
is I can can't differentiate the USB twin tuners.

What I would suggest doing is dumping a udevinfo on the Nova adapters to 
two files and running a diff on them, i.e:

udevinfo -a -p $(udevinfo -q path -n /dev/dvb/adapter0/frontend0) > adaptor0
udevinfo -a -p $(udevinfo -q path -n /dev/dvb/adapter1/frontend0) > adaptor1

diff adaptor0 adaptor1

And see what comes up.

Unfortunately for me the only differences on my tuners changed on each 
boot :(

cheers,

Lindsay


More information about the mythtv-users mailing list