我有一台惠普喷墨打印机连接到一台带有USB电缆的lubuntu笔记本电脑上,安装在杯子下面,作为“喷墨机”。我可以用AbiWord OK打印,打印机测试页面从打印机属性对话框中打印OK,但是如果我尝试使用"lpr -Pinkjet“从命令行打印,什么都不会发生。我没有收到任何错误消息,喷墨打印队列显示为空。lpstat将打印队列显示为空。
我正在运行Ubuntu16.04.5LTS。打印机驱动程序是hp-envy_4510_series-hpijs.ppd。
有什么想法吗?
我在CUPS错误日志中看到了一些错误消息:
E [11/Dec/2018:09:08:43 -0500] Unknown directive JobPrivateAccess on line 85 of /etc/cups/cupsd.conf.
E [11/Dec/2018:09:08:43 -0500] Unknown directive JobPrivateValues on line 86 of /etc/cups/cupsd.conf.
E [11/Dec/2018:09:08:43 -0500] Unknown directive SubscriptionPrivateAccess on line 87 of /etc/cups/cupsd.conf.
E [11/Dec/2018:09:08:43 -0500] Unknown directive SubscriptionPrivateValues on line 88 of /etc/cups/cupsd.conf.
W [11/Dec/2018:09:08:48 -0500] CreateProfile failed: org.freedesktop.DBus.Error.ServiceUnknown:The name org.freedesktop.ColorManager was not provided by any .service files
W [11/Dec/2018:09:08:48 -0500] CreateProfile failed: org.freedesktop.DBus.Error.ServiceUnknown:The name org.freedesktop.ColorManager was not provided by any .service files
W [11/Dec/2018:09:08:48 -0500] CreateDevice failed: org.freedesktop.DBus.Error.ServiceUnknown:The name org.freedesktop.ColorManager was not provided by any .service files我对杯子太无知了,不知道该做些什么,也不知道如何判断它们的严重性,所以我很感激你的任何建议。
发布于 2018-12-14 13:43:40
按照lp起作用,但lpr不起作用中的建议,通过安装cups-bsd软件包解决了这个问题。(如果我意识到lp在起作用,我可能会更早找到这个答案。)
我意识到最好按照unutbu的建议,关闭这个问题并标记为一个复制,但是我没有足够的代表投票来结束,所以我在发布这个答案,试图达到某种结束。
https://askubuntu.com/questions/1099214
复制相似问题