Add AirPrint Support To Your Raspberry Pi Print Server
Add AirPrint Support To Your Raspberry Pi Print Server
options 8192cu rtw_power_mgnt=0 rtw_enusbss=1 rtw_ips_mode=1 Give your Pi a chance to run these changes by rebooting: sudo reboot.
Don't be concerned that we've disabled power management – the Raspberry Pi uses far less power than any of the other devices involved in this setup. It's entirely safe for your Pi to be left switched on; this is common in .
MUO
Add AirPrint Support To Your Raspberry Pi Print Server
Do you want to be able to print from your smartphone or tablet to your old-fashioned, non-wireless printer? With a Raspberry Pi, you can. Do you want to be able to print from your smartphone or tablet to your old-fashioned, non-wireless printer? To keep your printer in a different room, perhaps even in a cupboard or shed (if it's noisy), safe in the knowledge that the print job will be waiting for you when you go to collect it? With a Raspberry Pi, you can.Get Your Raspberry Pi Print Server Ready First
It used to be the case that the only way to turn an old-style, non-wireless printer into a modern, wireless printer was to either buy a potentially expensive wireless card for the device (if compatible) or . This is more or less still the case; the only difference is that the PC just got a lot smaller, and is now a Raspberry Pi. If you , you should know how to setup your Raspberry Pi print server using CUPS and Samba. Hopefully, you've also made sure that the correct printer driver is selected, as well as confirming that your printer will respond to print jobs. By now, you're up to speed. The next task is to configure your Raspberry Pi print server to print from an iPad, iPhone or Android device.Devices You Can Print From
Our guide for setting up the Raspberry Pi as a print server was mainly intended for Windows PCs (although connecting to a Raspberry Pi-connected printer from Linux and Mac OS X is just as simple). However, by adding support for AirPrint and other wireless printing protocols, we can print from iPads, iPhones, Android devices and more. Sending print jobs from your mobile device is perhaps the most liberating and exciting new experience made possible by wireless printing, and by using the Raspberry Pi you get to learn a little about how a print server fits into the system.Stop Your Raspberry Pi Wi-Fi Idling
One thing you should do before proceeding is to stop the Pi's network card going into idle mode, which will stop you being able to print. Without attaching a keyboard (and we want the Pi print server to be accessible via SSH) the system cannot be woken up. This means that your computer, tablet or phone will be unable to connect to the printer! To work around this, we can to block the Pi from going into standby. Enter the following command in the terminal to create and edit a new text file: sudo nano /etc/modprobe.d/8192cu.conf and add the following to that file:options 8192cu rtw_power_mgnt=0 rtw_enusbss=1 rtw_ips_mode=1 Give your Pi a chance to run these changes by rebooting: sudo reboot.
Don't be concerned that we've disabled power management – the Raspberry Pi uses far less power than any of the other devices involved in this setup. It's entirely safe for your Pi to be left switched on; this is common in .