CUPS

CUPS is the standards-based, open source printing system developed by OpenPrinting for Linux® and other Unix®-like operating systems.

Arch Linux packages the OpenPrinting CUPS fork, not the Apple CUPS fork.

Installation

Install the cups package.

Note: As drivers are deprecated in CUPS in favor of IPP Everywhere you may need to install cups-pdf to get printing to work. Without this package you may see an error like: client-error-document-format-not-supported. The package is needed because IPP Everywhere sends a PDF directly to the printer, therefor cups-pdf is needed to convert everything you want to print to an PDF first.

Optionally, install the cups-pdf package if you intend to "print" into a PDF document. By default, PDF files are stored in /var/spool/cups-pdf/username/. The location can be changed in .

Then enable and start or alternatively use socket activation to only start CUPS when a program wants to use the service.

Socket activation

cups provides a unit. If is enabled (and is disabled), systemd will not start CUPS immediately; it will just listen to the appropriate sockets. Then, whenever a program attempts to connect to one of these CUPS sockets, systemd will start and transparently hand over control of these ports to the CUPS process.

It is important to know how CUPS works if wanting to solve related issues:

  1. An application sends a PDF file to CUPS when 'print' has been selected (in case the application sends another format, it is converted to PDF first).
  2. CUPS then looks at the printer's PPD file (printer description file) and figures out what filters it needs to use to convert the PDF file to a language that the printer understands (like PJL, PCL, bitmap or native PDF).
  3. The filter converts the PDF file to a format understood by the printer.
  4. Then it is sent to the back-end. For example, if the printer is connected to a USB port, it uses the USB back-end.

Connection interfaces

Additional steps for printer detection are listed below for various connection interfaces.

USB

To see if your USB printer is detected, make sure you have the package installed, then:

$ lsusb
(...)
Bus 001 Device 007: ID 03f0:1004 Hewlett-Packard DeskJet 970c/970cse

Parallel port

To use a parallel port printer, the lp, and kernel modules are required.

Network

To discover, make use of discovered or share printers using DNS-SD/mDNS, setup .local hostname resolution with Avahi and restart .

To share printers with Samba, e.g. if the system is to be a print server for Windows clients, the package will be required.

Printer drivers

The drivers for a printer may come from any of the sources shown below. See CUPS/Printer-specific problems for an incomplete list of drivers that others have managed to get working.

To drive a printer, CUPS needs a PPD file and, for most printers, some filters. For details on how CUPS uses PPDs and filters, see .

The OpenPrinting Printer List provides driver recommendations for many printers. It also supplies PPD files for each printer, but most are available through foomatic or the recommended driver package.

When a PPD file is provided to CUPS, the CUPS server will regenerate the PPD files and save them in .

To test if they are working before creating a PKGBUILD, PPD files can be manually added to , the driver should be available after the next restart of the cups service.

CUPS

CUPS includes support for AirPrint and IPP Everywhere printers.

OpenPrinting CUPS filters

The Linux Foundation's OpenPrinting workgroup provides cups-filters. Those are backends, filters, and other binaries that were once part of CUPS but have been dropped from the project. They are available in the package that is a dependency of cups.

Non-PDF printers require ghostscript to be installed. For PostScript printers, may also be required.

Foomatic

The Linux Foundation's OpenPrinting workgroup's foomatic provides PPDs for many printer drivers, both free and non-free. For more information about what foomatic does, see Foomatic from the Developer's View.

To use foomatic, install and at least one of:

  • — a collection of XML files used by foomatic-db-engine to generate PPD files.
  • foomatic-db-ppds — prebuilt PPD files.
  • — a collection of XML files from printer manufacturers under non-free licenses used by foomatic-db-engine to generate PPD files.
  • — prebuilt PPD files under non-free licenses.

The foomatic PPDs may require additional filters, such as .

Gutenprint

The Gutenprint project provides drivers for Canon, Epson, Lexmark, Sony, Olympus, and PCL printers for use with CUPS and GIMP.

Install and .

Manufacturer-specific drivers

Many printer manufacturers supply their own Linux drivers. These are often available in the official Arch repositories or in the AUR.

Some of those drivers are described in more detail in CUPS/Printer-specific problems.

Printer URI

Listed below are additional steps to manually generate the URI if required. Some printers or drivers may need a special URI as described in CUPS/Printer-specific problems.

USB

CUPS should be able to automatically generate a URI for USB printers, for example .

If it does not, see CUPS/Troubleshooting#USB printers for troubleshooting steps.

Parallel port

The URI should be of the form parallel:device. For instance, if the printer is connected on , use . If you are using a USB to parallel port adapter, use as the printer URI.

Network

If you have set up Avahi as in #Network, CUPS should detect the printer URI. You can also use to find the name of your printer and its address (for instance, ).

The URI can also be generated manually, without using Avahi. A list of the available URI schemes for networked printers is available in the CUPS documentation. As exact details of the URIs differ between printers, check either the manual of the printer or CUPS/Printer-specific problems.

The URI for printers on SMB shares is described in the smbspool(8) man page.

Remote CUPS print servers can be accessed through a URI of the form . See CUPS/Printer sharing#Printer sharing for details on setting up the remote print server.

See CUPS/Troubleshooting#Networking issues for additional issues and solutions.

Usage

CUPS can be fully controlled using the lp* and cups* CLI tools. Alternatively, the #Web interface or one of several #GUI applications can be used.

  • The queue name is a short but descriptive name used on the system to identify the queue. This name should not contain spaces or any special characters. For instance, a print queue corresponding to a HP LaserJet 5P could be named "hpljet5p". More than one queue can be associated with each physical printer.
  • The location is a description of the printer's physical location (for instance "bedroom", or "kitchen"). This is to aid in maintaining several printers.
  • The description is a full description of the print queue. A common use is a full printer name (like "HP LaserJet 5P").

