web-dev-qa-db-fra.com

Ubuntu 16.04 + HP LJ MFP132nw (USB) Échec de l'analyse

Je souhaite configurer le périphérique HP LaserJet Pro M132nw MFP pour numériser sous Ubuntu 16.04

Installé hplip 3.16.11 Imprimante installée via:

Hp-setup -i

L’imprimante fonctionne bien, mais lorsque j’essaie de numériser, il est indiqué qu’elle ne peut pas trouver le scanner.

recherche de scanner

User @ test: ~ $ Sudo sane-find-scanner

  # 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 connected to your computer.

  # No SCSI scanners found. If you expect something different, make sure that
  SCSI driver for your SCSI adapter.

Found USB scanner (vendor = 0x03f0 [HP], product = 0x622a [HP LaserJet MFP M129-M134]) at libusb: 001: 010
  # 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 not be detected by this program.

scanimage -L

User @ test: ~ $ Sudo 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).

Paramètres de l'imprimante (CUPS)

Description: HP_LaserJet_MFP_M129-M134
Location:
Driver: HP LaserJet MFP m129-m134, hpcups 3.16.11 (color)
Connection: hp: / usb / HP_LaserJet_MFP_M129-M134? Serial = VNC8Y01706
Defaults: job-sheets = none, none media = iso_a4_210x297mm sides = one-sided

GUI Simple scan - voit le scanner dans les paramètres, mais lorsque vous essayez de le numériser, il produit:

"Failed To Scan, Unable to connect to scanner"

Réinstallation du plug-in hp

Ajout d'une ligne à /lib/udev/rules.d/40-libsane.rules

 # Hewlett-Packard LaserJet M132NW ATTRS {idVendor} == "03f0", ATTRS {idProduct} == "622a", ENV {libsane_matched} = "yes"

Ajout d'une ligne dans /etc/sane.d/hp.conf

# HP M132NW
Usb 0x03f0 0x622a

Utilisateur en groupe:

User @ test: ~ $ groups
User adm lp cdrom Sudo dip plugdev lpadmin sambashare scanner

Que puis-je essayer?

1
Deema

J'ai eu le même problème. Pour moi, la solution était la suivante: https://wiki.archlinux.org/index.php/SANE/Scanner-specific_problems#HP En d'autres termes, dans le terminal: "hp-setup -i" "hp-plugin -i" "hp-scan" (j'ai installé XSane et l'avais essayé auparavant. Cela n'a pas semblé aider, c'est probablement inutile ...) Après cela, Simple Scan a fonctionné.

1
Henrik R.