Chi*_*cko 2 printing scanner brother drivers
我有一台 Brother MFC-J615W 打印机和扫描仪通过 LAN 连接到 Wi-fi 路由器。此外,刚刚升级到 Ubuntu 18.04(万岁;)。
我已经在 17.10 中遇到了问题,打印机驱动程序工作正常(并非没有问题),但是无论我做什么都无法使扫描仪工作。我已经阅读了那里的所有手册:
我真的不知道接下来该怎么办。我是一名学生,扫描仪对我来说非常重要,因此考虑回到可耻的 Windows。
提前致谢,盖尔。
获得一台 Brother 扫描仪需要几个步骤;如果使用安装脚本,它似乎确实涵盖了部分或全部步骤;兄弟提供一个常见问题http://support.brother.com/g/s/id/linux/en/faq_scn.html?c=us_ot&lang=en&redirect=on和从那个
1)sudo apt install libusb-0.1-4 ..即使联网也这样做
http://support.brother.com/g/s/id/linux/en/faq_scn.html?c=us_ot&lang=en&redirect=on#f00107
2) http://support.brother.com/g/s/id/linux/en/faq_scn.html?c=us_ot&lang=en&redirect=on#f00101将/usr/lib64/下的文件复制到/usr/lib/。由于 MFC-J615W 是 brscan3,
sudo cp /usr/lib64/libbrscandec3.so.1.0.0 /usr/lib
sudo cp /usr/lib64/sane/libsane-brother3.so.1.0.7 /usr/lib/sane
sudo cp /usr/lib64/sane/libsane-brother3.so.1 /usr/lib/sane
sudo cp /usr/lib64/sane/libsane-brother3.so /usr/lib/sane
sudo cp /usr/lib64/libbrscandec3.so /usr/lib
sudo cp /usr/lib64/libbrscandec3.so.1 /usr/lib
Run Code Online (Sandbox Code Playgroud)
3)对于usb连接,需要一个udev规则;http://support.brother.com/g/s/id/linux/en/instruction_scn1c.html?c=us_ot&lang=en&redirect=on#u13.04然后你下载了一个小文件兄弟-udev-rule-type1-1.0 .0-1.all.deb
4)对于网络配置,兄弟提供这个http://support.brother.com/g/s/id/linux/en/instruction_scn1b.html?c=us_ot&lang=en&redirect=on
brsaneconfig3 -a name=(name your device) model=(model name) ip=xx.xx.xx.xx
Run Code Online (Sandbox Code Playgroud)
他们建议检查它是否有效,这样做
brsaneconfig3 -q | grep (name of your device)
Run Code Online (Sandbox Code Playgroud)
这些有帮助吗?
| 归档时间: |
|
| 查看次数: |
6506 次 |
| 最近记录: |