Install Brother HL-2270DW printer on Debian Jessie
I have a Brother HL-2270DW laser printer. Here's how to install support for it in Debian Jessie linux.
Install CUPS
First you need to install CUPS, the Common Unix Printing System, with the following command:
sudo apt-get install cups
Next make sure that the CUPS service is up and running:
systemctl status cups
Install the printer drivers
You will next need to get the Brother printer drivers from their website. Follow these steps:
- Go to http://support.brother.com/g/b/countrytop.aspx?c=us&lang=en
- Click on Downloads
- Search for HL-2270DW (my current printer)
- Select Linux for OS Family
- Select Linux (deb) for OS Version
- Click on Driver Install Tool for Printer Driver
- Agree to the EULA and Download
- Save it to a folder on your HDD and remember it
- Open a terminal window and go to the folder where you saved the printer driver
-
Decompress the archive with
gunzip linux-brprinter-installer-*.*.*-*.gz
-
Become root by running the following command
sudo -s
-
Install the printer driver with the following command
bash linux-brprinter-installer-*.*.*-*
-
For
Input model name
enterHL-2270DW
- For
You are going to install following packages. OK?
entery
- For Brother License Agreement
Do you agree? [Y/n]
entery
- For GPL
Do you agree? [Y/n]
entery
- Download of
deb
package and installation will start. - for
Will you specify the Device URI?
answern
- for
Test Print?
answern
- Hit Enter/Return key.
- You are done with the Driver installation
Configure CUPS to use the printer
The final step of this process is to configure CUPS to use the new printer. Follow these steps:
- Open a web browser to http://localhost:631/
- Click the Administration tab then click the Add Printer button.
- Select IPP from the list.
-
In the Connection field, type
ipp://THE_PRINTER_IP/ipp/port1
-
In the next form, give the printer a unique name (no spaces and the name be must unique from any identical printers), and select Brother from the printer make field.
- Select Brother HL2270DW for CUPS (en) from the list of drivers
- Configure the default options on the next page to your liking
- Set Duplex to DuplexNoTumble for double-side printing
- Set TonerSave to on to enable toner saving
That's it. Enjoy your new printer.
Comments
Comments powered by Disqus