install brother mfc7360n scanner

Solution 1:

For USB you have to edit the /lib/udev/rules.d/40-libsane.rules with root-rights and insert

# Brother scanners
ATTRS{idVendor}=="04f9", ENV{libsane_matched}="yes"

in top of

# The following rule will disable ...

look at lsusb for the id like 04f9 is and save the file Restart udev sudo /etc/init.d/udev restart or sudo service udev restart

good luck mick

Solution 2:

I got the scanner to work (internet connected) by entering this command from: MaXSoftProjects: How to install MFC-7360N Brother on Ubuntu 12.04 for Ethernet (Wayback Machine)

brsaneconfig4 -a name=SCANNER model=MFC7360N ip=192.168.1.53

Solution 3:

  1. Download driver to this link.
  2. Open terminal.
  3. Go to folder with driver downloaded.
  4. sudo dpkg -i --force-all** (scanner-drivername)
  5. Now you can use your scanner.

Solution 4:

This worked for me:

wget http://download.brother.com/welcome/dlf006646/brscan4-0.4.1-5.i386.deb
wget http://download.brother.com/welcome/dlf006654/brother-udev-rule-type1-1.0.0-1.all.deb
dpkg -i brscan4*.deb
dpkg -i brother-udev-rule-type1*.deb

Solution 5:

Follow these instructions.

In the Brother website download page, you should check for matching version (MFC-7360n), I think brscan4 should work.