-
I guess my sensor is not the "ASUS A6Km".
2009-11-11 16:52:33 UTC in ALi m560x Linux Driver
-
After making the change and rebuilding and installing the modules, "modprobe gspca-m5602", same problem.
gspca: probing 0402:5602
ALi m5602: Probing for a po1030 sensor
ALi m5602: Probing for a mt9m111 sensor
ALi m5602: Probing for a s5k4aa sensor
ALi m5602: Probing for an ov9650 sensor
ALi m5602: Sensor reported 0xffff
ALi m5602: Probing for a s5k83a sensor
ALi m5602: Failed to find a...
2009-11-11 16:49:42 UTC in ALi m560x Linux Driver
-
I shall give it a try, at least it detects the sensor which the kernel driver doesn't.
2009-11-11 16:24:53 UTC in ALi m560x Linux Driver
-
Are you using cvs/svn sources to build the driver? I that case, which branch?
# dmesg|grep sensor
ALi m5602: Probing for a po1030 sensor
ALi m5602: Probing for a mt9m111 sensor
ALi m5602: Probing for a s5k4aa sensor
ALi m5602: Probing for an ov9650 sensor
ALi m5602: Probing for a s5k83a sensor
ALi m5602: Failed to find a sensor.
2009-11-11 14:52:01 UTC in ALi m560x Linux Driver
-
You should be able to see a sensor reported found for the ALi m5602 in dmesg. The VN896 is most likely the VIA thermal sensor, not the camera sensor.
http://osdir.com/ml/linux-media/2009-03/msg01280.html says:-
Guennadi Liakhovetski wrote:
> Forwarding to linux-media for a better chance for a reply.
>
> ---
> Guennadi Liakhovetski, Ph.D.
> Freelance Open-Source Software Developer...
2009-11-11 14:22:12 UTC in ALi m560x Linux Driver
-
# dmesg|grep sensor
The "Probing for an ALi sensor ...." above are all from dmesg.
2009-11-11 14:07:47 UTC in ALi m560x Linux Driver
-
I have the same camera reported for the built-in camera in my Acer LCD monitor. What sensor does yours report?
I am using the driver from 2.6.32-rc5-git4, presumably you are using the CVS driver.
ALi m5602: Probing for a po1030 sensor
ALi m5602: Probing for a mt9m111 sensor
ALi m5602: Probing for a s5k4aa sensor
ALi m5602: Probing for an...
2009-11-11 01:36:35 UTC in ALi m560x Linux Driver
-
Using the m5602-s5k83a driver, the camera is seen by skype, but can't be used. Ekiga doesn't see it.
In dmesg I get reports
m5602: BisonCam on /dev/video1 opened
m5602: BisonCam on /dev/video1 opened
m5602: BisonCam on /dev/video1 opened
m5602: BisonCam on /dev/video1 opened
m5602: BisonCam on /dev/video1 opened
m5602: BisonCam on /dev/video1 opened
m5602: BisonCam on /dev/video1 opened...
2008-06-06 01:28:37 UTC in ALi m560x Linux Driver
-
Only the m5606 is mentioned in uvc_driver.c.
2008-05-28 19:32:41 UTC in ALi m560x Linux Driver
-
Someone brought this up on linuxtv and Laurent replied that this is not a UVC compatible camera. The latest m5602-unknown branch (m560x-driver/m560x/branches/m5602-unknown/) brings it up as a Bisoncam instead of Ali, but it doesn't work with any of the stuff in trunk or branches. A device /dev/video1 is created, but no mention of a sensor. For m5602-ov9650-2, it complains no compatible sensor...
2008-05-28 19:25:13 UTC in ALi m560x Linux Driver