Confirmar se temos a webcam:
$ lsusb
E verificar se temos algo tipo Bus 002 Device 003: ID 046d:08ce Logitech, Inc.
Instalar os pacotes necessários:
$ sudo apt-get install libpt-plugins-v4l2 v4l2ucp subversion libsdl1.2-dev
Instalar o driver:
$ svn checkout svn://svn.berlios.de/linux-uvc/linux-uvc/trunk
$ cd trunk/
$ make
$ sudo make install
E já está! Opcionalmente, e porque o Camorama não suporta V4L2 pode-se instalar o Luvcview para testar.
$ wget http://mxhaard.free.fr/spca50x/Investigation/uvc/luvcview-20070512.tar.gz
$ zcat luvcview-20070512.tar.gz | tar xvf –
$ cd luvcview-20070512/
$ make
$ make install
$ sudo make install