Brother Fax Quick Start for Xubuntu
This tutorial will guide you step-by-step on How to Install Brother Fax Driver Software and Getting-Started Sending Fax on Xubuntu i386/amd64 GNU+Linux Desktop.
Following the Instructions then you’ll be able to Send Faxes from the Xubuntu Command Line Shell Terminal Emulator.
-
Download Brother LPR PC-FAX Driver in Xubuntu
Brother LPR PC-FAX Driver
-
Open a Command Line Terminal Window
(Press “Enter” to Execute Commands)
In case first see: Terminal QuickStart Guide.
-
Installing Brother Fax Driver
sudo su -c "apt-get install gdebi"
sudo su -c "gdebi ./brmfcfaxlpd-1.0.0-1.i386.deb"
sudo if [ ! -d "/var/spool/lpd" ]; then mkdir /var/spool/lpd; fi
If Got “User is Not in Sudoers file” then see: How to Enable sudo
-
Quick-Start Brother Faxing.
- Set a fax number
sudo nano /usr/local/Brother/inf/brFAXrc
Input the fax_number=[12345678]
Ctrl+x to Save & Exit from nano Editor :)
- Sending a FAX from Command Line
lpr -P BRFAX /[path/2/myFile2Send]