Ubuntu 16.04 + HP LJ MFP132nw (USB) Falha ao digitalizar

1

Eu quero configurar o MFP HP LaserJet Pro M132nw para fazer a varredura no Ubuntu 16.04

Hplip instalado 3.16.11 Impressora instalada através de:

Hp-setup -i

A impressora funciona bem, mas quando estou tentando digitalizar, aparece a mensagem de que não é possível encontrar o scanner.

sane-find-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).

Configurações da impressora (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 Scan simples - vê o scanner nas configurações, mas quando você tenta varrê-lo produz:

"Failed To Scan, Unable to connect to scanner"

Reinstalado o plugin hp

Adicionada uma linha a /lib/udev/rules.d/40-libsane.rules

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

Adicionada uma linha em /etc/sane.d/hp.conf

# HP M132NW
Usb 0x03f0 0x622a

Usuário em grupos:

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

O que mais posso experimentar?

    
por Deema 11.04.2017 / 13:40

1 resposta

0

Eu tive o mesmo problema. Para mim, a solução foi esta: link Em outras palavras, no Terminal: "hp-setup -i" "hp-plugin -i" "hp-scan" (Eu instalei o XSane e tentei antes disso. Não pareceu ajudar, então provavelmente é irrelevante ...) Depois disso, o Simple Scan funcionou.

    
por Henrik R. 11.05.2018 / 20:12