[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

philips toucam pro 2



Bonjour tout le monde,
J utilise depuis peu une *debian sarge* avec un *noyau 2.6.16.11* recompilé par mes soins. Je suis content de mon installation car j ai reussi a configurer la quasi totalite de mon materiel. Malheureusement, quelques problemes persitent: ma carte télé fonctionne très mal (leadteck winfast 2000) et j ai cru comprendre qu elle ne fonctionnerait pas mieux (j ai donc abandonné), ma webcam une *pcvc 840k* (la *toucam pro 2* de chez *philips*) ne fonctionne pas. J ai recompilé mon noyau avec *pwc* et j ai ensuite procédé a la manipulation suivante:


1) download the file http://www.saillard.org/linux/pwc/files/pwc-10.0.11.tar.bz2
     (or the last available file on the site)
  2) unpack the file using the command command:
       # tar xjf pwc-10.0.11.tar.bz2
  3) compile the module (this needs the source of your actual kernel to
     be installed)
       # cd pwc-10.0.11
   # make
  4) login as root
       # su
  5) In case an older version of the module was already installed, use
     the following commands to delete that module, if not go to 6)
       # find /lib/modules/`uname -r`/ -name "pwc*.ko*"
       # rm <name of the file.ko>
  6) Copy the new modules to the old ones
       # make install
       or
       # cp pwc.ko <path to the folder of original pwc.ko module>
                   For example: /lib/modules/`uname -r`/{misc,extra}
   # depmod -a
  7) Unload the old module(s) or reboot the machine
       # rmmod pwc
   # rmmod pwcx
       # modprobe pwc

Sous amsn je peux la selectionné (ce qui a d ailleurs pour effet d eteindre la lumiere rouge qui est allumée en permanence: elle devrait etre eteinte lorsqu elle ne fonctionne pas et allumée qd elle fonctionne)
Sous gnome, j obtiens un msg d erreur lorsque je la selectionne.

Mes recherches sur internet demontrent qu elle n est pas facile a utiliser et pourtant certains y parviennent.
Quelqu un aurait il une solution a m apporter?



Reply to: