我有一个惠普Laser107a (https://support.hp.com/us-en/drivers/selfservice/hp-laser-100-printer-series/24494339/model/24494340),因为没有在Ubuntu18.04上检测到,所以我从惠普网站上安装了最新的hplip版本。
正如在ubuntu的手册上看到的,lsusb显示:
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但是命令hp-makeuri 03f0:e82a无法为我的打印机生成正确的url:
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使用系统设置,我设法添加打印机:

虽然我没有在libreoffice中打印pdf文件甚至文档,但显示了以下错误:

此外,hp设备管理器也无法添加我的打印机(hplip 3.19.12):

你知道为什么吗?
同时,使用马力驱动程序仍然没有显示出光。
发布于 2019-12-18 18:52:22
为了开展工作,请遵循以下步骤:

cd uld
sudo ./install-printer.sh


Laser 10x驱动程序:
请检查是否可以省略步骤2-4,因为安装了一个专用驱动程序。有了上述步骤,您将能够打印,尽管hplip-gui将无法检测到打印机。
发布于 2021-02-03 21:50:42
我只想在Ubuntu20.04上添加一个与使用打印机相关的更新。
有些东西改变了,打印机无法通过杯子找到。我并没有深入研究这种情况发生的原因或原因,但将ippusbxd从系统中清除,就可以通过CUPS正确地找到打印机,并且使用ULD驱动程序的过程可以按预期工作。
我只是跑了
sudo apt purge ippusbxd移除任何预先存在的Lase10x打印机实例,并按照Dimitrios描述的安装步骤执行。
https://askubuntu.com/questions/1196925
复制相似问题