Omnivision webcam

I have a 05a9:2643 OmniVision Monitor Webcam (Dell SP2208WFP)
device.According to ‘Linux UVC driver & tools’
(http://linux-uvc.berlios.de/) this device is fully supported.

UNAME -A
Linux suse-x64 2.6.31.5-0.1-desktop #1 SMP PREEMPT 2009-10-26 15:49:03
+0100 x86_64 x86_64 x86_64 GNU/Linux

BOOT.MSG
5.752085] Linux video capture interface: v2.00
<6> 5.759466] uvcvideo: Found UVC 1.00 device Monitor Webcam
(SP2208WFP) (05a9:2643)
<6> 5.759903] uvcvideo: UVC non compliance - GET_DEF(PROBE) not
supported. Enabling workaround.
<3> 5.760152] uvcvideo: Failed to query (129) UVC probe control :
-32 (exp. 26).
<3> 5.760172] uvcvideo: Failed to initialize the device (-5).
<6> 5.760328] usbcore: registered new interface driver uvcvideo
<6> 5.760335] USB Video Class driver (v0.1.0)

LSUSB
BUS 001 DEVICE 008: ID 05A9:2643 OMNIVISION TECHNOLOGIES, INC. MONITOR
WEBCAM

LSMOD
MODULE SIZE USED BY
UVCVIDEO 74196 0
VIDEODEV 46848 1 UVCVIDEO
V4L1_COMPAT 19148 2 UVCVIDEO,VIDEODEV
V4L2_COMPAT_IOCTL32 12776 1 VIDEODEV

DMESG | LESS
1.971084] usb 1-3.1: new high speed USB device using ehci_hcd and
address 5
2.062684] usb 1-3.1: New USB device found, idVendor=05a9,
idProduct=2643
2.062690] usb 1-3.1: New USB device strings: Mfr=1, Product=2,
SerialNumber=0
2.062693] usb 1-3.1: Product: Monitor Webcam (SP2208WFP)
2.062696] usb 1-3.1: Manufacturer: Mic-OmniVision Technologies,
Inc.538-2640-07.08.09.6

LUVCVIEW
luvcview version 0.2.1
Video driver: fbcon
Hardware surfaces are available (5120K video memory)
video /dev/video0
ERROR opening V4L interface
: No such file or directory

I had this working fine in 11.1, but not 11.2
Any ideas?

The webcam that I used to compile the driver in 11.1 to work, “just work” in 11.2.

Here is my output

luvcview
luvcview version 0.2.1 
Video driver: x11
A window manager is available
video /dev/video0 
 format asked unavailable get width 800 height 600 

Did you try another application for testing your webcam.
In 11.1 I cannot make luvcview work and in gqcam using the workaround “env LD_PRELOAD=/usr/lib/libv4l/v4l1compat.so gqcam” it works.

Tsandu wrote:
> The webcam that I used to compile the driver in 11.1 to work, “just
> work” in 11.2.
>
> Here is my output
>
> Code:
> --------------------
> luvcview
> luvcview version 0.2.1
> Video driver: x11
> A window manager is available
> video /dev/video0
> format asked unavailable get width 800 height 600
> --------------------
>
>
> Did you try another application for testing your webcam.
> In 11.1 I cannot make luvcview work and in gqcam using the workaround
> “env LD_PRELOAD=/usr/lib/libv4l/v4l1compat.so gqcam” it works.
>
>
the problem is, the device is never initialized properly. There is no
/dev/video or /dev/video0

I have pretty much exactly the same problem of no /dev/video or /dev/video0
Only difference is I am still on 11.1 32bit.
The Webcam worked fine when I did my install a few months ago, and when I fired up Skype today I have no video device.

jonnoss wrote:
> I have pretty much exactly the same problem of no /dev/video or
> /dev/video0
> Only difference is I am still on 11.1 32bit.
> The Webcam worked fine when I did my install a few months ago, and when
> I fired up Skype today I have no video device.
>
>
Just to follow up, I formated and reinstalled the OS. Webcam now works.
Very strange.

Mr. Beer wrote:
> jonnoss wrote:
>> I have pretty much exactly the same problem of no /dev/video or
>> /dev/video0
>> Only difference is I am still on 11.1 32bit.
>> The Webcam worked fine when I did my install a few months ago, and when
>> I fired up Skype today I have no video device.
>>
>>
> Just to follow up, I formated and reinstalled the OS. Webcam now works.
> Very strange.

OK, it worked for 1 boot, now it’s gone again. Must be a timing issue or
something.

Mr. Beer wrote:
> Mr. Beer wrote:
>> jonnoss wrote:
>>> I have pretty much exactly the same problem of no /dev/video or
>>> /dev/video0
>>> Only difference is I am still on 11.1 32bit.
>>> The Webcam worked fine when I did my install a few months ago, and when
>>> I fired up Skype today I have no video device.
>>>
>>>
>> Just to follow up, I formated and reinstalled the OS. Webcam now
>> works. Very strange.
>
> OK, it worked for 1 boot, now it’s gone again. Must be a timing issue or
> something.

Definitely a timing issue. If i do the rmmod uvcvideo then modprobe
uvcvideo a couple times it works