2008-03-18, 05:33
Hi,
the dynamic controls dont get added by the udev script as they should. I investigated a bit and found out that the script is looking for "idVendor" and "idProduct" files in the /sys diectory tree. The script logfile states:
the dynamic controls dont get added by the udev script as they should. I investigated a bit and found out that the script is looking for "idVendor" and "idProduct" files in the /sys diectory tree. The script logfile states:
Code:
VID of new device: ''
PID of new device: ''
ERROR: Unable to extract USB VID from '/sys/sys/devices/pci0000:00/0000:00:1d.7/../idVendor'.
I found two files which appear to hold those IDs: "vendor" and "device".
So I changed the script to look for those files. But it still fails:
Code:
VID of new device: '0x8086'
PID of new device: '0x265c'
ERROR: Device is not handled by uvcvideo but by 'ehci_hcd'.
Any ideas?
cheers,
Janosch