Selon les tags présents sur cette page, les informations qu'elle contient n'ont pas été vérifiées pour les dernières versions LTS depuis Ubuntu 14.04 LTS.
Apportez votre aide…

Ceci est une ancienne révision du document !



Installation du driver PWC

Le driver pwc est cassé dans Edgy.

Liste des webcams fonctionnant avec le driver pwc.

  • PCA645VC
  • PCA646VC
  • PCVC675K "Vesta"
  • PCVC680K "Vesta Pro"
  • PCVC690K "Vesta Scan"
  • PCVC720K/40 "ToUCam XS"
  • PCVC730K "ToUCam Fun"
  • PCVC740K "ToUCam Pro"
  • PCVC750K "ToUCam Scan"
  • PCVC830K "ToUCam Fun II"
  • PCVC840K "ToUCam Pro II"
  • SPC900NC (usb product ID 0x471:0x329)
  • Askey VC010
  • old Creative Labs Webcam 5
  • Creative Labs Webcam Pro Ex
  • Logitech QuickCam 3000 Pro
  • Logitech QuickCam 4000 Pro
  • Logitech QuickCam Notebook Pro
  • Logitech QuickCam Zoom
  • Logitech QuickCam Orbit/Sphere
  • Samsung MPC-C10
  • Samsung MPC-C30
  • Sotec Afina Eye
  • Visionite VCS UM100
  • Visionite VCS UC300

Est ce que le problème est du au driver ? Pour voir si votre pilote est cassé dans un terminal tapez la commande suivante :

lsmod | grep pwc

Si le résultat de cette commande est :

Votre pilote est cassé !

pwc 51964 1 ← Votre pilote est cassé ! (à peu près 50kb)

Votre pilote semble bon

pwc 93984 0 ← Votre pilote semble bon. (à peu près 90kb)

Pour installer un driver fonctionnel, suivez les différentes étapes.

Pré requis pour la compilation

Installez "build-essential" et les "kernel-headers" pour votre noyau (par exemple linux-headers-2.6.17-6-686).

Dans un terminal :

sudo apt-get install build-essential linux-headers-`uname -r`

Téléchargement du driver

Téléchargez le dernier pilote depuis :

http://www.saillard.org/linux/pwc/

(http://www.saillard.org/linux/pwc/files/pwc-10.0.12-rc1.tar.bz2)

ou dans un terminal

wget http://www.saillard.org/linux/pwc/files/pwc-10.0.12-rc1.tar.bz2

Compilation du driver

Décompressez (tar jxvf pwc-10.0.12-rc1.tar.bz2) et ouvrez un terminal dans le répertoire du pilote, puis tapez les commandes suivantes (ou copier coller l'informatique est un outil de fainéant :-D ):

make
sudo modprobe -r pwc
sudo cp pwc.ko /lib/modules/`uname -r`/kernel/drivers/media/video/pwc/pwc.ko.saillard
cd /lib/modules/`uname -r`/kernel/drivers/media/video/pwc
sudo mv pwc.ko pwc.ko.ubuntu
sudo ln -s pwc.ko.saillard pwc.ko
sudo depmod -a
sudo modprobe pwc

Profitez pleinement de votre webcam !

  • pwc.1181813497.txt.gz
  • Dernière modification: Le 14/06/2007, 11:32
  • (modification externe)