The reason I love Brother laser printers & multi-function laser printers is Brothers support for Linux operating systems.
If you have a multi-function laser printer, you can enjoy scanning and printing from Linux over the network or by USB just like our Windows friends.
The Brother HL-2170W is just a simple laser printer, with built in wireless and a wired network port as backup. Here is how to install it.
First thing you need is to download the drivers to your desktop:
- brhl2170wlpr-2.0.2-1.i386.deb
- cupswrapperHL2170W-2.0.2-1.i386.deb
Since I am pretty much only going to use the wireless connectivity, I configured it directly over wireless, I have a spare windows laptop which I used. I installed the drivers on it as I use this laptop for my windows development and graphics editing. To do the configuring, I had to connect to the Ad-hoc network SETUP which I assume is the printers default SSID. Once the printer is configured this connection disappears. I had to hold the GO button on the printer for 10 seconds to get a printout of the current configuration. Don’t get me wrong, Brother does not require you to use a Windows computer to set this device up!
Anyways, with the printer setup for networking, time to set up Ubuntu from command line:
cd ~/Desktop
sudo aa-complain cupsd
sudo mkdir /usr/share/cups/model
sudo ln -s /etc/init.d/cups /etc/init.d/lpd
sudo mkdir /var/spool/lpd
sudo dpkg -i --force-all brhl2170wlpr-2.0.2-1.i386.deb
sudo dpkg -i --force-all cupswrapperHL2170W-2.0.2-1.i386.deb
Make sure that it is installed:
dpkg -l | grep Brother
ii brhl2170wlpr .... 2.0.2-1 .... Brother HL-2170W LPR driver
ii cupswrapperhl2170w .... 2.0.2-1 .... Brother HL2170W CUPS wrapper driver
Depending on the current state of your computer you might have to reboot.
Now add and configure the printer
http://localhost:631/
I have two printers connections installed for this printer, one for over networking, and one setup as USB. I wasn’t paying attention when I set this up ha, I think it did it auto-magically.
Once the printers are setup, go into System > Administration > Printing
Right click on the networking printer and click Properties.
Make sure that the Device URI is correct. For me, since I use static IP’s on my network I had to remove the device name and put in the IP address like so:
lpd://192.168.1.29/BINARY_P1
That’s it. I hit Print Test Page and it worked, as expected!
I recommend Brother printers to anyone, this printer was pretty cheap and they all use virtually the same cartridges and drums so you can swap with your other Brother devices when in a pinch.
Recent Comments