<html><head><style type='text/css'>p { margin: 0; }</style></head><body><div style='font-family: Verdana; font-size: 8pt; color: #000000'><br>----- "Brad DerManouelian" &lt;myth@dermanouelian.com&gt; wrote:
<br>&gt; On Dec 3, 2008, at 8:42 PM, Steve Heistand wrote:<br>&gt; <br>&gt; &gt; at boot time<br>&gt; &gt; they dont always get assigned to the same /dev/video? port.<br>&gt; &gt; which only matters if you have usb channel changers.<br>&gt; &gt; sometimes it tries to record on one unit but change the channel<br>&gt; &gt; of the STB hooked to another unit...<br>&gt; <br>&gt; I had this problem until I wrote some udev rules to make sure they &nbsp;<br>&gt; always come up as the same device.<br>&gt; The only difference between them are the serial numbers so you need to &nbsp;<br>&gt; use those in your rule. These are mine:<br>&gt; <br>&gt; KERNEL=="video[0-9]", SYSFS{name}=="Hauppauge HD PVR", &nbsp;<br>&gt; SYSFS{serial}=="00A20C53", NAME="video0", SYMLINK+="HDPVR0"<br>&gt; KERNEL=="video[0-9]", SYSFS{name}=="Hauppauge HD PVR", &nbsp;<br>&gt; SYSFS{serial}=="00A200E1", NAME="video1", SYMLINK+="HDPVR1"<br><br>I solved this one by using Xen and passing the video device through.&nbsp; Well, that and it was cool.<br><br>Gerald<br><br></div></body></html>