<br><br><div class="gmail_quote">On Wed, Dec 9, 2009 at 12:03 PM, John Drescher <span dir="ltr">&lt;<a href="mailto:drescherjm@gmail.com">drescherjm@gmail.com</a>&gt;</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><div></div><div class="h5">On Wed, Dec 9, 2009 at 11:58 AM, Dave &lt;<a href="mailto:dave@davestechshop.net">dave@davestechshop.net</a>&gt; wrote:<br>
&gt;<br>
&gt;<br>
&gt; On Wed, Dec 9, 2009 at 11:44 AM, Kevin Kuphal &lt;<a href="mailto:kkuphal@gmail.com">kkuphal@gmail.com</a>&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt; On Wed, Dec 9, 2009 at 10:02 AM, Dave &lt;<a href="mailto:dave@davestechshop.net">dave@davestechshop.net</a>&gt; wrote:<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; I am running Mythbuntu 9.10 with 1 PVR150 and 1 HVR850. When I reboot,<br>
&gt;&gt; &gt; the PVR150 is changing device nodes. I tried the script mentioned in this<br>
&gt;&gt; &gt; thread (<a href="http://ubuntuforums.org/showthread.php?t=753434" target="_blank">http://ubuntuforums.org/showthread.php?t=753434</a>) and I do get a<br>
&gt;&gt; &gt; symlink, but I do not see the new static device node as an option in myth<br>
&gt;&gt; &gt; backend setup.<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Does this &quot;Ubuntu Jaunty&quot; script work in Mythbuntu 9.10 / MythTV .22?<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Is there a better solution yet?<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; What can I do now, other than not reboot? ;)<br>
&gt;&gt;<br>
&gt;&gt; The hard way: write udev rules<br>
&gt;&gt; This has always troubled me<br>
&gt;&gt;<br>
&gt;&gt; Easy way (for me): Add an option line to your ivtv module in modprobe.conf<br>
&gt;&gt; options ivtv ivtv_first_minor=1<br>
&gt;&gt;<br>
&gt;&gt; This will cause ivtv to always take /dev/video1 (double check with a<br>
&gt;&gt; google search to see if ivtv_first_minor is 0 based) and should leave<br>
&gt;&gt; /dev/video0 for your other card<br>
&gt;&gt;<br>
&gt;&gt; Kevin<br>
&gt;&gt;<br>
&gt; Thanks for your reply.<br>
&gt;<br>
&gt; I did already make a udev rule (using the python script at the link I<br>
&gt; provided).<br>
&gt;<br>
&gt; Here&#39;s my rule:<br>
&gt; KERNEL==&quot;video*&quot;, ATTR{name}==&quot;ivtv0 encoder MPG&quot;, ATTRS{vendor}==&quot;0x4444&quot;,<br>
&gt; KERNELS==&quot;0000:01:04.*&quot;, SYMLINK+=&quot;video_PVR150&quot;<br>
&gt;<br>
&gt; I added this rule to /etc/udev/rules.d/60-symlinks.rules<br>
&gt;<br>
&gt; I expected to see /dev/video_PVR150 as a choice in myth backend setup.<br>
&gt; However, it is not there, even after a reboot.<br>
&gt;<br>
&gt; Can anyone say whether this is a MythTV .22 issue or a mistake in my rule or<br>
&gt; something else? Thanks.<br>
&gt;<br>
<br>
</div></div>Here is what I have for my pvr500 to keep it from messing with my kworld 115<br>
<br>
# cat 60-ivtv.rules<br>
#DRIVER==&quot;ivtv&quot;,KERNELS==&quot;0000:02:08.0&quot;, SYMLINK+=&quot;pvr_150&quot;<br>
<br>
ATTR{name}==&quot;ivtv0 encoder MPG&quot;, SYMLINK+=&quot;pvr_150&quot;<br>
KERNEL==&quot;video?&quot;,SUBSYSTEM==&quot;video4linux&quot;,ATTR{name}==&quot;ivtv0 encoder<br>
MPG&quot;, SYMLINK+=&quot;v4l/video0&quot;<br>
KERNEL==&quot;video?&quot;,SUBSYSTEM==&quot;video4linux&quot;,ATTR{name}==&quot;ivtv1 encoder<br>
MPG&quot;, SYMLINK+=&quot;v4l/video1&quot;<br>
KERNEL==&quot;video??&quot;,SUBSYSTEM==&quot;video4linux&quot;,ATTR{name}==&quot;ivtv0 encoder<br>
PCM&quot;, SYMLINK+=&quot;v4l/video24&quot;<br>
KERNEL==&quot;video??&quot;,SUBSYSTEM==&quot;video4linux&quot;,ATTR{name}==&quot;ivtv1 encoder<br>
PCM&quot;, SYMLINK+=&quot;v4l/video25&quot;<br>
KERNEL==&quot;video??&quot;,SUBSYSTEM==&quot;video4linux&quot;,ATTR{name}==&quot;ivtv0 encoder<br>
YUV&quot;, SYMLINK+=&quot;v4l/video32&quot;<br>
KERNEL==&quot;video??&quot;,SUBSYSTEM==&quot;video4linux&quot;,ATTR{name}==&quot;ivtv1 encoder<br>
YUV&quot;, SYMLINK+=&quot;v4l/video33&quot;<br>
<font color="#888888"><br>
John<br>
</font><div><div></div><div class="h5"><br><br></div></div></blockquote><div>Thanks. Based on what I see in your rules, I think I&#39;ll try changing mine to this:<br><br>KERNEL==&quot;video*&quot;, ATTR{name}==&quot;ivtv0 encoder MPG&quot;, SYMLINK+=&quot;video_PVR150&quot;<br>
<br>It looks to me like you are saying your original (commented out) rule was too restrictive (too specific). Is that what you found? <br></div></div><br>