Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| mcgill_uprint_xerox [2018/08/29 13:20] – created xteng | mcgill_uprint_xerox [2024/03/26 13:52] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | Using the Printer Card | + | ===== Using the Printer Card ===== |
| - | Printing to a McGill uPrint printer with the ACELab printer card can only be done from the command line. | + | |
| - | Edit | + | Printing |
| - | List Printers | + | |
| - | First check to see if the printers are available on your machine: | + | |
| + | ==== List Printers ==== | ||
| + | First check to see all available uPrints on your machine: | ||
| + | < | ||
| me@ace-ws-00: | me@ace-ws-00: | ||
| - | Output example: | + | </ |
| + | Output example will be vary on Ubuntu 16 and Ubuntu 18 | ||
| + | |||
| + | < | ||
| printer HP-color-laserjet is idle. enabled since Thu 26 Jan 2017 02:32:24 PM EST | printer HP-color-laserjet is idle. enabled since Thu 26 Jan 2017 02:32:24 PM EST | ||
| printer McGill_Color is idle. enabled since Thu 16 Feb 2017 02:43:59 PM EST | printer McGill_Color is idle. enabled since Thu 16 Feb 2017 02:43:59 PM EST | ||
| printer mcgill_mono is idle. enabled since Thu 16 Feb 2017 02:44:14 PM EST | printer mcgill_mono is idle. enabled since Thu 16 Feb 2017 02:44:14 PM EST | ||
| printer mcgill_mono_beta is idle. enabled since Thu 16 Feb 2017 02:44:00 PM EST | printer mcgill_mono_beta is idle. enabled since Thu 16 Feb 2017 02:44:00 PM EST | ||
| + | </ | ||
| + | |||
| You can see here a local printer and the McGill uPrint printers. | You can see here a local printer and the McGill uPrint printers. | ||
| - | Edit | + | ==== How to print ==== |
| - | Printing | + | |
| + | |||
| + | === Available uPrint cards === | ||
| + | |||
| + | * 2 UPrint cards in NW (amni16 in NW145 and amni22 in NW136) | ||
| + | |||
| + | * 1 uPrint card in 527 (amni17) | ||
| + | |||
| + | === Print out from command line === | ||
| To print a file named myfile.txt to mcgill_mono using the amni16 “Evans Lab Students” account: | To print a file named myfile.txt to mcgill_mono using the amni16 “Evans Lab Students” account: | ||
| + | < | ||
| me@ace-ws-00: | me@ace-ws-00: | ||
| request id is mcgill_mono-117 (1 file(s)) | request id is mcgill_mono-117 (1 file(s)) | ||
| + | </ | ||
| Then, find the amni16 uPrint card and release the job at the printer. | Then, find the amni16 uPrint card and release the job at the printer. | ||
| + | |||
| + | === Print out from GUI === | ||
| + | |||
| + | * //Create a directory and file under your home directory// | ||
| + | < | ||
| + | mkdir -p ~/.cups/ | ||
| + | touch ~/ | ||
| + | </ | ||
| + | * //Add Lab uPrint card name (amni16 e.g.) into client.conf file// | ||
| + | < | ||
| + | echo 'USER amni16'>> | ||
| + | </ | ||
| + | * //Set a default printer in ~/ | ||
| + | < | ||
| + | lpoptions -d mcgill_mono | ||
| + | </ | ||
| + | note: you can add all available printers into ~/ | ||
| + | < | ||
| + | XXX@ace-ws-XX: | ||
| + | McGill_Color | ||
| + | mcgill_mono | ||
| + | mcgill_mono_beta | ||
| + | </ | ||
| + | |||
| + | * //All set and its ready to print out via GUI// | ||
| + | |||
| + | | ||
| + | |||
| + | |||