To see the primary print document click here
Windows directions
*You need a Bren account to add a printer*
1) Once you are connected to the wireless, click on start ->run(start "search programs and files") type \\128.111.110.146\penguin in the box and hit "ok" (you can replace "penguin" with the name of another printer if you need a different one).
2) A window will pop up and ask you for your username and password however put esm\ in front of your username (ex. esm\username)
3) At this point your printer of choice should be added.
Comments
2 comments
Ubuntu directions to add penguin
1. Install smbclient:
sudo apt install smbclient
2. Configure printer:
Either through printer setup wizard:
or by editing /etc/cups/printers.conf to something like:
_______________________
UUID urn:uuid:17558d45-40ed-3774-5912-86ef467b7a7b
AuthInfoRequired username,password
Info penguin
Location 128.111.110.146
MakeModel HP Laserjet M604 M605 M606 Postscript (recommended)
DeviceURI smb://esm/BREN_USER:BREN_PWD@128.111.110.146/penguin
State Idle
StateTime 1503597274
ConfigTime 1503597299
Type 8425668
Accepting Yes
Shared No
JobSheets none none
QuotaPeriod 0
PageLimit 0
KLimit 0
OpPolicy default
ErrorPolicy retry-job
_______________________
and restarting CUPS:
sudo service cups restart
--> Replace 'peguin' with according printer (http://www.bren.ucsb.edu/services/computing/print/printers.html)
--> Replace BREN_USER with your bren username
--> Replace BREN_PWD with your bren password
Drivers (ppd) e.g. at
https://self-help.math.ucsb.edu/wiki/pages/_8r2y2/median_HP_LaserJet_M605.html
Please sign in to leave a comment.