How To Connect To Printers: Difference between revisions

From DISI
Jump to navigation Jump to search
(Created page with "== Introduction == As of December 2021, we have two new printers: # blueberrycrisp #* Location: BH501 #* IP Address: 169.230.91.111 # friedchicken #* Location: BH508 #* IP...")
 
No edit summary
Line 21: Line 21:


=== Ubuntu Desktops ===
=== Ubuntu Desktops ===
Ask anyone that has sudo access.
Ask Khanh or JJ
# Go in terminal and do this command
# Go in terminal and do this command
#* sudo lpadmin -p <name_of_printer> -E -v ipp://<IP_of_printer>/ipp/print
#* sudo lpadmin -p <name_of_printer> -E -v ipp://<IP_of_printer>/ipp/print

Revision as of 22:41, 1 December 2021

Introduction

As of December 2021, we have two new printers:

  1. blueberrycrisp
    • Location: BH501
    • IP Address: 169.230.91.111
  1. friedchicken
    • Location: BH508
    • IP Address: 169.230.91.51

How to connect

Mac OS

  1. Go to System Preferences > Printers & Scanners
  2. Click the "+" button at the bottom left
  3. Click the middle tab at the middle top of the popup
  4. Enter IP Address
  5. Protocol should be "Airprint"
  6. (Optional) Enter printer's name and location
  7. Click "add" at the bottom left

Ubuntu Desktops

Ask Khanh or JJ

  1. Go in terminal and do this command
    • sudo lpadmin -p <name_of_printer> -E -v ipp://<IP_of_printer>/ipp/print