Alan,<br><br>Great! Nice and simple...<br><br>I do like the idea of a udev "freeze/dump current config" type feature, that'd be really useful for the generic case...<br><br>Cheers<br><br>Steve<br><br><div><span class="gmail_quote">
On 14/06/07, <b class="gmail_sendername">Alan Calvert</b> <<a href="mailto:cal@graggrag.com">cal@graggrag.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Steve Smith wrote:<br>> I have two cards in my system; a PVR-150 and a WinFast DTV-1000T.<br>><br>> The devices work "OK", but every reboot get assigned /dev/video0 and<br>> /dev/video1 in a random order so the myth config keeps getting
<br>> messed up.<br>><br>> Is there anyway to stabilise them?<br><br>Messing with udev rules to control this is unnecessary, and overly<br>complicated. Most of the driver modules take a parameter to specify<br>what device it should use when modprobed. With ivtv, it's 'ivtv_first_minor',
<br>and with cx8800 (the DTV-1000) it's video_nr and radio_nr. Try<br>'modinfo ivtv' and 'modinfo cx8800' (as root) for the full list of<br>options .<br><br>I have the same mix of cards in my system, two DTV-1000's actually,
<br>and in a file /etc/modprobe.d/mythtv I have ...<br> options cx8800 video_nr=0,1 radio_nr=0,1 vbi_nr=0,1<br> options ivtv pal=BG ivtv_first_minor=2<br>So the two DTV1000s are always /dev/video0, /dev/video1, and the
<br>PVR-150 always comes up as /dev/video2 (and friends).<br><br>Simple as that. Cheers!<br>_______________________________________________<br>mythtv-users mailing list<br><a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org
</a><br><a href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users">http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a><br></blockquote></div><br>