Driver pour scanner sous Ubuntu

claumimile Messages postés 388 Statut Membre -  
 regis589 -
Bonjour,
J'ai installé un scanner de marque Canon, modèle 8600F. Comment et où trouver le driver pour UBUNTU 8.04
Configuration: Linux
Firefox 3.0.4

6 réponses

  1. bob031 Messages postés 8228 Statut Membre 473
     
    la commande lsusb dit ceci :

    Bus 006 Device 002: ID 04a9:2229 Canon, Inc.

    ce qui recoupe avec l'autre résultat :

    found USB scanner (vendor=0x04a9 [Canon], product=0x2229 [CanoScan], chip=GL843) at libusb:006:002

    comme je l'ai dit, il y a peu de chance qu'on puisse faire fonctionner ce modèle (voir post<1>) .... mais on peut toujours essayer :

    as-tu installé les aquetages nécessaires :
    apt-get install sane xsane sane-utils libsane libsane-extras


    que donne la commande suivante :

    cat /etc/group | grep saned


    doc :
    http://www.commentcamarche.net/forum/affich 3383043 debian et scanner agfa snapscan 1212?#21
    1
  2. bob031 Messages postés 8228 Statut Membre 473
     
    après quelques recherches, je crains qu'il ne faille :

    - soit installer l'imprimante sur un pc Windows

    - soit changer de modèle ou de marque (HP fait un travail remarquable pour les utilisateurs de Linux) !
    1
    1. claumimile Messages postés 388 Statut Membre 12
       
      hello bob031,
      Voilà ce que ça donne:

      claude@claude-desktop:~$ cat /etc/group | grep saned
      saned:x:124:

      sinon j'ai bien installé les paquets sane et xsane.

      Bon le scanner étant un cadeau de mes enfants, je vais l'utiliser sous windows. tant pis.
      0
    2. bob031 Messages postés 8228 Statut Membre 473 > claumimile Messages postés 388 Statut Membre
       
      Bon le scanner étant un cadeau de mes enfants, je vais l'utiliser sous windows. tant pis.

      en attendant !

      tôt ou tard, un développeur s'occupera de créer le pilote adéquat pour faire fonctionner ton modèle sous Linux !

      donc, patience !

      :-)
      0
    3. claumimile Messages postés 388 Statut Membre 12 > bob031 Messages postés 8228 Statut Membre
       
      crois-tu qu'en passant à une autre distribution ça pourrait marcher?
      0
    4. bob031 Messages postés 8228 Statut Membre 473 > claumimile Messages postés 388 Statut Membre
       
      non ! cela ne marchera pas, quelque soit la distribution linux !

      sinon la possiblité serait de tester les derniers sources en développement et donc, par défnition, instables !
      mais cela va être laborieux et sans être sûr que cela fonctionnera !
      0
    5. claumimile Messages postés 388 Statut Membre 12 > bob031 Messages postés 8228 Statut Membre
       
      Bon, ben je vais m'armer de patience. Merci de ton aide
      Claude
      0
  3. bob031 Messages postés 8228 Statut Membre 473
     
    Salut Claude,

    Les scanners basés sur le chipset GL841 (comme le modèle 8600F) ne sont pas supportés actuellement :
    http://www.sane-project.org./sane-mfgs.html#Z-CANON

    désolé !

    tu peux toujours nous donner le résulat des commandes suivantes :
    sane-find-scanner -v

    lsusb -v

    scanimage -L
    0
    1. claumimile Messages postés 388 Statut Membre 12
       
      salut bob031,
      voilà ce que ça donne:

      claude@claude-desktop:~$ sane-find-scanner -v
      This is sane-find-scanner from sane-backends 1.0.19

      # sane-find-scanner will now attempt to detect your scanner. If the
      # result is different from what you expected, first make sure your
      # scanner is powered up and properly connected to your computer.

      searching for SCSI scanners:
      checking /dev/scanner... failed to open (Invalid argument)
      checking /dev/sg0... failed to open (Invalid argument)
      checking /dev/sg1... failed to open (Invalid argument)
      checking /dev/sg2... failed to open (Invalid argument)
      checking /dev/sg3... failed to open (Invalid argument)
      checking /dev/sg4... failed to open (Invalid argument)
      checking /dev/sg5... failed to open (Invalid argument)
      checking /dev/sg6... failed to open (Invalid argument)
      checking /dev/sg7... failed to open (Invalid argument)
      checking /dev/sg8... failed to open (Invalid argument)
      checking /dev/sg9... failed to open (Invalid argument)
      checking /dev/sga... failed to open (Invalid argument)
      checking /dev/sgb... failed to open (Invalid argument)
      checking /dev/sgc... failed to open (Invalid argument)
      checking /dev/sgd... failed to open (Invalid argument)
      checking /dev/sge... failed to open (Invalid argument)
      checking /dev/sgf... failed to open (Invalid argument)
      checking /dev/sgg... failed to open (Invalid argument)
      checking /dev/sgh... failed to open (Invalid argument)
      checking /dev/sgi... failed to open (Invalid argument)
      checking /dev/sgj... failed to open (Invalid argument)
      checking /dev/sgk... failed to open (Invalid argument)
      checking /dev/sgl... failed to open (Invalid argument)
      checking /dev/sgm... failed to open (Invalid argument)
      checking /dev/sgn... failed to open (Invalid argument)
      checking /dev/sgo... failed to open (Invalid argument)
      checking /dev/sgp... failed to open (Invalid argument)
      checking /dev/sgq... failed to open (Invalid argument)
      checking /dev/sgr... failed to open (Invalid argument)
      checking /dev/sgs... failed to open (Invalid argument)
      checking /dev/sgt... failed to open (Invalid argument)
      checking /dev/sgu... failed to open (Invalid argument)
      checking /dev/sgv... failed to open (Invalid argument)
      checking /dev/sgw... failed to open (Invalid argument)
      checking /dev/sgx... failed to open (Invalid argument)
      checking /dev/sgy... failed to open (Invalid argument)
      checking /dev/sgz... failed to open (Invalid argument)
      # No SCSI scanners found. If you expected something different, make sure that
      # you have loaded a kernel SCSI driver for your SCSI adapter.
      # Also you need support for SCSI Generic (sg) in your operating system.
      # If using Linux, try "modprobe sg".

      searching for USB scanners:
      checking /dev/usb/scanner... failed to open (Invalid argument)
      checking /dev/usb/scanner0... failed to open (Invalid argument)
      checking /dev/usb/scanner1... failed to open (Invalid argument)
      checking /dev/usb/scanner2... failed to open (Invalid argument)
      checking /dev/usb/scanner3... failed to open (Invalid argument)
      checking /dev/usb/scanner4... failed to open (Invalid argument)
      checking /dev/usb/scanner5... failed to open (Invalid argument)
      checking /dev/usb/scanner5... failed to open (Invalid argument)
      checking /dev/usb/scanner7... failed to open (Invalid argument)
      checking /dev/usb/scanner8... failed to open (Invalid argument)
      checking /dev/usb/scanner9... failed to open (Invalid argument)
      checking /dev/usb/scanner10... failed to open (Invalid argument)
      checking /dev/usb/scanner11... failed to open (Invalid argument)
      checking /dev/usb/scanner12... failed to open (Invalid argument)
      checking /dev/usb/scanner13... failed to open (Invalid argument)
      checking /dev/usb/scanner14... failed to open (Invalid argument)
      checking /dev/usb/scanner15... failed to open (Invalid argument)
      checking /dev/usbscanner... failed to open (Invalid argument)
      checking /dev/usbscanner0... failed to open (Invalid argument)
      checking /dev/usbscanner1... failed to open (Invalid argument)
      checking /dev/usbscanner2... failed to open (Invalid argument)
      checking /dev/usbscanner3... failed to open (Invalid argument)
      checking /dev/usbscanner4... failed to open (Invalid argument)
      checking /dev/usbscanner5... failed to open (Invalid argument)
      checking /dev/usbscanner6... failed to open (Invalid argument)
      checking /dev/usbscanner7... failed to open (Invalid argument)
      checking /dev/usbscanner8... failed to open (Invalid argument)
      checking /dev/usbscanner9... failed to open (Invalid argument)
      checking /dev/usbscanner10... failed to open (Invalid argument)
      checking /dev/usbscanner11... failed to open (Invalid argument)
      checking /dev/usbscanner12... failed to open (Invalid argument)
      checking /dev/usbscanner13... failed to open (Invalid argument)
      checking /dev/usbscanner14... failed to open (Invalid argument)
      checking /dev/usbscanner15... failed to open (Invalid argument)
      found USB scanner (vendor=0x04a9 [Canon], product=0x2229 [CanoScan], chip=GL843) at libusb:006:002
      # Your USB scanner was (probably) detected. It may or may not be supported by
      # SANE. Try scanimage -L and read the backend's manpage.

      # Not checking for parallel port scanners.

      # Most Scanners connected to the parallel port or other proprietary ports
      # can't be detected by this program.

      # You may want to run this program as root to find all devices. Once you
      # found the scanner devices, be sure to adjust access permissions as
      # necessary.
      done

      et avec l'autre commande:

      claude@claude-desktop:~$ scanimage -L

      No scanners were identified. If you were expecting something different,
      check that the scanner is plugged in, turned on and detected by the
      sane-find-scanner tool (if appropriate). Please read the documentation
      which came with this software (README, FAQ, manpages).


      Je te mets pas en cfopie ce que cela a donné avec la commande lsusb -v parce qu'il y en a au moins trois pages
      0
  4. iunity Messages postés 75 Statut Membre 9
     
    Il faut installer les paquets les paquets "sane" et "xsane". Tu pouras alors faire des acquisitions avec plusieurs logiciels d'image. Par exemple, sous The Gimp, va dans File > Acquire > xscanimage.
    0
  5. Vous n’avez pas trouvé la réponse que vous recherchez ?

    Posez votre question
  6. bob031 Messages postés 8228 Statut Membre 473
     
    la première commande indique ceci :

    found USB scanner (vendor=0x04a9 [Canon], product=0x2229 [CanoScan], chip=GL843) at libusb:006:002

    ok pour la deuxième commande : on pouvait s'en douter !

    que donne la commande lsusb (sans le " -v ") ?
    0
    1. claumimile Messages postés 388 Statut Membre 12
       
      Voilà ce que ça donne:

      claude@claude-desktop:~$ lsusb
      Bus 006 Device 003: ID 0409:005a NEC Corp.
      Bus 006 Device 002: ID 04a9:2229 Canon, Inc.
      Bus 006 Device 001: ID 0000:0000
      Bus 007 Device 001: ID 0000:0000
      Bus 005 Device 001: ID 0000:0000
      Bus 001 Device 001: ID 0000:0000
      Bus 004 Device 001: ID 0000:0000
      Bus 003 Device 001: ID 0000:0000
      Bus 002 Device 001: ID 0000:0000
      0
  7. bob031 Messages postés 8228 Statut Membre 473
     
    ok ! d'un autre côté tu pourras toujours essayer la manip de beastienopol, qui sait ....

    désolé mais je suis nul en réseau ....
    0
    1. claumimile Messages postés 388 Statut Membre 12
       
      A un de ces quetra, bonne soirée
      claude
      0
      1. bob031 Messages postés 8228 Statut Membre 473 > claumimile Messages postés 388 Statut Membre
         
        ok !

        à la prochaine ...

        :-)
        0