Difference between revisions of "Setting up Printers"

From RHLUG Wiki
Jump to navigation Jump to search
(updated info about printing to use papercut, images to come soon)
m (added one image)
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 BW 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]]


click Forward
click Forward

Revision as of 19:46, 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

click Forward

Select PostScript from the left box

Click Forward

Check the Duplexer box

Click Foward

Give the printer a name such as BWprinting

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

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.