User Tools

Site Tools


cups

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
cups [2020/10/25 13:32] – ↷ Page moved from tool:software:cups to cups rjtcups [2022/08/05 09:28] (current) – Formatting tweak rjt
Line 1: Line 1:
 ====== CUPS ====== ====== CUPS ======
 +{{ :media:image:logo:cups.jpg?200|Line drawing of an anthropomorphised computer, with closed eyes and a smile, looking at a printer.}}
 +**CUPS** may seem a little clunky, but you can probably run any old printer you want on [[Linux]], and that rules.
  
 ===== Setup ===== ===== Setup =====
Line 6: Line 8:
   - Install [[arch>extra/x86_64/cups/|CUPS]].   - Install [[arch>extra/x86_64/cups/|CUPS]].
   - Install the driver for your printer.   - Install the driver for your printer.
-  - Start CUPS service: <code>sudo systemctl start org.cups.cupsd.service</code>+  - Start CUPS service: <code>sudo systemctl start cups.service</code>or ''enable'' instead of ''start'' to have it always start, [[archw>systemd#Basic_systemctl_usage|etc]].
   - Turn on the printer, plug it into a USB, then test to see if it's recognised: <code>lsusb</code>   - Turn on the printer, plug it into a USB, then test to see if it's recognised: <code>lsusb</code>
   - Go to the CUPS web interface at http://localhost:631/   - Go to the CUPS web interface at http://localhost:631/
Line 24: Line 26:
   - <code>sudo usermod -a -G printadmin [username]</code>   - <code>sudo usermod -a -G printadmin [username]</code>
   - And added printadmin into <code>/etc/cups/cups-files.conf</code> to section <code># Administrator user group [...]</code>   - And added printadmin into <code>/etc/cups/cups-files.conf</code> to section <code># Administrator user group [...]</code>
-  - Then start/restart CUPS service <code>sudo systemctl restart org.cups.cupsd.service</code>+  - Then start/restart CUPS service <code>sudo systemctl restart cups.service</code>
  
 ===== See Also ===== ===== See Also =====
   * [[archw>CUPS]]   * [[archw>CUPS]]
   * [[https://www.cups.org/|www.cups.org]]   * [[https://www.cups.org/|www.cups.org]]
 +  * {{tagpage>printer}}
  
-{{tag>linux printing}}+{{tag>guide linux printing software}}
cups.1603593163.txt.gz · Last modified: 2020/10/25 13:32 by rjt