This was the solution in my case (found out from a guy with username
"vmlinuz" at elitesecurity.org forums):

Edit gspcav1-20070508/Pixart/pac207.h and at the line 137 replace:

if (id[0] != 0x27 || id[1] != 0x00)
return -ENODEV;

with

if (id[0] != 0x27 || id[1] != 0x08)
return -ENODEV;

then do: make clean; make; sudo make install.
At the end it was necessary, in my case, to replace default ubuntu gspca.ko 
module at the location: /lib/modules/2.6.22-14-generic/ubuntu/media/gspcav1/ 
with the one created by the make command.

-- 
Webcam Trust WB-1400T PAC207 freeze after a few pictures
https://bugs.launchpad.net/bugs/132669
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to