Comment 6 for bug 218554

Revision history for this message
Israel (israel2k9) wrote :

i solved part of problem of gspca offial, but no result for gspca-source.deb:

cd /usr/src/gspcav1-20071224

make >& kgspca.err (command super necessary, without not have no work)
rmmod gspca (sucess removed)
modprobe gspca (loaded with sucess)
result - 100% working in any program

reboot the system; not loaded;
solved: make a script with:

sudo make >& kgspca.err
sudo rmmod gspca # (sucess removed)
sudo modprobe gspca # (loaded with sucess)