Heloo :)<br>
<br>
Ayant eu un peu de mal à faire fonctionner ma webcam logitech QuickCam
Messenger, j'ai pensé que dire comment j'y suis arrivée ça  pourrait aider certains (es) qui, comme moi débutent complêtement et passe beaucoup de temps avant de trouver  la solution à des choses, simples, une fois qu'on le sait :)
<br> 
Dans un premier temps j'ai branché  ma webcam  puis dans le shell (console ou terminal) j'ai tapé "<span style="color: rgb(255, 0, 0);">lsusb</span>" <br>
pour identifier ma webcam . <br><br><span style="color: rgb(102, 102, 0);">@tsou-desktop:~$ lsusb  ( on obtient ceci )</span><br style="color: rgb(102, 102, 0);"><br style="color: rgb(102, 102, 0);"><span style="color: rgb(102, 102, 0);">

Bus 005 Device 001: ID 0000:0000  </span><br style="color: rgb(102, 102, 0);"><span style="color: rgb(102, 102, 0);">
Bus 003 Device 001: ID 0000:0000  </span><br style="color: rgb(102, 102, 0);"><span style="color: rgb(102, 102, 0);">
Bus 004 Device 002: ID 045e:0040 Microsoft Corp. Wheel Mouse Optical</span><br style="color: rgb(102, 102, 0);"><span style="color: rgb(102, 102, 0);">
Bus 004 Device 001: ID 0000:0000  </span><br style="color: rgb(102, 102, 0);"><span style="color: rgb(102, 102, 0);">
Bus 002 Device 001: ID 0000:0000  </span><br><span style="color: rgb(102, 102, 0);">
Bus 001 Device 003: ID</span> <span style="color: rgb(255, 0, 0);">046d:08da</span><span style="color: rgb(102, 102, 0);"> Logitech, Inc.  </span><br style="color: rgb(102, 102, 0);"><span style="color: rgb(102, 102, 0);">

Bus 001 Device 001: ID 0000:0000  </span><br><br>( la partie colorée  sert à retrouver précisément sa webcam pour avoir le bon driver ensuite) Voir ici <span style="color: rgb(0, 102, 0);"><a href="http://doc.ubuntu-fr.org/webcam">
http://doc.ubuntu-fr.org/webcam</a></span><br>
Trouver le driver qui va bien ici: <span style="color: rgb(0, 153, 0);"><a href="http://mxhaard.free.fr/spca5xx.html">http://mxhaard.free.fr/spca5xx.html</a><br><br><span style="color: rgb(0, 0, 0);">il ne restait plus qu'à télécharger  le dit driver ( pour ma webcam celui ci
<span style="color: rgb(0, 102, 0);"> <a href="http://mxhaard.free.fr/spca50x/Download/gspcav1-20071224.tar.gz">http://mxhaard.free.fr/spca50x/Download/gspcav1-20071224.tar.gz</a> <span style="color: rgb(0, 0, 0);">)<br><br style="color: rgb(0, 102, 0);">
</span></span></span></span>Ensuite il faut se placer au bon endroit, celui choisi, dans mon cas "page_web"<br><br><span style="color: rgb(102, 102, 0);">@tsou-desktop:~$ cd /home/mitsou/Desktop/page_web/gspcav1-20071224
</span><br style="color: rgb(102, 102, 0);"><span style="color: rgb(102, 102, 0);">@tsou-desktop:~/Desktop/page_web/gspcav1-20071224$</span>  <span style="color: rgb(255, 0, 0);"><-- on y est<span style="color: rgb(0, 0, 0);">
, donc ici j'ai tapé<span style="color: rgb(204, 0, 0);"> sudo ./gspca_build<br><br><span style="color: rgb(0, 0, 0);">et hop on obtient ceci ou de très ressemblant:<br></span></span></span></span><br><span style="color: rgb(102, 102, 0);">
REMOVE the old module if present</span><br style="color: rgb(102, 102, 0);"><span style="color: rgb(102, 102, 0);">CLEAN gspca source tree</span><br style="color: rgb(102, 102, 0);"><span style="color: rgb(102, 102, 0);">
rm -r -f *.o decoder/.gspcadecoder.o.cmd decoder/*.o \</span><br style="color: rgb(102, 102, 0);"><span style="color: rgb(102, 102, 0);">           .gspca.o.cmd  *.o *.ko *.mod.* .[a-z]* core *.i \</span><br style="color: rgb(102, 102, 0);">
<span style="color: rgb(102, 102, 0);">           *.symvers *.err</span><br style="color: rgb(102, 102, 0);"><span style="color: rgb(102, 102, 0);">COMPILE gspca Please Wait ....!!</span><br style="color: rgb(102, 102, 0);">
<span style="color: rgb(102, 102, 0);">INSTALL gspca in the kernel binary tree</span><br style="color: rgb(102, 102, 0);"><span style="color: rgb(102, 102, 0);">mkdir -p /lib/modules/`uname -r`/kernel/drivers/usb/media/           ..... et ainsi de suite jusqu'à:
</span><br style="color: rgb(102, 102, 0);"><span style="color: rgb(102, 102, 0);">@tsou-desktop:~/Desktop/page_web/gspcav1-20071224$ </span><br><br>Là j'ai tapé: <span style="color: rgb(204, 0, 0);">lsmod | grep gspca
<br><br><span style="color: rgb(0, 0, 0);"><span style="color: rgb(102, 102, 0);">@tsou-desktop:~/Desktop/page_web/gspcav1-20071224$ lsmod | grep gspca</span><br style="color: rgb(102, 102, 0);"><br>Ce qui donne normalement:
<br><br><span style="color: rgb(102, 102, 0);">gspca                 608336  0  </span><br style="color: rgb(102, 102, 0);"><span style="color: rgb(102, 102, 0);">videodev               29312  1 gspca</span><br style="color: rgb(102, 102, 0);">
<span style="color: rgb(102, 102, 0);">usbcore               138632  7 gspca,snd_usb_audio,snd_usb_lib,usbhid,ehci_hcd,uhci_hcd</span><br style="color: rgb(102, 102, 0);"><span style="color: rgb(102, 102, 0);">@itsou-desktop:~/Desktop/page_web/gspcav1-20071224$ 
</span><br><br>Pour voir si tout fonctionnait bien et comme je n'avais aucune application d'installée pour le vérifier dessuite, un petit:<br><br><span style="color: rgb(102, 102, 0);">@tsou-desktop:~$ sudo apt-get install camorama        
<span style="color: rgb(0, 0, 0);">puis:</span></span><br style="color: rgb(102, 102, 0);"></span></span><span style="color: rgb(204, 0, 0);"><span style="color: rgb(0, 0, 0);"><span style="color: rgb(102, 102, 0);">@tsou-desktop:~$ camorama 
</span>                                      <br><br>et voilà le travail !<br></span></span><span style="color: rgb(204, 0, 0);"><span style="color: rgb(0, 0, 0);"><br>Et c'est fini, 30 secondes pour celui qui maîtrise et un après midi, dans le meilleur des cas, pour celui qui rame tel un galérien :)
<br>J'espère ne pas avoir fait d'erreur, n'avoir rien oublié et que ce post laborieux pourra être utile aux hyper débutants, bon courage ;)<br><br></span></span><br>Catherine