AskOverflow.Dev

AskOverflow.Dev Logo AskOverflow.Dev Logo

AskOverflow.Dev Navigation

  • 主页
  • 系统&网络
  • Ubuntu
  • Unix
  • DBA
  • Computer
  • Coding
  • LangChain

Mobile menu

Close
  • 主页
  • 系统&网络
    • 最新
    • 热门
    • 标签
  • Ubuntu
    • 最新
    • 热门
    • 标签
  • Unix
    • 最新
    • 标签
  • DBA
    • 最新
    • 标签
  • Computer
    • 最新
    • 标签
  • Coding
    • 最新
    • 标签
主页 / ubuntu / 问题 / 1157634
Accepted
mature
mature
Asked: 2019-07-12 11:58:07 +0800 CST2019-07-12 11:58:07 +0800 CST 2019-07-12 11:58:07 +0800 CST

HPLIP 3.19.6 在 18.04 上没有看到 USB HP LaserJet Pro MFP M125ra

  • 772

问题:MFU 像打印机一样工作,但不像扫描仪那样工作。

从developers.hp.com 安装了最新的HPLIP 版本:3.19.6。

:~$ hp-setup

惠普设置


hp-doctor命令输出:

------------------------------
| DISCOVERED SCANNER DEVICES |
------------------------------

No Scanner found.

--------------------------
| DISCOVERED USB DEVICES |
--------------------------

No devices found.

---------------------------------
| INSTALLED CUPS PRINTER QUEUES |
---------------------------------


HP-LaserJet-Pro-MFP-M125ra
--------------------------
Type: Unknown
Device URI: usb://HP/LaserJet%20Pro%20MFP%20M125ra?serial=CNB7GCJHZQ&interface=1
PPD: /etc/cups/ppd/HP-LaserJet-Pro-MFP-M125ra.ppd
warning: Failed to read /etc/cups/ppd/HP-LaserJet-Pro-MFP-M125ra.ppd ppd file
PPD Description: 
Printer status: printer HP-LaserJet-Pro-MFP-M125ra is idle.  enabled since Чт 06 июн 2019 17:54:40
warning: Printer is not HPLIP installed. Printers must use the hp: or hpfax: CUPS backend for HP-Devices.


--------------
| PERMISSION |
--------------

error: Unsupported model: HP_LaserJet_Pro_MFP_M125ra


Checking Permissions....


Checking for Configured Queues....
warning: Fail to read ppd=/etc/cups/ppd/HP-LaserJet-Pro-MFP-M125ra.ppd file
warning: Insufficient permission to access file /etc/cups/ppd/HP-LaserJet-Pro-MFP-M125ra.ppd
warning: Could not complete Queue(s) configuration check


Checking for HP Properitery Plugin's....
No plug-in printers are configured.

Diagnose completed...


lsusb命令输出:

Bus 002 Device 009: ID 03f0:222a Hewlett-Packard


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

  # No SCSI scanners found. If you expected something different, make sure that
  # you have loaded a kernel SCSI driver for your SCSI adapter.

found USB scanner (vendor=0x03f0 [Hewlett-Packard], product=0x222a [HP LaserJet Pro MFP M125ra]) at libusb:002:009
could not open USB device 0x04d9/0x0175 at 002:006: Access denied (insufficient permissions)
could not open USB device 0x2109/0x2812 at 002:004: Access denied (insufficient permissions)
could not open USB device 0x0001/0x0000 at 002:003: Access denied (insufficient permissions)
could not open USB device 0x8087/0x0024 at 002:002: Access denied (insufficient permissions)
could not open USB device 0x1d6b/0x0002 at 002:001: Access denied (insufficient permissions)
could not open USB device 0x1d6b/0x0003 at 004:001: Access denied (insufficient permissions)
could not open USB device 0x046d/0xc52b at 003:003: Access denied (insufficient permissions)
could not open USB device 0x0461/0x0010 at 003:002: Access denied (insufficient permissions)
could not open USB device 0x1d6b/0x0002 at 003:001: Access denied (insufficient permissions)
could not open USB device 0x8087/0x0024 at 001:002: Access denied (insufficient permissions)
could not open USB device 0x1d6b/0x0002 at 001:001: Access denied (insufficient permissions)
  # 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.


打印机无需 hplip 设置即可工作。如何使扫描仪工作?

hp scanner 18.04 hplip
  • 4 4 个回答
  • 2728 Views

