A "how to" for the Brother MFC-210C printer.
>>>> THIS THREAD IS ABANDONED!! <<<<
If you want a more current thread, then click
this link: MFC210C
* Author no longer uses the MFC-210C printer.
* This POST is NOT "up-to-date" (though answers are provided by kind forum members).
* Continue at your own risk.
INK CARTRIDGE SAYS EMPTY? Click here: BlackTape
NOTE TO THE ADMINS:
Many people monitor this thread. Delete this one if you so choose. However, some people are getting their questions answered.
________________________________
MFC-215C?Matchless has worked very hard at putting together two tutorials to help you with your 215C:
________________________________
Edgy & Feisty-specific instructions added, courtesy of magean.
________________________________
INSTALL SCRIPTS for DAPPER DRAKE and EDGY EFT/FEISTY FAWN (What works for Edgy... works for Feisty).[Click here] A big thanks goes to guitara and googleninja for their hard work and dedication. ________________________________
IntroductionFollow this step-by-step guide to get this low-cost Multi Function Centre working.
Do you have another Brother product? Don't give up hope. Some have reported success having followed this tutorial (see a partial list at the bottom of this post).
Note: This tutorial assumes:
- Device: Brother MFC210C
- Connection: USB direct from PC to Printer
- System: 32-bit Intel/AMD
- Operating System: GNU/Linux Ubuntu (Dapper Drake/Edgy Eft/Feisty Fawn)
________________________________
About the color codes* Edgy Eft/Feisty Fawn (6.10 & 7.04)-specific instructions are in green.
* Dapper Drake (6.06.1)-specific instructions are in blue.
* Standard black text will be used where it applies to all.
* Breezy, Hoary, Warty: not supported.
Preliminary procedures
Create a folder on the desktop and name it mfc210c. Put all downloaded files in that folder.
Step 1: Download from Brother
[The CUPS wrapper]
[The LPR Driver]
For other Brother machines: Please make sure the appropriate drivers are downloaded. Check the Brother website for
LPR Drivers and
CUPS Wrappers.
Step 2: Install the C Shell
Code:
sudo aptitude install csh
If this step fails because it returns the following error:
E: Couldn't find package csh
follow the Ubuntu Guide instructions on How To Add Extra Repositories.
:: TURN PRINTER OFF ::
DO NOT SKIP THIS STEP OR THINGS GO TERRIBLY WRONG
Step 3: LPR Driver Install
Code:
sudo mkdir /var/spool/lpd
Code:
sudo mkdir /var/spool/lpd/MFC210C (replace with your printer name)
Code:
sudo dpkg -i ~/Desktop/mfc210c/mfc210clpr-1.0.2-1.i386.deb
Step 4: Install the CUPS Wrapper
Code:
sudo ln -s /etc/init.d/cupsys /etc/init.d/cups
Code:
sudo dpkg -i ~/Desktop/mfc210c/cupswrappermfc210c_1.0.0-1_i386.deb
Finalization
:: TURN PRINTER ON ::
Please follow these steps. From the menu bar click:
System → Administration → Printing
Right-click the MFC210C and click “Properties”
- Connection Tab: Ensure local printer is connected (Printer Type: Local Printer) and (Use a Detected Printer: Brother MFC-210C)
- General Tab: Here I rename 'MFC210C' to 'Brother Printer'. Let's the whole family know the printer they're selecting.
- Paper Tab: Ensure your local paper size is selected.
- Advanced Tab: Review the choices and make appropriate adjustments.
- From any tab: Click "Print a test page" to confirm all works well.
Edgy/Feisty: (thanks Magean)
If you got the error message
lpadmin:Unable to copy PPD file
when installing the Wrapper do the following:
Find out the device urlRead and "remember" the device url
(for example)Find the name and path of the ppd file
Code:
ls /usr/share/cups/model
Read and remember the filename
(for example)
/usr/share/cups/model/brmfc210c_cups.ppd
Administer the printer
Code:
sudo lpadmin -p (printer name) -E -v (device url) -P (PPD file path and name)
(for example)
sudo lpadmin -p MFC210C -E -v usb://Brother/MFC-210C -P /usr/share/cups/model/brmfc210c_cups.ppd
All done!
For printer options turn your browser of choice to
(this requires local access)
Fax PrintingTo print using the fax capabilities of the MFC the drivers must be downloaded and installed. This tutorial assumes the mfc210c folder is still on the desktop.
Step 1: Download from Brother
[The Fax CUPS wrapper]
[The Fax LPR Driver]
:: TURN PRINTER OFF ::
DO NOT SKIP THIS STEP OR THINGS GO TERRIBLY WRONG
Code:
sudo dpkg -i ~/Desktop/mfc210c/brmfcfaxlpd-1.0.0-1.i386.deb
Code:
sudo dpkg -i ~/Desktop/mfc210c/brmfcfaxcups-1.0.0-1.i386.deb
:: TURN PRINTER ON ::
System → Administration → Printing
Right-click the BRFAX and click “Properties”
- Connection Tab: Ensure local printer is connected (Printer Type: Local Printer) and (Use a Detected Printer: Brother MFC-210C -- If the printer is still off this step will be impossible to complete.)
- General Tab: Here I rename 'BRFAX' to 'Brother Fax Machine'. Let's the whole family know which printer they're selecting.
- Paper Tab: Ensure your local paper size is selected.
- Advanced Tab: Review the choices and make appropriate adjustments. I use FINE for Quality.
Click "Close". This box will not allow direct printing.
Sending a FaxThanks to Matchless for untangling this mess. "This printer is not used to print faxes directly. It is used by the 'brpcfax' utility script file. To send a fax, you must use the “brpcfax” utility to process your print jobs and you can only use a postscript file."
Let's use GEdit to set this up.
Applications → Accessories → Text Editor
- Type some text into Text Editor. (It's not necessary that it be important text. The file doesn't have to be faxed for this to work.)
- From the menu bar click File → Print...
- Under the Print tab click "Generic Postscript" as your printer selection.
- Change "Location" from "lpr" to "File". This will let us print to file.
- Click the "Save As" button to the right of "File" (it appears only when you select "File").
- Name the file faxtest.ps. For Save In Folder choose Desktop (for convenience only—delete the file when you're done).
- Click the Save button.
- Click the Print button.
Your document has been saved as file to your Desktop. Now let's finish Step 2.
- Right-click the faxtest.ps file on your Desktop. In the context menu point to "Open With >". In the flyout menu click "Open with Other Application"
- When the "Open With" box appears, click "Use a custom command at the bottom near the Cancel button. A small text field should appear.
- Enter this into that field: /usr/bin/brpcfax
- Complete the task by clicking Open.
This should cause the Dial Pad to appear. You can close it as we're finished with it for the moment.
From this point forward this is how to send a fax:
a) Use “Print to file” from your application to generate a postscript file.
b) Right click the file (should end in .ps) and select “Open with” and click “brpcfax”.
c) When the dialup screen GUI comes up, enter fax number and click Send.
Scanner Setup
Preliminary procedures
:: TURN PRINTER OFF ::
DO NOT SKIP THIS STEP OR THINGS GO TERRIBLY WRONG
Step 1: Download from Brother
For Dapper Drake (6.06): [Sane Scanner Backend]
For Edgy/Feisty (6.10/7.04): [Sane Scanner Backend]
For other Brother machines: Please make sure the appropriate drivers are downloaded. Check the Brother website for the Scanner Backend. Applications → Accessories → Terminal
Code:
sudo dpkg -i ~/Desktop/mfc210c/brscan2-0.2.1-0.i386.deb
The scanner should be installed.
Code:
sudo dpkg -i ~/Desktop/mfc210c/brscan2-0.2.3-0.i386.deb
Make scanner accessible to all users
Code:
gksudo gedit /etc/udev/rules.d/45-libsane.rules
Add the following above the last row:
#brother
SYSFS{idVendor}=="04f9",MODE="666",GROUP="scanner"
The last four rows should then look like:
#brother
SYSFS{idVendor}=="04f9",MODE="666",GROUP="scanner"
LABEL="libsane_rules_end"
Restart the OS.
Step 3: Installing XSane
To use the scanner requires that Ubuntu's scanner software be installed. Copy the following code into the Terminal:
Code:
sudo aptitude install sane xsane libsane sane-utils
Finalizing The Setup
:: TURN PRINTER ON ::
Verify the install with XSane
Applications → Graphics → XSane Image Scanning Program
Setup Complete
Move the setup folder from your desktop to the trash if you so desire, or to some other location in the file system.
Network InstallationPlease note: Contributions to help with network setups are detailed below. I do not have the MFC as an independent part of the network so I cannot test the following instructions. However these links are offered in hope of problem-free configuration.
ubu69 has had success with a network setup. He's using a Debian system and believes this should prove helpful [click here].
shawndoggie notes success with the MFC attached to an XP box [click here].
stalefries has put together a nicely detailed howto in this thread. Network scanning! I just love the layout. [click here]
Other Brother ProductsPlease note: If you have a different Brother product don't go away dejected. There may be hope. Here's a list of some related success stories. With a bit of tweaking it seems this tutorial has proven helpful.
Jose Catre-Vandis has a mini tutorial on the for the DCP-540CN in an Edgy HowTo [click here]
Gray. notes success with the MFC-620CN [click here]
ubu69 notes success with the MFC-420CN in Debian [click here]
crhooker notes success with the MFC-3220C [click here]
shawndoggy notes success with the MFC-5440CN [click here]
thedavis notes success with the DCP-115C [click here]
Mack1 notes success with the MFC-425CN [click here]
bigken notes success with the MFC-3820CN [click here]
Bucanero notes success with the MFC-5440N [click here]
Jasman and Boelcke both note success with the Brother HL-2040
[click here] and [click here]
Other distros:
bigken notes success on SuSE 10.0 [click here]
_________________________
Found an error? Lemme know. Errors will be replaced with your astute observations and you'll be credited.
Got a question? I'll explain the best I can.
History: This tutorial was designed for Ubuntu/Edubuntu (Breezy, then updated for Dapper) to help me remember what steps I took in the first place. It exploded with the help of posters and onlookers like you. Thanks!!
Xubuntu/Kubuntu:
It may not work with other Ubuntu-based releases (Xubuntu, Kubuntu, etc.) - searching for a Kubuntu/Xubuntu-related tutorial recommended.
Variations from the Brother website instructions reflect the difference between Ubuntu and a pure Debian system.
Brother® is a Registered Trademark.
(This HOWTO comes with absolutely no warranty, to the extent permitted by applicable law. However, the author will return on a regular basis to ensure the Brother files are still available and up-to-date and that the tutorial looks prettier and prettier.)
Bookmarks