install scanner brother DCP 7055 on Ubuntu

Following instructions are taken from the brother website (and were slightly adjusted).

-1.- Download drivers for the scanner DCP 7055. Open a terminal and paste one of the two lines.

  (32bit version) wget www.brother.com/pub/bsc/linux/dlf/brscan4-0.4.2-1.i386.deb
  (64bit version) wget www.brother.com/pub/bsc/linux/dlf/brscan4-0.4.2-1.amd64.deb

(If you are not sure wethere you have a 32bit or 64bit Ubuntu version, type in a terminal (to open press Ctrl+Alt+t)

  uname -m

If the result is “i686” or “i386” you have 32-bit, if it is “x86_64” you have 64-bit.)
-2.- Install the driver
    2-1. Turn on the DCP7055 and connect the USB cable.
    2-2. Open the terminal and go to the directory where the driver is.
    2-3. Install the scanner driver

sudo dpkg  -i  --force-all brscan4-0.4.2-1.i386.deb

The Brother Linux scanner driver works only with a superuser by default, as noted on the brother solutions site.

If you want to allow normal users to also use the scanner, this is the solution:

Download following deb package. Open a terminal and paste following line

   wget www.brother.com/pub/bsc/linux/dlf/brother-udev-rule-type1-1.0.0-1.all.deb

and install it by pasting following line in a terminal.

   dpkg -i brother-udev-rule-type1-1.0.0-1.all.deb

After installation you can remove the .deb package, by pasting following line in a terminal.

   rm brother-udev-rule-type1-1.0.0-1.all.deb

-3.- Reboot the Computer

blog_tags: 

Add new comment

Filtered HTML

  • Allowed HTML tags: <a> <em> <strong> <cite> <blockquote> <code> <ul> <ol> <li> <dl> <dt> <dd> <pre> <img> <br> <p> <span>
  • Lines and paragraphs break automatically.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Use [collapse] and [/collapse] to create collapsible text blocks. [collapse collapsed] or [collapsed] will start with the block closed.

Plain text

  • No HTML tags allowed.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Lines and paragraphs break automatically.
  • Code snippets in <code>...</code> or <source>...</source> automatically will be pretty printed.
  • Use [collapse] and [/collapse] to create collapsible text blocks. [collapse collapsed] or [collapsed] will start with the block closed.
CAPTCHA
This question is for testing whether or not you are a human visitor and to prevent automated spam submissions.
Target Image