Comment 7 for bug 196811

Revision history for this message
Martin Pitt (pitti) wrote : Re: hal does not detect Quickcam Express as v4l-device

Apparently the kernel driver does not create a /sys fs entry with a 'video4linux' subclass. Those are just a generic USB device and interface.

Can you please plug in the device and do

  tar cp /sys/ 2>/dev/null| gzip -9 > /tmp/sysfs.tar.gz

and attach /tmp/sysfs.tar.gz here? Thank you!