Ubuntu 16.04 + HP LJ MFP132nw (USB) 扫描失败

Ubuntu 16.04 + HP LJ MFP132nw (USB) 扫描失败

我想配置 HP LaserJet Pro M132nw MFP 在 Ubuntu 16.04 中进行扫描

安装了 hplip 3.16.11 通过以下方式安装打印机:

Hp-setup -i

打印机工作正常,但当我尝试扫描时,出现无法找到扫描仪的消息。

理智查找扫描仪

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

打印机设置 (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 简单扫描 - 在设置中查看扫描仪,但是当您尝试扫描时它会产生:

"Failed To Scan, Unable to connect to scanner"

重新安装 hp-plugin

添加了一行/lib/udev/rules.d/40-libsane.rules

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

在中添加了一行/etc/sane.d/hp.conf

# HP M132NW
Usb 0x03f0 0x622a

群组用户:

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

我还可以尝试什么?

答案1

我也遇到了同样的问题。对我来说,解决方案如下: https://wiki.archlinux.org/index.php/SANE/Scanner-specific_problems#HP 换句话说,在终端中:“hp-setup -i” “hp-plugin -i” “hp-scan”(我安装了 XSane 并在之前尝试过。它似乎没有帮助,所以可能无关紧要......)之后简单扫描就起作用了。

相关内容