On Wed, Jul 9, 2008 at 6:36 AM, Lindsay Mathieson <<a href="mailto:lindsay.mathieson@optusnet.com.au">lindsay.mathieson@optusnet.com.au</a>> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="Ih2E3d">Nick F wrote:<br>
> You set me on the right track. I can create adapter101 and 102 just<br>
> fine for my 2 DVB-S cards, but I can't figure out a udev rule for my<br>
> Nova-T-500 which is 2 tuners.<br>
</div>Sounds like we have very similar problems <br>
What I would suggest doing is dumping a udevinfo on the Nova adapters to<br>
two files and running a diff on them, i.e:<br>
<br>
udevinfo -a -p $(udevinfo -q path -n /dev/dvb/adapter0/frontend0) > adaptor0<br>
udevinfo -a -p $(udevinfo -q path -n /dev/dvb/adapter1/frontend0) > adaptor1<br>
<br>
diff adaptor0 adaptor1<br>
<br>
And see what comes up.<br>
<br></blockquote></div>Thanks Lindsay,<br><br>That's a good idea to do a diff - I was manually looking at the two files. But unfortunately the only difference seems to be in ATTRS{urbnum} - which get changed with every boot up. I wish I could force udev to make them adapter0 and adapter1, rather than adapter1 and adapter3 - especially since I now have no adapter0 and adapter2.<br>
<br>Oh well ... at least I've learnt how to use udev!<br>