Comment 2 for bug 268134

Revision history for this message
Sebastian Keller (skeller) wrote :

dmesg:
[166799.908016] usb 4-2: new full speed USB device using uhci_hcd and address 2
[166800.072374] usb 4-2: configuration #1 chosen from 1 choice
[166801.468907] Linux video capture interface: v2.00
[166801.656005] quickcam: QuickCam USB camera found (driver version QuickCam USB 0.6.6 $Date: 2006/11/04 08:38:14 $)
[166801.656005] quickcam: Kernel:2.6.27-2-generic bus:4 class:FF subclass:FF vendor:046D product:0840
[166801.680011] quickcam: Sensor HDCS-1000/1100 detected
[166801.680011] quickcam: Registered device: /dev/video0
[166801.684850] usbcore: registered new interface driver quickcam

I just tried 2.6.27-1.2 and it did not work either. Previous versions of the 2.6.27 package did not contain this driver, at least according to changelog. So the last working release would be the last 2.6.26 package.

When I tried compiling a version from 2.6.26 in 2.6.27 it gave the following error:
/home/sebastian/Desktop/ubuntu-intrepid/qc-driver.c:3001: error: unknown field ‘type’ specified in initializer
The code in the according line is:
 type: VID_TYPE_CAPTURE | VID_TYPE_SUBCAPTURE,

Later versions of the driver have that line removed (probably because of changes in v4l), but it seems that at least gstreamer and ekiga depend on it. So I guess it is more a general v4l problem than a driver specific one.