Once youâve bought a wireless printer, you never want to go back to the dark days of having to plug in all the time. But good wireless printers are expensive, and many routers that let you make network printers out of USB ones donât necessarily do all the driver-work for you.
With a $25 RPi Model A, a $2 power supply, a $5 SD card and a $5 USB Wifi dongle (be sure to find one supported in Raspbian or other OSes) you can turn any printer from the CUPS printer list into a wireless network printer. A lot of added functionality for under $40!
If you look for a laser printer from the early 2000s on that list, chances are it will be heavily supported and very efficient with toner, not to mention cheap.
Step 1: Set up your OS
This is pretty simple stuff if you know anything about the RPi, so I wonât tell you much about it, but if not the foundation has made an awesome instructional page.
Any OS should do, but make sure it has WICD for easy setup!
If you canât find it on your OS, here is a good guide to setting it up from scratch.
(Check out this guide to installing Raspbian if you need help.)
Step 2: Setting up CUPS to print
CUPS is a printer driver to make Linux work more like Windows with printers.
To install it, type this into terminal:
sudo apt-get install cups
After that add yourself to the CUPS admin files, with
sudo usermod -a -G lpadmin username
Since CUPS doesnât have a standalone GUI, you connect to it with a web browser. Find your IP address by typing in
ip addr show
Then enter into a web browser your ip address followed by a colon then CUPS default port number of 631.
Click the âprintersâ tab and find the driver for your printer model. Install it, then print a test page.