GWater
This is a custom kernel, check if videodev is working correctly.
Try to build another v4l2 driver maybe that will tell you about whats
causing this strange behaviour.
Perhaps its best theat you try 1 experiment at a time,
1st Microdia driver with a know good kernel
then
2nd Microdia driver with a custom kernel
That way you'll know which experiment to blame ;-)
-JoJo
BTW the README states kernel >= 2.6.18 as a requirement.
GWater
camorama won't work with v4l2 driver,
try mplayer instead
mplayer tv:// -tv
driver=v4l2:width=640:height=480:fps=25:device=/dev/video0 -vo x11
what is the usb ID of your webcam ?
-JoJo
Can you provide us this information?
https://groups.google.com/group/microdia/web/howto-get-information-on-your-webcam
specifically, we are looking to fins the exact bridge & sensor your webcam
Bus 003 device 003: ID 093a:262a Pixart Imaging, Inc.
is using.
For using 2.6.17, you may open the microdia.h file to add the
following two lines after the
#define MICRODIA_H line:
#define list_first_entry(ptr, type, member) list_entry((ptr)->next,
type, member)
hopefully it should compile cleanly
-JoJo