Difference between revisions of "Setting up Printers"

From RHLUG Wiki
Jump to navigation Jump to search
m (added one image)
(added more pictures)
Line 34: Line 34:
In the new window, expand Network Printer and choose Windows Printer via SAMBA
In the new window, expand Network Printer and choose Windows Printer via SAMBA


in the address box enter ether the Color or Black & White url
In the address box enter ether the Color or Black & White URL


select Set authentication details now and add your rose hulman username and password
Select Set authentication details now and add your Rose Hulman username and password
[[File:Printer network settings.png|none|thumb|476x476px|printer network settings]]
[[File:Printer network settings.png|none|thumb|476x476px|printer network settings]]


click Forward
Click Forward


leave the driver selection on Generic
Leave the driver selection on Generic
 
[[File:Driver selection 1.png|alt=driver selection page 1|none|thumb|478x478px|driver selection page 1]]
click Forward
Click Forward


Select PostScript from the left box
Select PostScript from the left box
 
[[File:Driver selection 2.png|alt=page 2 of driver selection|none|thumb|479x479px|page 2 of driver selection]]
Click Forward
Click Forward


Line 54: Line 54:


Give the printer a name such as BWprinting
Give the printer a name such as BWprinting
 
[[File:Printer naming.png|alt=page for naming the printer|none|thumb|478x478px|page for naming the printer]]
Click apply
Click apply


Line 70: Line 70:


You should see (Test Page) in the print que
You should see (Test Page) in the print que
 
[[File:Papercut websight.png|alt=Papercut web sight showing a test page in the que|none|thumb|636x636px|Papercut web sight]]
Cancel the print job
Cancel the print job



Revision as of 20:02, 31 August 2023

You can easily print on Rose-Hulman's campus using Papercut. You need to be connected to the eduroam Wi-Fi network to print.

You will need the cups package to interface with printers, or similar.

To check this, in Ubuntu/Debian-based distributions with the apt package manager, type sudo apt-get install cups. This will install cups on your system.

In Arch Linux based distributions (Manjaro, EndeavourOS, Parabola, etc.), type sudo pacman -S cups.

Initial Setup

You must be logged into the eduroam network. These tutorials assume you have cups already installed on your system. When you setup printers on your laptop, there are two available print queues. One is for black and white printing and one for printing to the library. You only need to add these two to your system and you should be able to use any printer on campus by scanning that printer's QR code to release the job. The hostnames for the queues are:

Name URL Printers
Color Print Queue Library Color Printer
Black & White Print Queue print.rose-hulman.edu/RHIT%20BW%20Printing All other campus printers

Via system-config-printer

Using the terminal, run system-config-printer

Click the unlock button in the top right corner and input your password in the popup.

Click Add

In the new window, expand Network Printer and choose Windows Printer via SAMBA

In the address box enter ether the Color or Black & White URL

Select Set authentication details now and add your Rose Hulman username and password

printer network settings

Click Forward

Leave the driver selection on Generic

driver selection page 1
driver selection page 1

Click Forward

Select PostScript from the left box

page 2 of driver selection
page 2 of driver selection

Click Forward

Check the Duplexer box

Click Foward

Give the printer a name such as BWprinting

page for naming the printer
page for naming the printer

Click apply

Choose yes to printing a test page

The page should report as printing successfully

Click on on the Printer Properties window

Go to https://print.rose-hulman.edu:9192/mobile/release?#printers

Login with your rose username and password

Click on the printer you want to print from

You should see (Test Page) in the print que

Papercut web sight showing a test page in the que
Papercut web sight

Cancel the print job

If the print job exists you can now print from any application to the newly added printer and then use Papercut to send it to any of the printers on campus

Troubleshooting

Can't print

Make sure cups is enabled in a terminal: sudo systemctl status cups. If it says it's disabled or stopped, try typing: sudo systemctl enable cups && sudo systemctl start cups

Paper looks weird

Make sure you have selected Letter paper and not A4 paper in your printer settings and make that the default. That will make the page margins appear less "airy" on real paper. Sometimes Linux defaults to A4 when setting up a printer for the first time.