Bug 11952 - Plase update CONFIG_USB_GSPCA driver.
Summary: Plase update CONFIG_USB_GSPCA driver.
Status: CLOSED PATCH_ALREADY_AVAILABLE
Alias: None
Product: v4l-dvb
Classification: Unclassified
Component: webcam (show other bugs)
Hardware: All Linux
: P1 normal
Assignee: Jean-Francois Moine
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-04 15:16 UTC by Michele Schiavo
Modified: 2008-11-06 09:03 UTC (History)
1 user (show)

See Also:
Kernel Version: 2.6.27.4
Subsystem:
Regression: ---
Bisected commit-id:


Attachments

Description Michele Schiavo 2008-11-04 15:16:38 UTC
i'm using : 
Bus 005 Device 003: ID 046d:08d7 Logitech, Inc
Actualy i have 2.6.26 family kernel with this module gspcav : http://mxhaard.free.fr/spca50x/Download/20071224.tar.gz driver
and work good :

usbcore: registered new interface driver gspca
gspca: gspca driver 01.00.20 registered
gspca: [spca5xx_set_light_freq:1932] Sensor currently not support light frequency banding filters.
gspca: [gspca_set_isoc_ep:945] ISO EndPoint found 0x81 AlternateSet 7
gspca: init isoc: usb_submit_urb(0) ret -28
gspca: [gspca_set_isoc_ep:945] ISO EndPoint found 0x81 AlternateSet 6
gspca: [spca5xx_set_light_freq:1932] Sensor currently not support light frequency banding filters.
gspca: [gspca_set_isoc_ep:945] ISO EndPoint found 0x81 AlternateSet 7
gspca: init isoc: usb_submit_urb(0) ret -28
gspca: [gspca_set_isoc_ep:945] ISO EndPoint found 0x81 AlternateSet 6
gspca: [spca5xx_do_ioctl:2124] Bridge ZC301-2 
gspca: [spca5xx_do_ioctl:2124] Bridge ZC301-2 

but with current 2.6.27.4 won't work
Comment 1 Jean-Francois Moine 2008-11-04 22:56:42 UTC
(In reply to comment #0)
> i'm using : 
> Bus 005 Device 003: ID 046d:08d7 Logitech, Inc
    [snip]
> but with current 2.6.27.4 won't work

What do you mean? Did you look at the gspca README in my page:
    http://moinejf.free.fr
?
Comment 2 Michele Schiavo 2008-11-05 13:58:07 UTC
I read now the readme.

i'm trying 2.3.0 driver of gspca_zc3xx.

udev create /dev/video0, but is not working 

usbcore: registered new interface driver zc3xx
zc3xx: registered
videodev: "" has no ioctl_ops.
usb 3-1: USB disconnect, address 2
gspca: device deleted
gspca: disconnect complete
usb 3-1: new full speed USB device using uhci_hcd and address 4
usb 3-1: configuration #1 chosen from 1 choice
gspca: probing 046d:08ad
zc3xx: probe 2wr ov vga 0x0000
zc3xx: probe sensor -> 11
zc3xx: Find Sensor HV7131R(c)
videodev: "" has no release callback. Please fix your driver for proper sysfs support, see http://lwn.net/Articles/36850/
gspca: probe ok


#spcaview 
 Spcaview version: 1.1.7 date: 06:11:2006 (C) mxhaard@magic.fr 
Initializing SDL.
SDL initialized.
bpp 3 format 15
Using video device /dev/video0.
Initializing v4l.
**************** PROBING CAMERA *********************
wrong device


with "original" kernel module the device /dev/video is working but the image is wrong.
Comment 3 Jean-Francois Moine 2008-11-06 00:00:43 UTC
(In reply to comment #2)
> I read now the readme.
    [snip]
> usbcore: registered new interface driver zc3xx
> zc3xx: registered
> videodev: "" has no ioctl_ops.
    [snip]

There may be a problem between videodev and gspca. You should remove all
the gspca v1 stuff and check the compilation of videodev and gspca v2.

> #spcaview 
    [snip]
> wrong device
> 
> with "original" kernel module the device /dev/video is working but the image
> is
> wrong.

I think you did not read all of the gspca v2 README: image decoding is now done
by the v4l library.
Comment 4 Michele Schiavo 2008-11-06 04:29:47 UTC
I solved.

Sorry the lose time.

the kernel 2.6.27.4 driver is working.
I was missing installing libv4l.
svv executable is working good, all other application that use webcam still showing bag picture.

Bus 003 Device 002: ID 046d:08ad Logitech, Inc. QuickCam Communicate STX
and
Bus 005 Device 004: ID 046d:08d7 Logitech, Inc. QuickCam Communicate STX

are both working good with svv

Note You need to log in before you can comment on or make changes to this bug.