Alan,<br><br>Great! Nice and simple...<br><br>I do like the idea of a udev &quot;freeze/dump current config&quot; type feature, that&#39;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> &lt;<a href="mailto:cal@graggrag.com">cal@graggrag.com</a>&gt; 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>&gt; I have two cards in my system; a PVR-150 and a WinFast DTV-1000T.<br>&gt;<br>&gt; The devices work &quot;OK&quot;, but every reboot get assigned /dev/video0 and<br>&gt; /dev/video1 in a random order so the myth config keeps getting
<br>&gt; messed up.<br>&gt;<br>&gt; 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&#39;s &#39;ivtv_first_minor&#39;,
<br>and with cx8800 (the DTV-1000) it&#39;s&nbsp;&nbsp;video_nr and radio_nr. Try<br>&#39;modinfo ivtv&#39; and &#39;modinfo cx8800&#39; (as root) for the full list of<br>options .<br><br>I have the same mix of cards in my system, two DTV-1000&#39;s actually,
<br>and in a file /etc/modprobe.d/mythtv I have ...<br>&nbsp;&nbsp;&nbsp;&nbsp;options cx8800 video_nr=0,1 radio_nr=0,1 vbi_nr=0,1<br>&nbsp;&nbsp;&nbsp;&nbsp;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>