Sama ongelma mulla appiukon Brotherin kanssa. Sain sen toimimaan löytämilläni ohjeilla. Se tosin oli DCP-117C mutta voisit ehkä saada niistä ohjeista jotain. En osaa laittaa tänne PDF-tiedostoa joten ohjeet alla.
Printteri.
Asenna seuraavat Synapticilla:
brother-lpr-drivers-extra
brother-cups-wrapper-extra
siinä on ajuri MFC-210c mukana
Scanneri
Ajurit tuolta, ajurin nimi on: brscan2 32bit/64bit koneesta riippuen.
http://welcome.solutions.brother.com/bsc/public_s/id/linux/en/download_scn.html#brscan2
Ja niiden asennusohjeet:
http://welcome.solutions.brother.com/bsc/public_s/id/linux/en/instruction_scn1.html
Ja käytön salliminen myös tavalliselle käyttäjälle:
http://welcome.solutions.brother.com/bsc/public_s/id/linux/en/instruction_scn1c.htm
Install the driver
4-1. Turn on your MFC/DCP and connect the USB cable.
4-2. Open the terminal and go to the directory where the driver is.
4-3. Install the scanner driver
Command (for dpkg) : dpkg -i --force-all (scanner-drivername)
Command (for rpm) : rpm -ihv --nodeps (scanner-drivername)
Example(for dpkg) | Example(for rpm)
4-4. Check if the driver is installed
Command (for dpkg) : dpkg -l | grep Brother
Command (for rpm) : rpm -qa | grep -e (scanner-drivername)
Example(for dpkg) | Example(for rpm)
Käytön salliminen normaalille käyttäjälle
Ubuntu 9.10, 10.04
1. Open "/lib/udev/rules.d/40-libsane.rules" file. Sudo gedit...
2.Add the following two lines to the end of the device list. (Before the line "# The following
rule will disable ..."):
The lines to be added
# Brother scanners
ATTRS{idVendor}=="04f9", ENV{libsane_matched}="yes"
3. Restart the OS.