Comment 11 for bug 22070

Revision history for this message
Ben Caldwell (benny-caldwell) wrote :

Hi Leann,

With the qcmessenger driver unloaded and temporarily blacklisted to stop it loading again, the output from dmesg is:
...
[ 4880.228709] usb 2-1: new full speed USB device using uhci_hcd and address 5
[ 4880.415533] usb 2-1: configuration #1 chosen from 1 choice
...

and output from lsusb:

...
Bus 002 Device 005: ID 046d:08f6 Logitech, Inc.
...

With the qcmessenger driver removed from the blacklist and the camera plugged, dmesg output is:

...
[ 5148.810751] usb 2-1: new full speed USB device using uhci_hcd and address 6
[ 5149.002534] usb 2-1: configuration #1 chosen from 1 choice
[ 5149.147413] qcmessenger [55.385792]: ----------LOADING QUICKCAM MODULE------------
[ 5149.147425] qcmessenger [55.385806]: struct quickcam size: 4752
[ 5149.147497] qcmessenger: QuickCam USB camera found (driver version QuickCam Messenger/Communicate USB 1.8 $Date: 2008/05/26 00:00:00 $)
[ 5149.147505] qcmessenger: Kernel:2.6.24-19-generic bus:2 class:FF subclass:FF vendor:046D product:08F6
[ 5149.147513] qcmessenger [55.385894]: poisoning qc in qc_usb_init
[ 5149.159122] qcmessenger [55.397517]: E00A contains 08F6
[ 5149.159133] qcmessenger: Sensor VV6450 detected
[ 5149.160423] input: Quickcam snapshot button as /devices/virtual/input/input8
[ 5149.178389] qcmessenger [55.416814]: Quickcam snapshot button registered on usb-0000:00:1d.1-1/input0
[ 5149.178868] qcmessenger: Registered device: /dev/video0
[ 5149.179145] usbcore: registered new interface driver qcmessenger
...

I am downloading the Ibex alpha and should find the time to test and report my results here in the next few days.

Ben