(06-02-2012, 17:39 )Antonio_Cantaro Ha scritto: Dai uno sguardo:
http://www.ubuntu-es.org/node/140282
magari traduci con google toolbar
Caro Professore penso di avere trovato la soluzione, ma ho bisogno di un suo aiuto
la procedura è questa e la cartella contenenti i driver l'ho messa sulla scrivania
se mi mettesse un pò di ordine nel digiitare i seguenti comandi le sarei grato. Le ricordo che la cartella dei drivere s itrovano sulla mia scrivania
1) Download and untar the file gspcav120071224.tar.gz:
tar xvfz gspcav120071224.tar.gz
2) Compile and install the driver:
cd gspcav1-20071224 make clean
make sudo make install
NOTE: For this step you need to have installed the linux headers
package that correspond to your kernel version: linux-headers-$(uname-r)
3) This is the extra step that I had to do:
sudo gedit /etc/modprobe.d/options
and add an option for this driver:
options gspca force_rgb=1
And now we can go on with the instructions from the manual.
4) Load the driver:
sudo modprobe gspca
5) At this moment, the device should be created. We can verify it by issuing the following command:
ls /dev/video*
and we will see which is the device that has been created (it can be /dev/video0 or /dev/video1)