All of lore.kernel.org
 help / color / mirror / Atom feed
* Webcam driver not working: drivers/media/video/gspca/ov519.c device 05a9:4519
@ 2010-10-29 12:12 Anca Emanuel
  2010-10-30 10:40 ` Anca Emanuel
  0 siblings, 1 reply; 16+ messages in thread
From: Anca Emanuel @ 2010-10-29 12:12 UTC (permalink / raw)
  To: linux-kernel; +Cc: linux-media, moinejf, mchehab

Hi all, sorry for the noise, but in current mainline (2.6.36-git12)
there are some updates in ov519.c
I'm running this kernel now and my camera is still not working (tested
in windows and it works).

lsusb:
Bus 008 Device 002: ID 05a9:4519 OmniVision Technologies, Inc. Webcam Classic

But on the case it writes: GRANDTEC Grand IP CAMERA PRO Model: 2
In have an LAN or USB switch mode.

Picture: http://tinypic.com/r/292llcg/7

Chips:
0705C07353 label on W9812G2GH-6 chip

MX chip:
T073520
29LV160CBTC-70G
2W417500

IC+ chip:
IP101A LF
0731S15
FNS1877.1

The errors I get:
Camorama Webcam Viewer: Could not connect to video device (/dev/video0).
Please check connection.

Cheese Webcam Booth: No device found.

^ permalink raw reply	[flat|nested] 16+ messages in thread
* Re: Webcam driver not working: drivers/media/video/gspca/ov519.c device 05a9:4519
@ 2010-10-31 13:16 Anca Emanuel
  2010-11-01 19:15 ` Jean-Francois Moine
  0 siblings, 1 reply; 16+ messages in thread
From: Anca Emanuel @ 2010-10-31 13:16 UTC (permalink / raw)
  To: hdegoede; +Cc: linux-media, moinejf, mchehab

[-- Attachment #1: Type: text/plain, Size: 1386 bytes --]

After this patch,

diff --git a/drivers/media/video/gspca/ov519.c b/drivers/media/video/gspca/ov519
index 6cf6855..47812d1 100644
--- a/drivers/media/video/gspca/ov519.c
+++ b/drivers/media/video/gspca/ov519.c
@@ -2561,6 +2561,10 @@ static int ov7xx0_configure(struct sd *sd)
                                PDEBUG(D_PROBE, "Sensor is an OV7648");
                                sd->sensor = SEN_OV7648;
                                break;
+                       case 0x60:
+                               PDEBUG(D_PROBE, "Sensor is an OV7660");
+                               sd->sensor = SEN_OV7670;
+                               break;
                        default:
                                PDEBUG(D_PROBE, "Unknown sensor: 0x76%x", low);
                                return -1;


I get:
[  182.680032] usb 8-1: new full speed USB device using uhci_hcd and address 3
[  182.875331] gspca: probing 05a9:4519
[  183.064309] ov519: I2C synced in 0 attempt(s)
[  183.064314] ov519: starting OV7xx0 configuration
[  183.076312] ov519: Sensor is an OV7660
[  184.316950] input: ov519 as
/devices/pci0000:00/0000:00:1d.3/usb8/8-1/input/input6
[  184.317142] gspca: video0 created
[  184.334667] gspca: [v4l_id] open
[  184.334673] gspca: open done
[  184.334741] gspca: [v4l_id] close
[  184.334744] gspca: close done

But only a green screen in Cheese. Logs attached.

[-- Attachment #2: log2.zip --]
[-- Type: application/zip, Size: 28155 bytes --]

^ permalink raw reply related	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2010-11-09 22:34 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-10-29 12:12 Webcam driver not working: drivers/media/video/gspca/ov519.c device 05a9:4519 Anca Emanuel
2010-10-30 10:40 ` Anca Emanuel
2010-10-31  7:28   ` Hans de Goede
2010-10-31  8:03     ` Anca Emanuel
2010-11-09 22:34     ` Anca Emanuel
2010-10-31 13:16 Anca Emanuel
2010-11-01 19:15 ` Jean-Francois Moine
2010-11-01 20:02   ` Anca Emanuel
2010-11-01 20:31     ` Jean-Francois Moine
2010-11-01 21:27       ` Anca Emanuel
2010-11-01 22:23       ` Anca Emanuel
2010-11-02  8:26         ` Jean-Francois Moine
2010-11-02 10:33           ` Anca Emanuel
2010-11-02 19:18             ` Jean-Francois Moine
2010-11-02 19:25               ` Anca Emanuel
     [not found]             ` <20101104194206.41b8d517@tele>
2010-11-05  6:20               ` Anca Emanuel

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.