UbuntuPrinting: Difference between revisions

From UMIACS
Jump to navigation Jump to search
Ianc (talk | contribs)
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
==Overview==
==Overview==
Printing from your self-supported Ubuntu laptop or desktop is supported.  If you are sitting at a UMIACS-supported Ubuntu desktop, please see our common UNIX/Linux printing documentation for [[CUPS]] instead.
Printing from your personally-owned Ubuntu laptop or desktop is supported.  If you are sitting at a UMIACS-supported Ubuntu desktop, please see our common UNIX/Linux printing documentation for [[CUPS]] instead.


This documentation may not work for all versions of Ubuntu. If you run into any issues, please [[HelpDesk | contact staff]].
This documentation may not work for all versions of Ubuntu. If you run into any issues, please [[HelpDesk | contact staff]].

Latest revision as of 15:01, 10 April 2026

Overview

Printing from your personally-owned Ubuntu laptop or desktop is supported. If you are sitting at a UMIACS-supported Ubuntu desktop, please see our common UNIX/Linux printing documentation for CUPS instead.

This documentation may not work for all versions of Ubuntu. If you run into any issues, please contact staff.

Printer Accessibility

In order to print you need to be on the UMIACS internal network, either via a wired proxy drop or an SSH tunnel.

Connecting to a printer

In order for printing to function properly, you must complete ALL of the following steps:

  1. Open a web browser and go to localhost:631. This will bring up the CUPS home page.
    "Screenshot of CUPS home page"
  2. At the top of the screen, select Administration. If you're given a login prompt, enter your username and password for the computer. Select the 'Add Printer' button.
    "Screenshot of CUPS Administration Page"
  3. Open a new tab in your web browser and navigate to https://print.umiacs.umd.edu/printers.
  4. Find the name of the printer that you wish to connect to. If you are unsure of which one to pick, see the selecting a print queue page.
  5. Navigate back to the 'Add Printer' page. Select the 'Internet Printing Protocol (ipp)' radio button, then hit the 'Continue' button.
    "Screenshot of CUPS administration page with indicated selection"
  6. Next to the 'Connection:' field, enter ipp://print.umiacs.umd.edu:631/printers/ with the name of the printer added at the end. For instance, to add cps432-3208 (color printer in IRB 3208), you would enter ipp://print.umiacs.umd.edu:631/printers/cps432-3208 in the field. Hit 'Continue'.
    "Screenshot of CUPS administration page with indicated fields"
  7. Enter the printer name in the 'Name:' field. It's recommended to enter useful information in the 'Description:' and 'Location:' fields, but it's not required. Keep 'Share This Printer' unchecked. Hit 'Continue'.
    "Screenshot of CUPS administration page with indicated fields"
  8. In the 'Make:' list, select the brand of the printer as noted in step 4, and click 'Continue'.
    "Screenshot of make options"
  9. In the 'Model:' list, select the specific model of the printer as noted in step 4. Then click 'Add Printer'.
    "Screenshot of model options"
  10. The printer likely requires additional configuration. When adding the printer through the CUPS interface, it is added system-wide. It can be viewed and modified in the 'Printers' menu of the Ubuntu settings, where in Ubuntu 24.04, there is a kebab menu for each printer added. In the kebab menu, select 'Printing Options'. We recommend changing the printer options here instead of in the CUPS browser interface, though you can make changes there if you prefer.
    "Screenshot of Ubuntu printer options"
  11. In 'Page Setup', at minimum, change the media size to 'US Letter', unless you're specifically printing from a tray which doesn't use letter paper. Change the 'Pages per side', 'Two-sided', and 'Orientation' settings according to your preferences.
    "Screenshot of printer settings"
  12. The available settings depend on the printer you added. For cps432-3208, there is an 'Installable Options' menu. Use this to configure the trays according to the printer's tray configuration.
    "Screenshot of installable options menu"
  13. Verify this process by printing a test page, which is the top left button in the 'Printing Options' submenu in Ubuntu 24.04. You should get the default Ubuntu test page. If you just get a page with a string of text then the printer is not properly configured, and you should verify the settings.