I want to make my RasPi act as a little print and file server in a small home network consisting of three Linux clients. Unfortunately, Brother provides only binary drivers
[...] how to create a raw queue on the RasPi
From the Pi (or an SSH/Putty session) add yourself to the lpadmin group
sudo adduser $USER lpadmin
Enable remote administration (or manually)
sudo cupsctl --remote-admin
Cycle CUPS to make sure it likes you
sudo service cups restart -- OR -- sudo /etc/init.d/cups restart
Navigate to http://localhost:631 (of if you don't have keyboard access: http:// from another machine)
Navigate to Administration, Add Printer
a. When prompted to login, use your standard username and password.
b. Note: If the password doesn't work, sudo reboot, try again.
AppSocket/HP JetDirect, then:
a. Network Attached: socket://
b. USB Attached: socket:// find using lpinfo -v |grep usb:, you don't need the "? location=1a200000" information. Assumes proper driver is installed first. Note, if your device driver isn't offered for ARM architecture, see this article.
Make: Raw (NOT Generic)
Go back to CUPS Administration page at http://localhost:631 a. Enable printer sharing via:
.[X] Share printers connected to this system
. [X] Allow printing from the internet
[...] how to access it from the clients
This varies greatly between platforms.
The general URL format is:
http://
a. Windows: Devices and Printers, Add Printer (NOT Add Device, it's in the toolbar), Manually Select/Not Listed, Local or Network Printer with Manual Settings, Create a new port, Standard TCP/IP Port
b. MacOS: Enable, then use the CUPS web interface. The GUI can't do it. You'll need to be in admin group and know your user id (e.g. echo $USER)
c. Linux: Using the GUI or CUPS, Network Printer, AppSocket/HP JetDirect