Comment 7 for bug 269123

Revision history for this message
Thanos Lefteris (alefteris) wrote : Re: [Bug 269123] Re: stkwebcam kernel-modul dont work in intrepid

Logs attached as requested (with no webcam module loaded).

Then with:

$ sudo modprobe stkwebcam

tail of dmesg:

[ 539.088995] Linux video capture interface: v2.00
[ 539.109178] usbcore: registered new interface driver stkwebcam

$ lsmod | grep stk
stkwebcam 33668 0
compat_ioctl32 18176 1 stkwebcam
videodev 46720 2 stkwebcam,compat_ioctl32
usbcore 175376 5 stkwebcam,usbhid,ehci_hcd,uhci_hcd

Now if I try to start camorama:

$ camorama -D
VIDIOCGCAP -- could not get camera capabilities, exiting.....

Cheese doesn't get any video (No camera found). Ekiga also desn't get
any video (no device found with plugin V4L). Skype also can't use the
camera.

If I then unload the stkwebcam and load ver. 1.4 of the stk11xx, that
I have compiled from the sources at
http://syntekdriver.sourceforge.net :

$ sudo rmmod stkwebcam
$ sudo insmod ./stk11xx.ko

dmesg output:

[ 1591.307058] usbcore: deregistering interface driver stkwebcam
[ 1826.083489] stk11xx: Syntek USB2.0 webcam driver startup
[ 1826.083549] stk11xx: Syntek USB2.0 - STK-1135 based webcam found.
[ 1826.083554] stk11xx: Syntek AVStream USB2.0 1.3M WebCam - Product ID 0x6A31.
[ 1826.083560] stk11xx: Release: 0005
[ 1826.083564] stk11xx: Number of interfaces : 1
[ 1826.089065] stk11xx: Initialize USB2.0 Syntek Camera
[ 1826.206362] stk11xx: Check device return error (0x0201 = 0C) !
[ 1826.273228] stk11xx: Syntek USB2.0 Camera is ready
[ 1826.273436] stk11xx: Syntek USB2.0 Camera is now controlling video
device /dev/video0
[ 1826.273515] usbcore: registered new interface driver usb_stk11xx_driver
[ 1826.273522] stk11xx: v1.3.1 : Syntek USB Video Camera

With this module, camorama has video from the webcam. Ekiga also works
with the stk11xx module. So this is an improvement over the stkwebcam
module :)

But not all is good :( Cheece is not working again (No camera found)
and Skype detects the webcam, but when testing the webcam
functionality from the app settings, I only get a black screen.

I would be very interested if anyone else had better luck..