- Connect your machine to the pc or the network and turn it on.
- Make a temporary directory on your HDD and download both the LPR driver and cupswrapper driver to that directory.
|
- Log in as root user or use the "su" command.
|
 |
- Install the LPR driver.
(i.e)
For dpkg Users:
dpkg -i --force-all --force-architecture brhl2030lpr-2.0.0-1.i386.deb
For rpm Users:
rpm -ihv --nodeps
brhl2030lpr-2.0.0-1.i386.rpm
|
 |

If you already have a Brother LPR driver installed, you may receive an error message. In this instance, run the install command again and use the :
--force-all(For dpkg Users) or --force(For rpm Users) switches...
|
- Install the cupswrapper driver.
(i.e)
For dpkg Users:
dpkg -i --force-all --force-architecture cupswrapperHL2030-2.0.0-1.i386.deb
For rpm Users:
rpm -ihv --nodeps cupswrapperHL2030-2.0.0-1.i386.rpm
|
 |
- Open your browser and enter: "http://localhost:631"
|
 |
- Click on “Manage Printers” and confirm that the device name is listed there.
If the device name is NOT listed there, click on "Add Printer" and install the driver following the on-screen instructions.
|

|
- The default port is USB. If you want to use a different port, click on “Modify Printer” and select the required printer port.
- If SELinux is working on your system, some configuration for SELinux is required.
Please set your SELinux "permissive" or refere the FAQ for SELinux.
Link to the FAQ: I want to print using CUPS while keeping SELinux enabled.
The print settings of the driver
You can change the print settings using the “Configure Printer” option in the CUPS web interface or by using lpr from the command line.
For example, if you want to print the file “brother.ps” in A4 size, write the script as below:
lpr -P HL2030 -o PaperType=A4 brother.ps
The below is the list of the command option.
| features |
value |
| Resolution |
300 |
| 600 |
| 1200 * |
| HQ1200 * |
| PaperSource |
Manual |
| MP Tray |
| Tray 1 |
| Tray 2 |
| Tray 3 |
| AutoSelect |
| Duplex |
Simplex |
| Duplex |
| DuplexType |
Long |
| Short |
| PaperType |
A4 |
| Letter |
| Legal |
| Exective |
| A5 |
| A6 |
| B5 |
| B6 |
| C5 |
| DL |
| COM10 |
| Monarch |
| Media |
PlainPaper |
| ThinPaper |
| ThickPaper |
| ThickerPaper |
| BondPaper |
| Transparencies |
| Envelopes |
| Env.Thick |
| Env.Thin |
| Copies |
1-999 |
| Sleep |
PrinterDefault |
| 2minutes |
| 10minutes |
| 30minutes |
| TonerSave |
ON |
| OFF |
*Only for applicable models
|