Okay,
first we need to open a terminal. To do this, go to Applications menu -> Accessories -> Terminal.
Now you enter these commands (one by one):
Code:
cd /tmp
wget http://linuxtv.org/hg/v4l-dvb/archive/tip.tar.bz2
tar xvfj tip.tar.bz2
cd v4l*
make
Wait, until it is finished (it will finish with an error).
Now, execute this command to open a file with a text editor:
Code:
gksudo gedit /tmp/v4l*/v4l/.config
Search for the line
and change it to
Now click on "Save", close the text editor and get back to the terminal where you enter:
Code:
make
sudo make install
Now reboot your computer and your webcam should work.