Add Printer to Linux
This page includes instructions for adding printers to computers running flavors of the Linux operating system. Printer information is listed by dept:
Add Printer via CUPS
Connect to the print server using the LPD or SMB protocols using CUPS. A list of hosted printers’ full and share names can be generated using Samba’s implementation of the “net” command.
Add Printer via LPD Protocol
-
Use the local CUPS configuration server at http://localhost:631 (or any other configuration program). The CUPS server may not be running by default. Check the status of the cups server by entering the command systemctl status cups into the terminal. If the cups server is not active, start it with systemctl start cups (you may need root privileges). If you get an error saying “cups service is masked”, upgrade to the latest version using your system’s package manager (For example, apt-get upgrade cups on Ubuntu or yum upgrade cups on centos).
- Open the printer configuration application and select add a new printer.
- Enter name, description, and location information
- Choose the appropriate driver, if available, or Generic/Postscript otherwise
- Choose LPR/LPD for the printer type, with a URL syntax: lpd://server-name/name-of-printer