如何在 Simple Scan 中注册我的扫描仪?

如何在 Simple Scan 中注册我的扫描仪?

最近我决定从 Windows 10 切换到 Linux Mint 20.1。

当我打开文档扫描仪实用程序时,它说它无法检测到任何扫描仪。

我有一台兄弟 MFC-L2700DW。虽然它不被识别为扫描仪,但它确实显示为打印机。

答案1

您需要安装扫描仪驱动程序从这里:

wget https://download.brother.com/welcome/dlf006645/brscan4-0.4.9-1.amd64.deb
sudo dpkg -i --force-all brscan4-0.4.9-1.amd64.deb

wget https://download.brother.com/welcome/dlf006652/brscan-skey-0.3.1-1.amd64.deb
sudo dpkg -i --force-all brscan-skey-0.3.1-1.amd64.deb

wget https://download.brother.com/welcome/dlf006654/brother-udev-rule-type1-1.0.2-0.all.deb
 sudo dpkg -i --force-all brother-udev-rule-type1-1.0.2-0.all.deb

答案2

您可能需要将您的用户添加到scanner组中。作为根用户

adduser your-username scanner

相关内容