错误“打印机‘MFC6890CDW’可能未连接。”

错误“打印机‘MFC6890CDW’可能未连接。”

我尝试打印测试页,但收到此错误消息。我首先安装了 LPR 驱动程序,然后从此站点安装了 cupswrapper:http://welcome.solutions.brother.com/bsc/public_s/id/linux/en/download_prn.html#MFC-6890CDW

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

Cups 错误日志:

E [03/Jun/2011:21:05:52 +0200] [CGI] Timeout reached
E [03/Jun/2011:21:05:52 +0200] [CGI] Timeout reached
E [03/Jun/2011:21:11:44 +0200] [Job 2] Keine %%BoundingBox: Kommentar im Header!
E [03/Jun/2011:21:15:52 +0200] [Job 4] Keine %%BoundingBox: Kommentar im Header!
  • 打印机:Brother MFC6890CDW
  • 操作系统:Ubuntu 11.04
  • URI: usb:/dev/usb/lp0
  • 兄弟的输出dpkg -l grep -i

    ii  brother-cups-wrapper-common     1.0.0-10-0ubuntu5     Common files for Brother cups wrapper packages
    ii  brother-cups-wrapper-extra      1.2.1-0ubuntu3        Cups Wrapper drivers for extra brother printers
    ii  brother-lpr-drivers-common      1.0.0-4-0ubuntu1      Common files for brother-lpr-drivers packages
    ii  brother-lpr-drivers-extra       1.2.0-2-0ubuntu4      rc  mfc6890cdwlpr     1.1.2-4     Brother lpr Inkjet Printer Definitions
    

现在我从软件中心安装了驱动程序,但没有任何描述中提到我的打印机的确切名称。现在甚至在打印对话框中都无法识别它。

我认为问题在于打印机使用 Wifi,而我使用的是以太网。显然可以通过 LAN 或 WLAN 使用,但不能同时使用。我稍后会尝试通过 WLAN 访问它。

答案1

我找到了解决方案:

  1. 首先,从此站点下载 lpr 驱动程序 (deb):http://welcome.solutions.brother.com/bsc/public_s/id/linux/en/download_prn.html#MFC-6890CDW

  2. 安装它并忽略错误消息

  3. 从同一网站下载 Cupswrapper 驱动程序 (deb)

  4. 安装它并忽略错误消息

  5. 打开打印机管理

  6. 点击“添加新打印机”

  7. 在侧窗格中选择“网络打印机”

  8. 选择‘通过 DNS-SD 的 LPD 网络打印机’

答案2

刚刚遇到了与 Epson 打印机相同的问题。扫描仪通过 USB 插入,导致网络打印机无法打印。错误消息是

错误“打印机‘EPSON-PX-105-Series-8’可能无法连接

以及“墨水用完了”之类的话。这根本不是事实。

:~$ lpstat -p && lsusb
printer EPSON-PX-105-Series now printing EPSON-PX-105-Series-8.  enabled since Fri 16 Jan 2015 12:14:15 PM JST
Unable to locate printer.
Bus 002 Device 002: ID 0bda:0109 Realtek Semiconductor Corp. 
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 004: ID 04a9:190a Canon, Inc. CanoScan LiDE 210
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 003: ID 0483:2016 STMicroelectronics Fingerprint Reader
Bus 003 Device 002: ID 0a5c:2110 Broadcom Corp. BCM2045B (BDC-2) [Bluetooth Controller]
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub

虽然听起来很愚蠢,但解决方案是:

  1. 切断打印机电源
  2. 打开打印机电源
  3. 按下打印机电源按钮(打开)

然后它打印

在此过程中了解到

全部功劳归功于:

http://ubuntuforums.org/showthread.php?t=929596&page=3

相关内容