<div class="gmail_quote">On Fri, Mar 28, 2008 at 12:37 PM, &lt;<a href="mailto:stefan_jones@comcast.net">stefan_jones@comcast.net</a>&gt; wrote:<br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">I have two capture cards in my mythbox:<br><br>pchdtv-3000, which has been in the box for a while but which &nbsp;I just recently got working and configured,<br>
<br>Happague PVR-150, which is my main recording inteface. It is addressed as /dev/video1<br><br>Whenever the HDTV-3000 is installed, and configured, something odd happens -- often but now always -- after a system reset. The Happague card kind of disappears on me. Specifically, the configuration listing swaps from /dev/video1 to /dev/video0. It&#39;s like the binding between the database information and the hardware gets lost.<br>
<br>The fix is easy; I turn off mythbackend, bring up mythtvsetup, and go to the Capture Cards listing for the Happague. The config page will show /dev/video0, and list the hdtv-3000 card as hardware it&#39;s seeing. I just need to switch /dev/video0 to /dev/video1 and I&#39;m back in business.<br>
<br>Anyone else see this? Is there a way to keep this from happening?</blockquote>
<div>&nbsp;</div>
<div>The hard way: write udev rules</div>
<div>This has always troubled me</div>
<div>&nbsp;</div>
<div>Easy way (for me): Add an option line to your ivtv module in modprobe.conf</div>
<div>options ivtv ivtv_first_minor=1</div>
<div>&nbsp;</div>
<div>This will cause ivtv to always take /dev/video1 (double check with a google search to see if ivtv_first_minor is 0 based) which leaves /dev/video0 always open for your hdtv-3000 card.</div>
<div>&nbsp;</div>
<div>Kevin</div></div>