Brother printers: how to install them in Ubuntu and Linux Mint:

You can apply this how-to:

  • Installing the driver manually isn’t very difficult either, because Brother has issued a generic install script for that: the Driver Install Tool.
  • Sometimes it’s necessary to add a printer or scanner to the system yourself, by means of the application Printers. In that case the application Printers already contains the driver for your printer, but you have to “indicate” the printer first.
    • So launch the application Printers. You can use the search box in your menu to find it; it’s present by default in all editions of Ubuntu and Linux Mint.
    • In Printers, click the button Add (with the + sign) and follow the steps it offers you.
    • But if you have a multifunctional printer, this doesn’t get the scanner part operational:
    • you can only print. Or your printer might simply be too new for the database in your version of Linux Mint or Ubuntu. In those cases proceed with step 3:
  •  Connect your printer to your computer by means of a USB cable (even when you intend to use it as a network printer later on: for initial installation a USB cable is often needed). Then turn on your printer.
    • With that, you can install not only the printer driver, but also (for a multifunctional printer) the scanner driver.
    • You can use it as follows:
  • . First remove any existing instance of the Brother printer in the application Printers.
  • Go to the download section of the Brother website and look up your printer model.
    • For “OS Family” you choose Linux.
    • For “OS Version” you select Linux (deb).
    • Click the Search button.
    • Then click the Driver Install Tool and download linux-brprinter-installer.
    • Save the downloaded file in the folder Downloads. Don’t extract the zipped file, but leave it there just as it is. Note: don’t use the installation how-to on the Brother website, but use the installation how-to on my website instead (see below)!
  • Launch a terminal window.(You can launch a terminal window like this: *Click*)
  1. Now copy/paste the following command into the terminal, in order to unzip the downloaded file (it’s one line):
[pastacode lang=”bash” manual=”cd%20Downloads%20%26%26%20gunzip%20-v%20~%2FDownloads%2Flinux-brprinter*%0A” message=”bash code” highlight=”” provider=”manual”/] [ad type=”banner”]

Press Enter.

  • Use copy/paste to transfer the following line to the terminal:
[pastacode lang=”bash” manual=”%20sudo%20bash%20~%2FDownloads%2Flinux-brprinter*%0A” message=”bash code” highlight=”” provider=”manual”/]

Press Enter. Type your password when prompted; this will remain entirely invisible, not even asterisks will show, which is normal.

  • Follow the steps that the installer script presents you. When asked for the printer model name, type it and press Enter.
    • An example is best: for a Brother DCP-1610W you type:
    • DCP-1610W
    • Note: is there at the end of the model name a letter between brackets? Then you probably have to omit that last letter (including the brackets).
    • Example: for the Brother MFC-L9550CDW(T) it becomes:
    • MFC-L9550CDW
    • At the question about the Device URI, you answer N for a USB printer and Y for a network printer.
    • For a network printer, you select in the next question the last option:
    • (A): Auto. For that, you type the number of that option and you press Enter.
  • Reboot your computer.
  • Now you may have to solve a problem with the scanner. In 64-bit Linux Mint 18.x and Ubuntu 16.04.x the location for the supporting library files has changed, and the driver for the scanner feature doesn’t always take that into account. The Brother driver puts them in /usr/lib64, whereas your operating system expects them in /usr/lib.
    • So for a 64-bit system, you now need to execute the following three commands in order to make your scanner work well (use copy/paste to transfer them one by one to the terminal, and press Enter after each command):
[pastacode lang=”bash” manual=”sudo%20ln%20-sf%20%2Fusr%2Flib64%2Flibbrscandec3.so*%20%2Fusr%2Flib%0A%0Asudo%20mkdir%20-p%20%2Fusr%2Flib%2Fsane%0A%0Asudo%20ln%20-sf%20%2Fusr%2Flib64%2Fsane%2Flibsane-brother3.so*%20%2Fusr%2Flib%2Fsane%0A” message=”bash code” highlight=”” provider=”manual”/] [ad type=”banner”]
  • Then add yourself to the scanner user group. You can use a click-click-click graphical system tool for that, but this varies amongst editions. The terminal works in all editions….
  • An example is easiest. If your name is xxxxx, your username is xxxxx (no caps), so the terminal command would be:
[pastacode lang=”bash” manual=”sudo%20usermod%20-a%20-G%20scanner%20xxxxx%0A” message=”bash code” highlight=”” provider=”manual”/]

Press Enter.

  • Download this modified configuration file, which contains an essential line for Brother scanners. Leave it in the folder Downloads.
  • Now replace a configuration file by the modified file you’ve just downloaded, with the following command (it’s one line, use copy/paste to transfer it to the terminal):
[pastacode lang=”bash” manual=”sudo%20cp%20-v%20~%2FDownloads%2F40-libsane.rules%20%2Flib%2Fudev%2Frules.d%2F%0A” message=”bash code” highlight=”” provider=”manual”/]

Press Enter.

  • Reboot your computer.
    • Do you wish to bring this about without a downloaded file? Then open /lib/udev/rules.d/40-libsane.rules. Almost at the end of the text in that long text file, add the following two lines before the line “LABEL=”libsane_usb_rules_end“” (use copy/paste to transfer them):
[pastacode lang=”bash” manual=”%23%20Brother%20scanners%0A%20ATTRS%7BidVendor%7D%3D%3D%2204f9%22%2C%20ENV%7Blibsane_matched%7D%3D%22yes%22%0A” message=”bash code” highlight=”” provider=”manual”/] [ad type=”banner”]
  • Printers with wifi: for wireless setup, it’s necessary to configure your printer to connect to your wireless network automatically. If your printer has a small display of its own, you should be able to set this up by means of that little display (see your manual).
    • If your printer doesn’t have a display of its own, you might need to boot Windows for this. One time only, because you only need to configure the printer to connect to your wireless network automatically when you turn it on.
    • Reboot into Linux, launch the application Printers, and you should be able to select your network printer wirelessly.
  • You’re done! Your printer should work fine now, including the scanner part (when present).

Categorized in: