Brother has a range of inkjet all-in-ones, most of which use a very similar design on the outside and print engine on the inside. The DCP-J125 is one of the recently launched 2011 range, distinguished from earlier models by the 'J's in their model numbers. This one is at the bottom of the range, very much an entry-level machine, but it still offers a good range of the features, which has made these printers so popular.
Firstly, install all brother driver in your synaptic. Search for 'brother printer' and install all by check all box.
Second, after installed, close your synaptic and open terminal, use this:
sudo aa-complain cupsd
sudo mkdir /usr/share/cups/model
sudo apt-get install sane-utils
sudo apt-get install tcsh
sudo dpkg -l | grep Brother
lsusb
1. sudo gedit /etc/udev/rules.d/45-libsane.rules
# Brother scanners
ATTRS{idVendor}=="04f9", ENV{libsane_matched}="yes"
# Brother DCP-J125
SYSFS{idVendor}=="04f9", SYSFS{0253}=="0253", MODE="664", GROUP="scanner"
SYSFS{idVendor}=="413c", SYSFS{idProduct}=="5105", MODE="664", GROUP="scanner"
# Dell A960
SYSFS{idVendor}=="413c", SYSFS{idProduct}=="5107", MODE="664", GROUP="scanner"
# Dell 922
SYSFS{idVendor}=="413c", SYSFS{idProduct}=="5109", MODE="664", GROUP="scanner"
# Dell 1600n
SYSFS{idVendor}=="413c", SYSFS{idProduct}=="5250", MODE="664", GROUP="scanner"
# Brother DCP-115C
SYSFS{idVendor}=="04f9", SYSFS{idProduct}=="018c", MODE="664", GROUP="scanner"
# Brother DCP-J115
SYSFS{idVendor}=="04f9", SYSFS{idProduct}=="0253", MODE="664", GROUP="scanner"
LABEL="libsane_rules_end"
Edit this entry:
Code:
# libusb device nodes
SUBSYSTEM=="usb", ENV{DEVTYPE}=="usb_device", NAME="bus/usb/$env{BUSNUM}/$env{DEVNUM}", MODE="0664"
into:
Code:
# libusb device nodes
SUBSYSTEM=="usb", ENV{DEVTYPE}=="usb_device", NAME="bus/usb/$env{BUSNUM}/$env{DEVNUM}", MODE="0666"
Open http://welcome.solutions.brother.com/bsc/public_s/id/linux/en/download_scn.html and download:
Scanner driver for brscan3 models
1. brscan3
2. brscan-skey
and download:
lpr-driver
cupswrapper driver
dpkg -l | grep Brother
it must look like this:
ii brother-cups-wrapper-common 1.0.0-10-0ubuntu5 Common files for Brother cups wrapper packages
ii brscan-skey 0.2.1-3 Brother Linux scanner S-KEY tool
ii brscan3 0.2.11-4 Brother Scanner Driver
ii dcpj125cupswrapper 1.1.1-1 Brother CUPS Inkjet Printer Definitions
ii dcpj125lpr 1.1.1-1 Brother lpr Inkjet Printer Definitions
To get the scan-key-tool to start automatically at Ubuntu boot by default.
Install: sane-utils (if not already installed , it's in Synaptic Package Manager)
Add the brscan-skey command to your startup program.
System -> Preference -> Sessions -> Startup Programs -> New
Enter "brscan-skey" in:
Name: and
Command:
Comment: Enter what you want to call your Scanner
Press OK and enable the entry.
Good luck



















