[mythtv-users] Udev Help

Alex Harford harford at gmail.com
Tue Feb 2 23:15:58 UTC 2010


On Tue, Feb 2, 2010 at 3:00 PM, greg <greg12866 at nycap.rr.com> wrote:

>
> KERNEL=="video*", ATTR{name}=="ivtv0 encoder MPG", ATTRS{vendor}=="0x4444",
> SYMLINK+="video_PVR150"
>
> KERNEL=="video*", ATTR{name}=="Hauppauge HD PVR", ATTRS{vendor}=="0x8086",
> SYMLINK+="video_hdpvr"

Are you sure that the vendor of the HD PVR is 0x8086?  That's Intel's
vendor ID.  I think you've gone too far down the tree.

Can you post the result of
udevadm info -a -p `udevadm info --query=path --name=/dev/video1`

for both devices?

Just FYI, here is what I do:
SUBSYSTEM=="video4linux", ATTRS{vendor}=="0x4444",
ATTRS{device}=="0x0803", ATTR{index}=="0", SYMLINK+="pvr350"
SUBSYSTEM=="video4linux", ATTRS{vendor}=="0x4444",
ATTRS{device}=="0x0016", ATTRS{subsystem_vendor}=="0x0070",
ATTRS{subsystem_device}=="0xe817", ATTR{index}=="0",
SYMLINK+="pvr500-1"
SUBSYSTEM=="video4linux", ATTRS{vendor}=="0x4444",
ATTRS{device}=="0x0016", ATTRS{subsystem_vendor}=="0x0070",
ATTRS{subsystem_device}=="0xe807", ATTR{index}=="0",
SYMLINK+="pvr500-2"


More information about the mythtv-users mailing list