作为旧机器上的 Linux 新手,我使用了 brother.com 建议的文件,打印机可以工作,但扫描仪却不工作。简单扫描显示“扫描失败,无法连接到扫描仪”。
我不确定这是什么但我认为这对这个问题很重要。
mobius@mobius-Dimension-2400:~$ sudo dpkg -l | grep Brother
[sudo] password for mobius:
ii brdcp7040lpr 2.0.2-1 i386 Brother DCP-7040 LPR driver
ii brscan-skey 0.2.4-1 i386 Brother Linux scanner S-KEY tool
ii brscan3 0.2.13-1 i386 Brother Scanner Driver
ii cupswrapperdcp7040 2.0.2-1 i386 Brother DCP7040 CUPS wrapper driver
********新机器,同样的打印机——同样的问题。更新!!!*****
siren@siren-HP-Pavilion-Desktop-PC-570-p0xx:~$ sudo dpkg -l | grep
Brother
[sudo] password for siren:
ii printer-driver-brlaser 4-1
amd64 printer driver for (some) Brother laser printers
ii printer-driver-ptouch 1.4.2-3
amd64 printer driver Brother P-touch label printers
我在这里安装了 7040 驱动程序: https://support.brother.com/g/b/downloadhowto.aspx?c=us&lang=en&prod=dcp7040_us_as&os=128&dlid=dlf006893_000&flang=4&type3=625 sudo su bash linux-brprinter-installer-2.2.1-1 DCP-7040
我现在回复:
siren@siren-HP-Pavilion-Desktop-PC-570-p0xx:~$ sudo dpkg -l | grep Brother [sudo] password for siren: ii brdcp7040lpr:i386 2.0.2-1 i386 Brother DCP-7040 LPR driver ii brscan-skey 0.2.4-1 amd64 Brother Linux scanner S-KEY tool ii brscan3 0.2.13-1 amd64 Brother Scanner Driver ii cupswrapperdcp7040:i386 2.0.2-1 i386 Brother DCP7040 CUPS wrapper driver ii printer-driver-brlaser 4-1 amd64 printer driver for (some) Brother laser printers ii printer-driver-ptouch 1.4.2-3 amd64 printer driver Brother P-touch label printers
尝试“简单扫描”返回“未连接扫描仪”
答案1
我在使用 Brother DCP7020 一体式打印机/扫描仪时也遇到了同样的问题。我找到了一个解决方案,名义上是针对 MFC-7420 的,原作者建议“...应该适用于使用 brscan2 驱动程序的任何 Brother 型号。”事实证明,我的 7020 确实如此,而且由于您的 7040 听起来像是一种密切相关的型号,因此可能也适合您。我使用的完整说明发布在:让 DCP7020 的扫描仪工作
答案2
在我的 64 位系统上安装了包括 brscan2 在内的所有驱动程序后,扫描仪仍然无法工作,直到我执行以下操作:
cd /usr/lib64
sudo cp -pr lib* sane /usr/lib
正如前一位发帖者在他发布的链接中所建议的那样。
答案3
解决了
我需要在 /etc/sane.d 中创建一个 Brother3.conf 文件
里面有这个:
#兄弟 DCP-7040 usb 0x04f9 0x01e9
详细信息如下:https://www.sigmdel.ca/michel/program/misc/brother_dcp7040_scanner_on_ubuntu_1710_en.html#how
谢谢 Daniel 提供的链接
答案4
对于我自己来说,从 Brother 网站安装驱动程序后,我所需要做的就是使用:
$ scanimage -L
device `brother4:bus4;dev5' is a Brother DCP-7065DN USB scanner
然后就simple-scan
开始工作了。