[SOLVED] Brother MFC-5460CN Multi-function printer
I have been considering purchasing a Brother MFC-5460CN printer as it meets my requirments of a multi-function printer with network and auto document feeder with Linux support. However, Openprinting reported that its has problems with Ubuntu and is rated as partially working.
Can anyone give me some good/bad feed back for this printer with Ubuntu or their experiance with another distro and this printer? What does/dusnt work.
Thanks
SlingShot
e: Brother MFC-5460CN Multi-function printer
Since no one replied with any suggestions or input. Have you searched the forum for that printer to see if anyone has used that printer and had any issues or problems ? Imo with the info from Open Printing knowing that their are issues and is classified as partially works I would say to look for another printer. Look for one that is classified as perfectly or mostly works. Also HP printers are very well supported in Linux.
Re: Brother MFC-5460CN Multi-function printer
Contrary to the Openprinting site this multi function printer works in Ubuntu. Further more, the setup could not be easier. Big thumbs up to Brother for producing low cost printers with excellent features and Linux support.
My setup is 7.04 Feisty 32bit using a ethernet connection, however some section may apply to a USB installation. I set a static IP address for the printer as the drivers could not locate it by name. Read the manual how-to set the static IP address on the printer
TESTED
* Printing (via CUPS)
* Scanning (via Xsane - Yucky interface --- Anyone know of something better)
NOT TESTED
* PC Faxing
PRINTING
1. Download the Brother LPR package HERE and the CUPS wrapper HERE. Simply install using GDebi by double clicking the file.
2. Go to the CUPS config. http://localhost:631
3. Select Printers. Select Modify printer. Enter a a location and name this is for human readable detail. Select Continue.
4. Click on the drop down box and select the Brother MFC-5460CN XXX.XXX.XXX.XXX and select continue.
5. Select Brother for make select continue.
6. Select the Brother MFC-5460CN CUPS V1.1 for the model and select Modify printer. You can now print a test page from System > Administration > Printing. Right click on the MFC5460CN print and select Print test page.
SCANNING
Download the Brother scan2 driver HERE and the scankey tool HERE.
Download sane and Xsane by entering in a terminal
Code:
sudo apt-get install sane xsane
Install the Brother scanner driver.
Code:
sudo dpkg -i brscan2-0.2.4-0.i386.deb
Setup the scanner by using.
Code:
brsaneconfig2 -a name=BRSCANNER model=MFC-5460CN ip=xxx.xxx.xxx.xxx
The "-a name=BRSCANNER" is a friendly name, you can change it to whatever you like. Enter your IP address.
The scan-key tool allows you to register the computer to the printer and use the "Scan to" functions on the printer, you can install as follows.
Code:
sudo dpkg -i brscan-skey-0.2.1-1.i386.deb
You can start the tool manually simple by typing
Code:
brscan-skey
You can change the name of of the computer like this
Code:
brscan-skey -u {name}
You need to set it to start up at boot. Go to System > Preference > Sessions. Select new. Enter Brother scan-key for the name and brscan-skey for the commend to execute.
Slingshot is offline