I tried the same.
My cam is a
Code:
Bus 001 Device 005: ID 0c45:613b Microdia Win2 PC Camera
So I followed these instructions:
http://groups.google.com/group/micro...er-draft?pli=1
But instead of the mentioned messages in dmesg I get these after plugging the cam in
Code:
[ 1363.665933] usbcore: registered new interface driver sn9c20x
[ 1363.665941] sn9c20x: SN9C20x USB 2.0 Webcam Driver v2009.01 loaded
[ 1380.925060] usb 1-4.4: USB disconnect, address 4
[ 1380.925775] usb 1-4.4: Disconnecting SN9C1xx PC Camera...
[ 1380.925782] usb 1-4.4: V4L2 device /dev/video0 deregistered
[ 1386.244180] usb 1-4.4: new full speed USB device using ehci_hcd and address 5
[ 1386.337131] usb 1-4.4: configuration #1 chosen from 1 choice
[ 1386.337526] usb 1-4.4: SN9C120 PC Camera Controller detected (vid:pid 0x0C45:0x613B)
[ 1386.387396] usb 1-4.4: OV7660 image sensor detected
[ 1386.574767] usb 1-4.4: Initialization succeeded
[ 1386.574876] usb 1-4.4: V4L2 device registered as /dev/video0
[ 1386.574881] usb 1-4.4: Optional device control through 'sysfs' interface disabled
[ 1386.622471] usb 1-4.4: usb_submit_urb() failed, error -28
I think some module is getting access to the cam, before the new driver module can take control.
And of course programs like camorame are reporting an error when trying to read /dev/video0.
Any hints?
x