Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
network_printing_using_cups [2017/02/16 19:57] – [Printing] ppatterson | network_printing_using_cups [2024/03/26 13:52] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 4: | Line 4: | ||
===== Checking Printer Status ===== | ===== Checking Printer Status ===== | ||
- | * [[http://ace-printer-1.cbrain.mcgill.ca: | + | * [[http://132.216.122.31: |
* [[https:// | * [[https:// | ||
Line 25: | Line 25: | ||
Most of the time **print jobs** are sent to a printers queue and the printer prints them one after the other. | Most of the time **print jobs** are sent to a printers queue and the printer prints them one after the other. | ||
- | To print to the Mcgill | + | ===== Using the Printer Card ===== |
+ | |||
+ | Printing to a McGill | ||
+ | |||
+ | ==== List Printers ==== | ||
First check to see if the printers are available on your machine: | First check to see if the printers are available on your machine: | ||
- | '' | + | < |
+ | me@ace-ws-00:~$ lpstat -p | ||
+ | </ | ||
+ | |||
+ | Output example: | ||
+ | |||
+ | < | ||
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. |
- | '' | + | ==== Printing ==== |
- | request id is mcgill_mono-117 (1 file(s))'' | + | To print a file named myfile.txt |
+ | < | ||
+ | me@ace-ws-00: | ||
+ | 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. | ||
Line 56: | Line 71: | ||
=== Real world setup for the HP color LaserJet 3500 in NW 147 === | === Real world setup for the HP color LaserJet 3500 in NW 147 === | ||
+ | Start the printers interface from the command line with sudo as follows: | ||
+ | |||
+ | < | ||
+ | sudo system-config-printer | ||
+ | </ | ||
- Open the **Printing** application. | - Open the **Printing** application. | ||
- Choose **Add**. | - Choose **Add**. | ||
- Select the option **Network Printer** | - Select the option **Network Printer** | ||
+ | - Choose **Find Network Printer** | ||
+ | - On the right side of the Window enter the following at the host: | ||
+ | |||
+ | < | ||
+ | cups.ncs.mcgill.ca | ||
+ | </ | ||
+ | - Choose the **Find** button. | ||
+ | |||
- Under **Enter device URI** enter something like this: | - Under **Enter device URI** enter something like this: | ||
- | '' | ||
- | | + | '' |
+ | |||
+ | or | ||
+ | |||
+ | '' | ||
Then choose **Forward** | Then choose **Forward** | ||
Line 85: | Line 117: | ||
NW 147 | NW 147 | ||
</ | </ | ||
+ | |||
+ | {{: | ||
+ | |||
+ | {{: | ||
+ | |||
===== Held Jobs ===== | ===== Held Jobs ===== |