Bij de site van brother staat nog een hele uitleg.
Maar mijn ervaring is dat via software centrum (zoeken op brother) dan de drivers op die manier binnenhalen het makkelijkste werkt.
Voor scanner kan je beste ook op de site van brother kijken:
sane-utils moet geinstaleerd zijn.
Daarna brscan2 en brscan-tool instaleren.
Bij mijne moest ik trouwens nog regeltje toevoegen aan bestand.
(wat uitleg; van site geplukt)
Open a terminal and type
lsusb
You’ll get a output similar like this:
Bus 006 Device 002: ID 04f9:01e4 Brother Industries, Ltd DCP-357C
After ID you will find the Vendor ID (04f9) and the Product ID (01e4)
You will need both of them, so remember them.
In the terminal type the following:
gksudo gedit /lib/udev/rules.d/40-libsane.rules
Add the following lines to the end of the hardware list
#Brother DCP-357C
ATTRS{idVendor}==”04f9″, ATTRS{idProduct}==”01e4″, ENV{libsane_matched}=”yes”
http://www.jorink.nl/2010/06/ubuntu-10-04-with-brother-dcp-357c/En deze site
http://ubuntuforums.org/showthread.php?t=590793