Hello,

I have a Lenovo USB 2.0 webcam which currently does not work with kernel 2.6.31 and also some earlier releases. It is supported by vc032x in theory though.


The camera worked with the old gspca driver before kernel inclusion. After kernel inclusion, it worked even better, albeit some applications would need v4l1compat.so.

Since some time (kernel updates) it stopped working. It is still recognized; dmesg output below:

usb 1-3: new high speed USB device using ehci_hcd and address 7
usb 1-3: configuration #1 chosen from 1 choice
gspca: probing 17ef:4802
vc032x: check sensor header 20
vc032x: Sensor ID 143a (3)
vc032x: Find Sensor MI1310_SOC
gspca: probe ok
gspca: probing 17ef:4802


However, the video device seems to be unusable:
 * spcaview hangs before showing the first frame, output follows:

   > Spcaview version: 1.1.8 date: 25:12:2007 (C) mxha...@magic.fr
   > Initializing SDL.
   > SDL initialized.
   > bpp 3 format 15
   > Using video device /dev/video0.
   > Initializing v4l.
   > **************** PROBING CAMERA *********************
   > Camera found: Lenovo USB Webcam
   > Hmm did not support Video_channel
   > *****************************************************
   >  grabbing method default MMAP asked
   > VIDIOCGMBUF size 1327104  frames 4  offets[0]=0 offsets[1]=331776
   > VIDIOCGPICT
   > brightnes=0 hue=0 color=0 contrast=0 whiteness=0
   > depth=8 palette=0
   > VIDIOCSPICT
   > brightness=0 hue=0 color=0 contrast=0 whiteness=0
   > depth=24 palette=15

   No output from the kernel in that case

 * Apps like cheese with v4l2convert or mplayer with v4l2 driver
   try hard, giving errors like
   > v4l2: select timeout ??% ??,?% 0 0
   at the same time this message is produced a lot in kernel output:
   > gspca: frame overflow 119808 > 118784
   with varying numbers.

 * As you could imagine, skype does not work as well


As I read that there are recent patches against vc032x regarding the MI1310_SOC capture device, I wanted to try the recent v4l-dvb tree. However it does not compile here, missing headers in the firewire module.


I would be very grateful if you could help me resolve this issue!
What do I need to compile/try a newer version of the driver?
Is the problem with my webcam already known?
How may I assist in any bug-fixing, do you need further information?


Best Regards,
Johannes
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to