<div class="gmail_quote"><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">
<br>
</div>If you&#39;re running a recent udev, it&#39;s more likely:<br>
<br>
# udevadm info -a -p $(udevadm info -q path -n /dev/video0)<br>
<br>
instead.<br>
<br>
<a href="http://www.reactivated.net/writing_udev_rules.html" target="_blank">http://www.reactivated.net/writing_udev_rules.html</a> is still one of the<br>
best tutorials out there, but still needs updating to reflect the<br>
recent changing of udevinfo to udevadm.<br>
<br>
Nick<br>
<br>
--<br>
Nick Morrott<br>
<br>
MythTV Official wiki:<br>
<a href="http://mythtv.org/wiki/" target="_blank">http://mythtv.org/wiki/</a><br>
MythTV users list archive:<br>
<a href="http://www.gossamer-threads.com/lists/mythtv/users" target="_blank">http://www.gossamer-threads.com/lists/mythtv/users</a><br>
<br>
&quot;An investment in knowledge always pays the best interest.&quot; - Benjamin Franklin<br>
<div><div class="h5">_______________________________________________<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" target="_blank">http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a><br>
</div></div></blockquote><br></div>Thank you.  I think i got it.<br><br>SUBSYSTEM==&quot;video4linux&quot;, ATTR{name}==&quot;ivtv0 encoder MPG&quot;, SYMLINK+=&quot;pvr-150&quot;<br clear="all"><br>creates a symlink that i addded to mythtv-setup.  seems to work.  assuming if they swap again I will update to the new point.<br>
<br>mitchell@mythtv:~$ sudo udevadm info -a -p $(udevadm info -q path -n /dev/video0)<br>[sudo] password for mitchell: <br><br>Udevadm info starts with the device specified by the devpath and then<br>walks up the chain of parent devices. It prints for every device<br>
found, all possible attributes in the udev rules key format.<br>A rule to match, can be composed by the attributes of the device<br>and the attributes from one single parent device.<br><br>  looking at device &#39;/devices/pci0000:00/0000:00:10.0/0000:02:08.0/video4linux/video0&#39;:<br>
    KERNEL==&quot;video0&quot;<br>    SUBSYSTEM==&quot;video4linux&quot;<br>    DRIVER==&quot;&quot;<br>    ATTR{name}==&quot;ivtv0 encoder MPG&quot;<br>    ATTR{index}==&quot;0&quot;<br><br>Thanks,<br>-- <br>Mitchell<br>