Comment 167 for bug 290506

Revision history for this message
iSmith (ismith-user) wrote :

sudo apt-get install subversion build-essential linux-headers-$(uname -r) &&
wget http://linuxtv.org/hg/~jfrancois/gspca/archive/tip.tar.bz2 &&
tar xf tip.tar.bz2 &&
cd gspca-* &&
make &&
sudo make install &&
sudo depmod -ae $(uname -r)

This worked for me. Thanks a lot and a happy new year!