web-dev-qa-db-fra.com

HPLIP 3.19.6 n'a pas vu USB HP LaserJet Pro MFP M125ra le 18.04

Problème: MFU fonctionne comme une imprimante mais ne fonctionne pas comme un scanner.

Dernière version HPLIP installée: 3.19.6 à partir de developers.hp.com.

:~$ hp-setup

hp-setup


Sortie de la commande 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...


Sortie de la commande lsusb :

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


sortie de la commande 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.


L'imprimante fonctionne sans configuration hplip. Comment faire fonctionner le scanner?

3
mature

Selon l'officiel page HPLIP vous devez installer au moins 3.14.10 avec un plugin propriétaire:

m125ra

Il semble que vous ayez manqué l'installation de ce pilote/plugin binaire/propriétaire.
Vous devez l'installer avec:

hp-plugin

Remarque: Vous n'avez pas vraiment besoin de HPLIP 3.19.6 et pouvez utiliser HPLIP 3.17.10 à partir du référentiel bionic. Pour procéder de cette façon, suivez la partie désinstallation de mon autre réponse et installez ensuite le plugin avec hp-plugin.


Références:

  1. Portail des développeurs de hp | Tous les modèles d'imprimantes pris en charge
  2. Comment installer HPLIP sur mon Ubuntu pour prendre en charge mon imprimante et/ou scanner HP?
  3. Comment dois-je installer le plugin/pilote HPLIP binaire/propriétaire pour mon imprimante HP ou imprimante + scanner?
2
N0rbert

Peut-être que cela aide un peu plus:

Sudo hp-setup

au lieu de

hp-setup

Avant cela, vous devriez mieux répéter l'installation de hp-package avec:

Sudo apt install - réinstaller hplip

Je suppose que cela fonctionne.

1
dschinn1001

Corrigé avec l'installation HPLIP-3.17.9

Toutes les étapes répondent par défaut sauf: Il vous demandera si vous souhaitez que ce programme d'installation installe la politique/le profil spécifique à hplip. Tapez "y".

Terminé: le scanner et l'imprimante fonctionnent!

1
mature