Users can now print to our printers when not connected directly to our network. Please direct any comments or questions about wireless printing that are outside the scope of this document to help@cs.utexas.edu.

Mac OS (on Endpoint Management)

  1. Open Launchpad from your dock, search for "UT Self Service", and click on its icon.
  2. Once it opens, click on "Printers" on the left-hand side beneath "Browse"
  3. Click on any of the printer groups that you would like to have installed.
  4. It will prompt you to enter your CS username and password.
  5. A window should eventually open letting you know that the printers were installed successfully.
  6. After adding the printer, try to print something. When the printer icon appears in the dock, open the printer. Next, click on the circular arrow. This should bring up a login dialog box.
  7. Make sure you use your CS username and password, check "Remember this password", then click on OK. Your job should print on the newly-added printer.

Note: You should only need to type your CS username and password the first time you use a newly-installed printer. If you ever change your CS password, you'll need to remove the entry from your "Keychain Access" app.

If you are unable to install a printer group, you may be missing access to one of the printers. If that is the case, please open a helpreq or email help@cs.utexas.edu letting us know.

Mac OS (not on Endpoint Management)

  1. Open Launchpad from your dock, search for "Terminal", and click on its icon.
  2. Run the following command, changing the two "CHANGEME" texts to the printer of your choice and your CS username, respectively:
    printer="CHANGEME"; user="CHANGEME"; sudo lpadmin -p $printer -U $user -v ipps://printserv-auth.cs.utexas.edu:631/printers/$printer -E -m everywhere -o APOptionalDuplexer=True -o printer-error-policy=abort-job
  3. When prompted, enter your laptop user's password.
  4. When prompted with "Password for...", enter your CS password.
  5. After adding the printer, try to print something. When the printer icon appears in the dock, open the printer. Next, click on the circular arrow. This should bring up a login dialog box.
  6. Make sure you use your CS username and password, check "Remember this password", then click on OK. Your job should print on the newly-added printer.

Note: You should only need to type your CS username and password the first time you use a newly-installed printer. If you ever change your CS password, you'll need to remove the entry from your "Keychain Access" app.

Linux (on UT Wireless network / CSRES)

Instructions are based on Ubuntu with Gnome, so your experience may vary.

  1. Make sure you have CUPS installed.
  2. Run the following command, changing the two "CHANGEME" texts to the printer of your choice and your CS username, respectively:
    printer="CHANGEME"; user="CHANGEME"; sudo lpadmin -p $printer -U $user -v ipps://printserv-auth.cs.utexas.edu:631/printers/$printer -E -m everywhere -o APOptionalDuplexer=True -o printer-error-policy=abort-job
  3. Try to print something.
  4. When choosing a printer, it will prompt you for a username and password. Click "Cancel".
  5. Click "Print"
  6. It will prompt you again for a username and password. Enter your CS username and password here.
  7. Some Desktop Environments will show a check mark to allow you to save your password.
  8. Every time you print, you will need to repeat step #4, clicking on "Cancel".

Note: Not all applications will print properly, due to the the application not supporting authentication.

Windows 11

Instructions coming soon...

Questions

You should now be able to print wirelessly. If you have questions or problem reports, please send mail to help@cs.utexas.edu.