I have an HP Laser107a (https://support.hp.com/us-en/drivers/selfservice/hp-laser-100-printer-series/24494339/model/24494340) and because fails to be detected on Ubuntu 18.04 I have installed the latest hplip version from hp website.
As seen on ubuntu's manual the lsusb shows:
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 002: ID 1bcf:0005 Sunplus Innovation Technology Inc. Optical Mouse
Bus 001 Device 013: ID 03f0:e82a Hewlett-Packard
Bus 001 Device 003: ID 058f:6362 Alcor Micro Corp. Flash Card Reader/Writer
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
But the command hp-makeuri 03f0:e82a
fails to generate the correct url for my printer:
HP Linux Imaging and Printing System (ver. 3.19.12)
Device URI Creation Utility ver. 5.0
Copyright (c) 2001-18 HP Development Company, LP
This software comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to distribute it
under certain conditions. See COPYING file for more details.
error: Device not found
Using system settings I manage to add my printer:
Though I fail to print a pdf file or even a document in libreoffice showing the following error:
Also, the hp device manager fails to add my printer as well (hplip 3.19.12):
Do you have any idea why?
Also, using the propriatery driver ofered by hp still shows no light.
In order to work follow these steps:
Remove the existing device from the gnome device manager (ommit this step if you setup the printer for first time):
Download the driver from hp website
Unzip the zipped file.
Run the following commands:
On the questions that the install script asks just press y and enter.
Then click upon the button shown in the following screen (assume no printer as added).
Then click add:
Then select the printer from an existing database and press forward:
And select the
Laser 10x
driver:Please check whether you can ommit steps 2-4 because a propriatery driver is being installed. With the steps above you will be able to print, though
hplip-gui
won't be able to detect the printer.I just want to add an update related to use the printer on Ubuntu 20.04.
Something changed and the printer cannot be found by CUPS. I did not do a deep dive to figure out why or how it happened but purging ippusbxd from the system allowed the printer to be properly found by CUPS and the process using the ULD drivers works as expected
I simply ran
removed any pre-existing instance of a Lase10x printer, and followed the install steps described by Dimitrios