On 05/26/2009 02:08 PM, Guennadi Liakhovetski wrote: > On Tue, 26 May 2009, Hans de Goede wrote: > >> First of all, which app are you using to test the cam ? And are you using that >> app in combination with libv4l ? > > xawtv, no, it doesn't use libv4l, but it works with the old > gspcav1-20071224. Ok, maybe it used a different v4l version, but I have > v4l1_compat loaded. > xawtv has known bugs making it not work with gspca (or many other properly implemented v4l drivers that is). Now those bugs are fixed in some distro's but this might very well be the cause. Try using ekiga (together with LD_PRELOAD=..../v4l1compat.so) >> Also why do you say the original driver used to identify it as a tas5130cxx, >> the dmesg lines you pasted from gspcav1 also say it is a HV7131R > > In the old sources you see > > switch (vendor) { > ... > case 0x046d: /* Logitech Labtec */ > ... > switch (product) { > ... > case 0x08da: > spca50x->desc = QCmessenger; > spca50x->bridge = BRIDGE_ZC3XX; > spca50x->sensor = SENSOR_TAS5130CXX; > break; > Hmm, weird it still prints that other message then. Anyways please try with another application both with and without the force_sensor parameter. Regards, Hans p.s. I've attached a patch to xawtv which I use in Fedora's packages.