CLI tools

See CUPS local documentation for more tips on the command-line tools.

Note: Command-line switches cannot be grouped.

Use SNMP to find a URI:

$ /usr/lib/cups/backend/snmp ip_address

lp*

The command lists the URI of the printers connected to your system, while list all of the available drivers (or "models", in CUPS parlance) installed on your system.

The lpadmin utility creates a new queue with . The flag added to enables and accepts jobs on the printer. The -v flag specifies the device URI. The flag specifies the driver (or "model", in CUPS parlance) or PPD file to use.

You can also use the flag to remove a printer (read the section below beforehand).

Examples :

# lpadmin -p HP_DESKJET_940C -E -v "usb://HP/DESKJET%20940C?serial=CN16E6C364BH" -m drv:///HP/hp-deskjet_940c.ppd.gz

For a driver-less queue (Apple AirPrint or IPP Everywhere):

# lpadmin -p AirPrint -E -v "ipp://10.0.1.25/ipp/print" -m everywhere

For a raw queue; no PPD or filter:

# lpadmin -p SHARED_PRINTER -m raw

When specifying a PPD instead of a model:

# lpadmin -p Test_Printer -E -v "ipp://10.0.1.3/ipp/print" -m pxlmono.ppd

The lpq utility checks the queue. Add the -a flag to check on all queue.

The lprm utility clears the queue. Add a to remove all entries instead of only the last one by default.

The lpr utility prints. Use to print the file N times, use the flag to add a header.

Examples of test prints using lpr:

$ lpr /usr/share/cups/data/testprint
$ echo 'Hello, world!' | lpr -p 

The lpstat utility, used with the flag, checks the status. The flag allows to specify which queue to check.

The lpoptions utility uses the same flag as lpadmin shown above. With the flag, it lists the options. The flag sets the default printer with the argument . The flag sets options to a value:

$ lpoptions -p HP_DESKJET_940C -o PageSize=A4
$ lpoptions -p HP_DESKJET_940C -o cupsIPPSupplies=true -o Duplex=DuplexNoTumble

cups*

The cupsaccept, cupsdisable, cupsenable and cupsreject utilities do as they are called. Respectively: setting the printer to accept jobs, disabling a printer, activating a printer, setting the printer to reject all incoming tasks.

As an example of their usage, we will cleanly remove a printer:

# cupsreject queue_name
# cupsdisable queue_name
# lpadmin -x queue_name

ink

Install inkAUR to view the ink levels.

Add your user to the additional lp user group, log out and log in again.

For usage information, run without options.

Web interface

The CUPS server can be fully administered through the web interface, available on http://localhost:631/.

To perform administrative tasks from the web interface, authentication is required; see #Permissions.

Add a queue

Go to the Administration page.

Modify existing queues

Go to the Printers page, and select a queue to modify.

Test a queue

Go to the Printers page, and select a queue.

GUI applications

If your user does not have sufficient privileges to administer CUPS, the applications will request the root password when they start. To give users administrative privileges without needing root access, see #Configuration.

  • Deepin Print Manager Printer configuration interface for Deepin desktop.
https://github.com/linuxdeepin/dde-printer || deepin-printer

Configuration

The CUPS server configuration is located in and (see cupsd.conf(5) and ). After editing either file, restart to apply any changes. The default configuration is sufficient for most users.

Groups

User groups with printer administration privileges are defined in in the . The and root and groups are used by default.

CUPS helper programs are run as the user and group. This allows the helper programs to access printer devices and read configuration files in , which are owned by the group.

Allowing admin authentication through PolicyKit

PolicyKit can be configured to allow users to configure printers using a GUI without the admin password.

Here is an example that allows members of the wheel user group to administer printers without a password:

Default paper size

cups is built with support and libpaper defaults to the Letter paper size (called PageSize in ). To avoid having to change the paper size for each print queue you add, edit /etc/papersize and set your system default paper size. See .

Log files

By default, all logs are sent to files in . By changing the values of the , , and directives in to , CUPS can be made to log to the systemd journal instead. See Fedora:Changes/CupsJournalLogging for information on the original proposed change.

cups-browsed

CUPS can use Avahi browsing to discover unknown shared printers in your network. This can be useful in large setups where the server is unknown. To use this feature, set up .local hostname resolution, and start both and cups-browsed.service. Jobs are sent directly to the printer without any processing so the created queues may not work, however driverless printers such as those supporting IPP Everywhere or AirPrint should work out of the box.

See CUPS/Printer sharing and CUPS/Printer sharing#Remote administration.

Without a local CUPS server

CUPS can be configured to directly connect to remote printer servers instead of running a local print server. This requires installation of the package. Some applications will still require the cups package for printing.

To use a remote CUPS server, set the CUPS_SERVER environment variable to . For instance, if you want to use a different print server for a single Firefox instance (substitute with your print server name/port):

$ CUPS_SERVER=printserver.mydomain:port firefox

To make this configuration permanent create configuration file and add a hostname of the remote CUPS server to it:

ServerName server

You can also specify a custom port:

ServerName server:port

See for details.

Troubleshooting

See CUPS/Troubleshooting.

gollark: I have a very fast but somewhat RAM-hungry implementation, and one which uses SQLite and makes it a (very badly optimized) user-defined function, and somehow the SQLite one takes less than a second to do anything.
gollark: I'm continuing with Project HOLISTIC OVERHANGS, which is the minoteaur semantic search functionality, and I'm basically just ranking a moderately sized set of vectors by cosine similarity to a query.
gollark: This is Python.
gollark: Huh, my wildly inefficient code is *surprisingly* fast.
gollark: Memetic.

See also

This article is issued from Archlinux. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.