The mopiers require an active connection to the GT VPN for printing functionality.

  • Many College of Computing and Institute resources require VPN. Info about the GlobalProtect Campus VPN (for faculty, staff, and students) can be found here: https://faq.oit.gatech.edu/content/how-do-i-get-started-next-generation-campus-vpn

Installation of a printer in Linux/Unix can be achieved in many ways.  The method documented here was done in Ubuntu 24.04. For other Linux distributions, consult their documentation for adding a printer.

  1. Install the following package to enable additional printer configuration options -

    sudo apt install system-config-printer
  2. Open Settings -> Apps -> Printers

  3. Click Open.

  4. Click Add (1).
  5. Expand Network Printer.
  6. Click LPD/LPR Host or Printer (2).
  7. If you wish to always print using your username, input:
    1. Host: gtusername​@hollister.cc.gatech.edu
    2. Queue: input
  8. Click Forward (3).

Ubuntu-add-printer-1.png

  1. Choose Generic for the driver and click Forward.

Ubuntu-add-printer-2.png

  1. Click PostScript and click Forward.

Ubuntu-add-printer-3.png

  1. Input whatever details are desired on the Describe Printer page and click Apply.

Ubuntu-add-printer-4.png

  1. If you are set up to print for other users, print jobs will need to be submitted via the terminal using the format:

lpr -P printername -U GTusername /path/to/file

If you are set up to only print as yourself, you can just use the normal print dialog.