Yes that's exactly what you should do, then in your mythtv-setup configure your cards to use /dev/BT878 and /dev/PVR150 with the priority that you want. This is exactly what I do w/ my PVR-350 and AverMedia A180.<br clear="all">
--Justin Johnson<br>
<br><br><div class="gmail_quote">On Mon, Mar 2, 2009 at 12:18 PM, James Miller <span dir="ltr"><<a href="mailto:gajs-f0el@dea.spamcon.org">gajs-f0el@dea.spamcon.org</a>></span> wrote:<br><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">earlier today, James Miller wrote:<br>
<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Can I ask for input on creating the udev rules I will need in order for the device files representing my capture cards get assigned consistently<br>
each time I boot the system? TIA.<br>
</blockquote>
<br></div>
Some further searching on this issue turned up the following link: <a href="http://ubuntuforums.org/archive/index.php/t-950387.html" target="_blank">http://ubuntuforums.org/archive/index.php/t-950387.html</a> . This is one of those extremely rare occasions where you find that someone online has tried to do the same thing you want to do and, what's more, has essentially the same system setup (he also uses Mythbuntu and has the same capture cards I'm using). His udev rule is named /etc/udev/rules.d/55-custom.rules and the content is as follows:<br>
<br>
KERNEL=="video[0-9]", SYSFS{name}=="BT878*", SYMLINK+="BT878"<br>
KERNEL=="video[0-9]", SYSFS{name}=="ivtv*", SYMLINK+="PVR150"<br>
<br>
Does that look it's going to accomplish the goal I'm aiming at, i.e., to ensure that my capture cards are assigned device files consistently between reboots? Seems promising. Any further helpful input on this issue?<br>
<br>
Thanks,<br><font color="#888888">
James</font><div><div></div><div class="Wj3C7c"><br>
_______________________________________________<br>
mythtv-users mailing list<br>
<a href="mailto:mythtv-users@mythtv.org" target="_blank">mythtv-users@mythtv.org</a><br>
<a href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users" target="_blank">http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a><br>
</div></div></blockquote></div><br>