4 个回答

  • Voted
  1. N0rbert
    2019-07-19T01:43:12+08:002019-07-19T01:43:12+08:00

    根据官方HPLIP 页面,您需要使用专有插件安装至少 3.14.10:

    m125ra

    您似乎错过了这个二进制/专有驱动程序/插件的安装。
    你必须安装它:

    hp-plugin
    

    注意:您实际上并不需要 HPLIP 3.19.6,可以使用仿生存储库中的 HPLIP 3.17.10。要以这种方式继续,请按照我的其他答案的卸载部分进行操作,然后使用hp-plugin.


    参考:

    1. hp 的开发者门户 | 所有支持的打印机型号
    2. 如何在我的 Ubuntu 上安装 HPLIP 以支持我的 HP 打印机和/或扫描仪?
    3. 我应该如何为我的 HP 打印机或打印机+扫描仪安装 HPLIP 二进制/专有插件/驱动程序?
    • 3
  2. dschinn1001
    2019-07-19T17:40:06+08:002019-07-19T17:40:06+08:00

    也许这会有所帮助:

    须藤 hp 设置

    代替

    惠普设置

    在此之前,您最好使用以下命令重复安装 hp-package:

    sudo apt install --reinstall hplip

    我想,这行得通。

    • 1
  3. Best Answer
    mature
    2019-07-31T09:45:58+08:002019-07-31T09:45:58+08:00

    通过安装 HPLIP-3.17.9 修复

    所有步骤都默认回答,除了:它会询问您是否要让此安装程序安装 hplip 特定策略/配置文件。键入“y”。

    完成:扫描仪和打印机工作正常!

    • 1
  4. Andrey Jr. Melnikov
    2020-04-23T05:19:18+08:002020-04-23T05:19:18+08:00

    在 hplip-3.17.11 中,不再支持 m125ra。

    在较新的 hplip 版本中 - 选择 M125a 型号进行打印。

    对于扫描 - 在文本编辑器中打开/usr/share/hplip/data/models/models.dat,找到部分[hp_laserjet_pro_mfp_m125a]并将其复制到[hp_laserjet_pro_mfp_m125a]或重命名。

    • 1

相关问题

  • HP Pavilion dm4 上的触摸板问题(无法右键单击)

  • 是否可以获得 HP LaserJet 1200 的驱动程序?

  • 如何启用 HP pavillon dv9000 pci express 卡 [关闭]

  • 无法在 HP Probook 上安装

  • 右键单击在 HP mini 210 触摸板上不起作用

Sidebar

Stats

  • 问题 205573
  • 回答 270741
  • 最佳答案 135370
  • 用户 68524
  • 热门
  • 回答
  • Marko Smith

    如何运行 .sh 脚本?

    • 16 个回答
  • Marko Smith

    如何安装 .tar.gz(或 .tar.bz2)文件?

    • 14 个回答
  • Marko Smith

    如何列出所有已安装的软件包

    • 24 个回答
  • Marko Smith

    无法锁定管理目录 (/var/lib/dpkg/) 是另一个进程在使用它吗?

    • 25 个回答
  • Martin Hope
    Flimm 如何在没有 sudo 的情况下使用 docker? 2014-06-07 00:17:43 +0800 CST
  • Martin Hope
    Ivan 如何列出所有已安装的软件包 2010-12-17 18:08:49 +0800 CST
  • Martin Hope
    La Ode Adam Saputra 无法锁定管理目录 (/var/lib/dpkg/) 是另一个进程在使用它吗? 2010-11-30 18:12:48 +0800 CST
  • Martin Hope
    David Barry 如何从命令行确定目录(文件夹)的总大小? 2010-08-06 10:20:23 +0800 CST
  • Martin Hope
    jfoucher “以下软件包已被保留:”为什么以及如何解决? 2010-08-01 13:59:22 +0800 CST
  • Martin Hope
    David Ashford 如何删除 PPA? 2010-07-30 01:09:42 +0800 CST

热门标签

10.10 10.04 gnome networking server command-line package-management software-recommendation sound xorg

Explore

  • 主页
  • 问题
    • 最新
    • 热门
  • 标签
  • 帮助

Footer

AskOverflow.Dev

关于我们

  • 关于我们
  • 联系我们

Legal Stuff

  • Privacy Policy

Language

  • Pt
  • Server
  • Unix

© 2023 AskOverflow.DEV All Rights Reserve