2

I have two computerrs in the same LAN, where computer A is running Ubuntu 15.10 and computer B is running Ubuntu 16.04. There is a Brother MFC-8860DN multi function center device connected to the network, too. Both machines recognize the MFC-8860DN as a printer. However, machine B does not recognize the Brother as a scanner device, while machine A does.

I've stumbled upon quite a few threads dealing with similiar issues. However, topics to be found are more or less referring either to outdated Ubuntu versions or to using devices via USB or both.

How to set up the Brother device properly on 16.04? What system output might be helpful?

Best, Bunjip

Bunjip
  • 815

2 Answers2

1

I have the same problem upon upgrading to Ubuntu 16.04, it was working fine before.

Brother's tools are correctly detecting the scanner, but not SANE, so you can always scan using brscan-skey, the go to your scanner and press the scan button.

I solved the issue by reinstalling the scanner driver with a newer version:

sudo apt-get remove brscan4
sudo dpkg -i brscan4-0.4.4-1.amd64.deb

then add your scanner

brsaneconfig4 -a name="Brother scanner" model="MFC-L2720DW" ip="192.168.1.228"
Zanna
  • 70,465
Apoil1
  • 11
  • Solved: reinstalling the scanner driver with newer version solved the problem. – Apoil1 Nov 13 '16 at 17:35
  • sudo apt-get remove brscan4 – Apoil1 Nov 13 '16 at 17:35
  • sudo dpkg -i brscan4-0.4.4-1.amd64.deb, then add your scanner brsaneconfig4 -a name="Brother scanner" model="MFC-L2720DW" ip="192.168.1.228" – Apoil1 Nov 13 '16 at 17:37
  • Rather than posting 3 new comments under your own question, you can click the edit button under your answer and add the new lines there. Next you can click the X button next to your 3 comments and delete them. Thank you and welcome to AskUbuntu. – WinEunuuchs2Unix Nov 13 '16 at 18:07
  • This is great info. I suggest editing your answer and adding these steps that worked. – Organic Marble Nov 13 '16 at 18:10
  • I'll check this with my machine as soon as I'm back in office, which is not earlier than next week unfortunately. Hope, that works for me too. – Bunjip Nov 14 '16 at 20:04
  • I have MFC-8860DN. Scan used to work in older Ubuntu versions but now on Ubuntu 20.04 it does not work. xsane says "No devices available". I have removed brscan2, downloaded latest version and installed it using sudo dpkg -i brscan2-0.2.5-1.amd64.deb with no change. Chat with Brother the tech said they do not support Linux. I then tried using ControlCenter3 on WIndows 10 and that does not work either. – user92240 Jun 09 '20 at 23:32
0

Note that the scanner driver for brother, event network scanners, needs libusb-0.1 installed.

sudo apt install libusb-0.1