- Newbies don't be afraid, I'm a newbie too and I think I've covered everything here.
- For
local installation, This is NOT networking Instructions,but once
installed on a local computer you will easily be able to be shared on
the network.
Printing:
- Installed The LPR Printer Driver - Just download and open with gdebi-gtk (default) and (ignore any var/spool error messages)
- Create
A Symbolic Link.Open the terminal. Go to
Applications/Accessories/Terminal- and paste or type this into your
terminal:(sudo ln -s /etc/init.d/cupsys /etc/init.d/lpd)
- Install The CUPS Printer Driver or CUPS wrapper driver(the brother site tells you which once is for your machine) -Just download and open with gdebi-gtk (default)
- Remove the Symbolic Link with this command: (sudo rm /etc/init.d/lpd
- From the Ubuntu Menus You may have to go to System/Administration/Printing to add your newly installed printer
- You should now be able to print
Scanning:- Install The Sane Driver (either brscan version 2.4 or brscan2 version 2.4) the brother site will tell you which one is for your mfc scanner. Just download and open with gdebi-gtk (default)
- Open the terminal and type this command (sudo
echo 'none /proc/bus/usb usbfs auto,devmode=0666 0 0' >> /etc/fstab) then type password.
- Then modify usb access control with the following commands and also in the terminal.
- The 1st command is: (sudo $ umount /proc/bus/usb)- I get something saying it's not mounted (just ignore it)
- 2nd is command: ($ mount /proc/bus/usb)
- 3rd command is: ($ mknod -m 666 /dev/usbscanner c 180 48)
- Scanner should now work as root, test with xsane or scan2pdf
Scan Key Tool For MFC Button function (I guess this could be considered optional)- Install The Scan Key Tool -Just download and open with gdebi-gtk (default)
- You can run the tool manually by running this command in the terminal (sudo brscan-skey)
- You can make it automatic on startup with this instruction as follows:
-
(1) Open the "System" menu and select "Preference".
(2) Select the "Sessions" item in the "Preference" sub menu.
(3) Select the the "Startup" tab.
(4) Click the the "Add" button.
(5) type "brscan-skey" in the "Startup command" window.
(6) Click the "OK" button. Now to make it all work as a normal user and not running your scanner as root all the time:
- Open the terminal and past this command: (sudo gedit /etc/udev/rules.d/45-libsane.rules)
- Note that you will see an entry all the way at the end (LABEL="libsane_rules_end")
- You will place a command just above that line like so:
- #Brother MFC-240C
SYSFS{idVendor}=="04f9", SYSFS{idProduct}=="01ab", MODE="666", GROUP="scanner"
LABEL="libsane_rules_end"
- NOTE: the 04f9 and the 01ab shown above.This is the Vendor ID and Product ID for my printer
- To
find the Vendor ID and Product ID for your pinter Open a terminal type
this command: (lsusb) this will show you your (venderID:productID)
- You will now insert your (vendorID:productID) in place of the ones shown above
- Select save, then exit/close gedit program
- Exit your terminal by typing exit, then hitting enter
- Restart Your System
Install xsane and scan2pdf from the Applications/add/remove sections of Ubuntu Menu
You can test your scanner with either program all should work well now. scan2pdf for creating editable pdf's works best if you select (none) for no compession. Just FYI
Faxing:- Install The LPR PC-FAX send Driver -Just download and open with gdebi-gtk (default)
- Install The CUPS Wrapper PC-FAX send -Just download and open with gdebi-gtk (default)
- From your browser now type or paste in the address bar (http://localhost:631/admin) I guess perhaps could also just be: (http://localhost:631)
- On the screen Select The Printers Tab
- Then for the brfax, select the Modify Printer Button
- From there typically select continue
- Then the next screen you can either select your printer or if it's already there select continue
- Then from here select your make
- Then select Brother BRMFCFAX for Cups (en)
- Now your ready for faxing
- Try a test fax
Try a test fax page- First you need a .ps file so lets make one
- Go
to lets say www.yahoo.com in your browser and hit (ctrl+P) to get the
print screen then select (Postscript default) and (print to file)
- Then select Desktop to save to Desktop and name the file (faxtest)
- You will now have a faxtest file on your desktop
- Now
open a terminal and type or paste this command:(brpcfax -o
fax-number=0566-55-12345 faxtest.ps) , but note the fax number will be
a fax number you can fax to, whichever you prefer for testing purposes.
- It should now dial and fax your faxtest.ps page to confirm the fax is now working
- Your fax should now be confirmed and working.
- You
can also right click your faxtest.ps and select (open with other
applications) then select (use a custom command) and then in the box
type (brpcfax -o fax-number=) and put in your desired phone number like
this: brpcfax -o fax-number=1-301-555-1212, then click open and it
will fax your document just like the terminal method suggested
above
Now to make faxing easier And faxing directly from Firefox and Open Office
To send a PC-FAX using the Print Command in OpenOffice do the following:
- Open spadmin, the configuration utility for OpenOffice.
Note: To find the program, run the following command: find / | grep spadmin - Or just navigate to the usr/lib/openoffice/program and click on the spadmin file and the configuration utility will open
- Select "New printer"
- Select "Connect a fax device" and click "Next".
- Select "The default driver" and click "Next".
- Enter the following as the command line:
brpcfax -o fax-number=(PHONE) and click "Next". - Enter the name of the fax-printer, e.g. Brother fax
- Click on "Finish".
|