因此,我按照 Brother 网站上的说明操作,获取了安装程序并尝试运行它。我看到了这个问题:Brother MFC-J470DW 打印机驱动程序安装,答案似乎就是兄弟给我的确切指示。
问题在于:它无法识别我的模型名称是否有效。
alex@alex-1015E:~/Desktop$ sudo bash linux-brprinter-installer-2.0.0-1
[sudo] password for alex:
Input model name ->MFC-J470DW
Driver-packages cannot be found.
Confirm the model name.
我也尝试在模型名称中使用 aO
代替 a 0
,结果相同。这是怎么回事?
答案1
正如你所说原始帖子不适合您,我已将其重写得尽可能简单,仅使用终端,准确复制命令
首先在终端中下载此文件
wget download.brother.com/welcome/dlf006893/linux-brprinter-installer-2.0.0-1.gz
提取它
gunzip linux-brprinter-installer-2.0.0-1.gz
使其可执行
chmod +x linux-brprinter-installer-2.0.0-1
运行它(必须是root)
sudo ./linux-brprinter-installer-2.0.0-1
你应该看看这个
Input model name ->
让它看起来像这样
Input model name ->MFC-J470DW
按回车键,现在你会看到
You are going to install following packages.
mfcj470dwlpr-3.0.0-1.i386.deb
mfcj470dwcupswrapper-3.0.0-1.i386.deb
brscan4-0.4.3-1.amd64.deb
brscan-skey-0.2.4-1.amd64.deb
OK? [y/N] ->
输入 Y,按回车键,再按一次相同的键输入许可协议,现在安装程序将开始下载并安装您的驱动程序。
在 14.04 上测试(没有打印机,但测试了驱动程序安装)。
答案2
谢谢。你的步骤非常清晰。
我从他们的网站下载了 zip 文件,然后按照您的步骤制作 execcubatle 并运行安装程序。
兄弟网站有驱动,但是ubuntu 12的步骤有误
http://support.brother.com/g/b/downloadtop.aspx?c=us&lang=en&prod=mfcj985dw_us_eu_as
答案3
此问题在 Linux 发行版中很常见。驱动程序包正在为打印机寻找区分大小写的特定型号名称。我有一台 MFC-j5910DW,需要输入与 j 和 DW 完全相同的打印机名称。打印机包装上确实显示了打印机名称。