Ubuntu 不再识别我的打印机

Ubuntu 不再识别我的打印机

我正在运行 Ubuntu 12.04,并且有一台HP Officejet Pro 8000(网络)打印机。直到昨天我才遇到任何问题。前天我在它上面打印了一些东西,一切正常。

昨天我想打印一些东西,但在 Ubuntu 中找不到打印机。我转到“打印”,它说"Printing service not available. Start this service on this computer or connect to another server"按钮"Start Service"不可点击。当我点击它时,"connect"它说"CUPS Server:",唯一的选择是"localhost"如果我点击连接,就会出现错误"CUPS Server error: there was an error during the CUPS operation: 'failed to connect to another server'"

我怎样才能解决这个问题?

答案1

尝试:

sudo apt-get install cups-daemon

它启动一个打印服务器来为我们处理打印任务。

我在安装 libcups2 后开始遇到此问题,我认为它卸载了上述包。

这种情况的症状是sudo service cups start由于包不存在而导致失败。

答案2

尝试以下操作:转到系统。从应用程序菜单进入打印机,将光标放在 HP 打印机上,右键单击并删除它,然后重新添加打印机

我收到了同样的“丢失”文件消息,这对我有用......

答案3

有时简单

sudo service cups restart

解决了问题。

我遇到了这个问题并以这种方法解决了。

相关内容