Re: [Linux-uvc-devel] Ekiga and QuickCam Fusion
Linux UVC driver and tools
Brought to you by:
pinchartl
|
From: Dariusz D. <dar...@gm...> - 2006-02-23 17:42:25
|
try with the latest cvs ekiga snapshots.. it works for me with this webcam. dariusz dworznik On Thursday 23 February 2006 17:35, Aaron VanDevender wrote: > I am trying to get a QuickCam Fusion to work with Ekiga. I'm using rev > 21 of the uvc driver and Ekiga Beta2 (2006.02.13), on FC4 > (kernel-2.6.15-1.1831_FC4). I've seen some people on the list get > combination to work (Mikael), so I'm wondering what I'm doing wrong. > > Plugging in the device gives me from dmesg: > > usb 1-2: new high speed USB device using ehci_hcd and address 14 > 14:3:1: cannot set freq 0 to ep 0x86 > 14:3:2: cannot set freq 0 to ep 0x86 > 14:3:3: cannot set freq 16000 to ep 0x86 > uvcvideo: Found UVC 1.00 device <unnamed> (046d:08c1) > usbcore: registered new driver usbvideo > USB Video Class driver (v0.1.0) > uvcvideo: Failed to query (129) UVC control 1 (unit 0) : -32. > uvcvideo: Failed to query (1) UVC control 1 (unit 0) : -32. > uvcvideo: Failed to query (1) UVC control 1 (unit 0) : -110. > uvcvideo: Failed to query (1) UVC control 1 (unit 0) : -110. > > replugging gives me: > > usb 1-2: new high speed USB device using ehci_hcd and address 15 > uvcvideo: Found UVC 1.00 device <unnamed> (046d:08c1) > 15:3:1: cannot set freq 0 to ep 0x86 > 15:3:2: cannot set freq 0 to ep 0x86 > 15:3:3: cannot get freq at ep 0x86 > > If I try and reload the module, I get > > uvcvideo: Found UVC 1.00 device <unnamed> (046d:08c1) > uvcvideo: Failed to query (1) UVC control 1 (unit 0) : -110. > uvcvideo: Failed to initialize the device (-5). > usbcore: registered new driver usbvideo > USB Video Class driver (v0.1.0) > > The blue light never comes on. In fact, I didn't even realize the blue > light existed until Laurent mentioned it in a post to Nick, and I > confirmed it in the manual. It could be that this unit is dead out of > the box, as I don't have any windows boxes that I can test it on. But I > think it is more likely that I just need to tweak the driver somehow. > > dmesg does not report that any sources (MJPEG or uncompressed) are > available. When I load up ekiga, it sees a device (/dev/video1) but > cannot open it. Instead it gives me an error that says: > > "Your video driver doesn't support the requested video format." > > If anyone has any suggestions for getting this to work, I would > appreciate it. |