Using Brother HL-2035 and CanoScan LIDE 90 under Ubuntu

Asked by Walter Buettner

Ladies and Gentlemen,

I want to switch from Windows 7 to Ubuntu as host system permanently.
Under Windows I use the printer Brother HL-2035 and the scanner Canoscan LIDE 90. How can I use these devices with Ubuntu. Are there special drivers available or can I connect these devices via USB 2.0 plug and play?

If drivers are necessary, where can I download these and how they have to be installed or used?

I will be very grateful for your assistance and help and good news will support my decision to switch to Ubuntu.

Many thanks for your help in advance.

Regards

Walter Buettner

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu simple-scan Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

According to http://www.sane-project.org/sane-mfgs.html#Z-CANON the LIDE90 is not supported by SANE

But there is a little how to here:
http://ubuntuforums.org/showthread.php?t=711394

You can install the Brother easily as they make Linux drivers (32bit but the new releases are multiarch):

Boot the system without the device powered on and run:

mkdir ~/Brother
cd ~/Brother
wget http://www.brother.com/pub/bsc/linux/dlf/brhl2040lpr-2.0.1-1.i386.deb
wget http://www.brother.com/pub/bsc/linux/dlf/cupswrapperHL2040-2.0.1-2.i386.deb
sudo dpkg -i ./brhl2040lpr-2.0.1-1.i386.deb
sudo dpkg -i ./cupswrapperHL2040-2.0.1-2.i386.deb
sudo apt-get -f install
cd $HOME
rm -r ~/Brother

Then power on the printer and it should be good to go :)

Can you help with this problem?

Provide an answer of your own, or ask Walter Buettner for more information if necessary.

To post a message you must log in.