<div class="gmail_quote">On Wed, Dec 9, 2009 at 12:56 PM, Rod Smith <span dir="ltr">&lt;<a href="mailto:mythtv@rodsbooks.com">mythtv@rodsbooks.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 class="im">On Wednesday 09 December 2009 11:58:30 am Dave wrote:<br>
&gt;<br>
&gt; I did already make a udev rule (using the python script at the<br>
</div>&gt; link&lt;<a href="http://ubuntuforums.org/showthread.php?t=753434" target="_blank">http://ubuntuforums.org/showthread.php?t=753434</a>&gt;I provided).<br>
<div class="im">&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>
<br>
</div>I haven&#39;t checked with 0.22, but with 0.21, the MythTV setup utility doesn&#39;t<br>
show video device files under non-standard names; you&#39;ve got to type them in<br>
manually. </blockquote><div><br>OK, that&#39;s the info I needed to know. I think that will solve my issue. Thanks!<br> </div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Check in a shell to see if the file exists (as in &quot;ls /dev/video*&quot;<br>
to see all filenames in /dev that begin with &quot;video&quot;). If it does, then type<br>
the name in manually in the backend.<br></blockquote></div><br>Yes, it exists. I will enter it manually. <br>