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