Printing
Student Printing
If you are a student, you may print at one of the many library and residence hall locations.
Departmental Printing
Please ensure that these requirements have been met:
- You are authorized to use the Department of Statistics printers, otherwise your computer may receive "Hold for Authentication" when printing. If in doubt, contact the System Administrators by emailing trouble@stat.berkeley.edu.
- You are either connected to the AirBears2 or eduroam wifi networks, or ethernet. You cannot print from CalVisitor.
Printers
Our printers have their respective locations in Evans Hall as part of their names. Note the make and model of the printers to determine the driver required by your operating system with certain exceptions listed in the "Notes" column.
You can also upload-to-print your documents to the mail room Xerox copiers.
Note: All of the printers (queues) listed below require CalNet authentication in the following manner:
The CalNet username must be preceded by "campus\", e.g. "campus\jdoe01". This is literally the word "campus", the Active Directory domain, and not "berkeley".
The password is the same as your CalNet username password.
Printer | Model | Intended Users | Notes |
---|---|---|---|
STAT-342 | Xerox Phaser 3600 | All | Compatible with v.3610 Driver |
STAT-365 | HP Color LaserJet M553x | All (color jobs primarily) | |
STAT-365-WC1 | Xerox AltaLink B8090 | All | |
STAT-365-WC2 | Xerox AltaLink B8090 | All | |
STAT-405 | HP LaserJet 600 M601 | Visitors | |
STAT-432 | HP LaserJet P4515dn | All | Compatible with LJ P4010 series driver |
STAT-491 | HP LaserJet 400 M401dn | Masters' Students | |
STAT-498 | HP LaserJet P4015dn | Faculty | Compatible with LJ P4010 series driver |
Contact trouble@stat.berkeley.edu if you have questions.
macOS
Configuration
- Install HP and/or Xerox print drivers.
- Open System Preferences and choose Printers & Scanners.
- Click the + button beneath the printer list on the left side.
- Press the Control key while clicking the "Default" icon (or any other icon on the toolbar), then choose
Customize Toolbar...
from the contextual menu that appears. - Drag the Advanced (gear) icon to the toolbar and click the
Done
button. - Click the
Advanced
icon that was added to the toolbar. Wait a few moments for the window to respond. - Here is an example configuration for the copier in room 365:
- When you set '
Use'
, select a driver or printer model based on the printer you chose in the first step. You might need to choose Generic PostScript Printer if your computer does not have the right driver. - Click
Add
. Click to enable the Duplex Unit and set whether the printer has a third tray. ClickOK
. - The first time you print, a print queue window may open and you will see your job listed with a status of On Hold (Authentication required). Either select the job and click the Resume button on the window's toolbar, or click the small, curved arrow button to the right of your print job. When prompted, enter campus\your_calnet_id for your username and your CalNet passphrase for your password. (literally specify "campus" and not "berkeley") Your job should then go through.
- The next time you print you may wish to enable the checkbox
Remember this password in my keychain
.
Windows
Configuration
- You will need to set a network path to the printer which is of the form
\\ls-printserver.ls.berkeley.edu\STAT-{PRINTER}
. For example\\ls-printserver.ls.berkeley.edu\STAT-365-WC1
. - Enter the path.
- For Windows versions other than 8 or 8.1, click the Start menu and type the path into the search box at the bottom.
- For Windows 8 and 8.1:
- Press the Windows Key + R to get the run dialog prompt or:
- Hover over the bottom-right corner of the screen to ultimately get the search bar.
- Type "run"
- Execute the "Run" program to get the run dialog box.
- Enter "
\\ls-printserver.ls.berkeley.edu\STAT-365-WC1
." without the quotes and click ok. - Wait a few minutes and if successful Windows should start downloading the printer drivers.
- Press the Windows Key + R to get the run dialog prompt or:
There may be a delay of a few minutes.
- If prompted to login, enter your CalNet ID for the user name and CalNet ID passphrase for the password. In some cases, you may need to enter your user name as campus\<your_calnet_id>. (literally specify "campus" and not "berkeley") Be sure to check the box to save your login information. The driver will download from the server; it may make a few minutes.
Duplex Printing
To activate duplex printing on a printer supporting it:
- Right-click on the printer and choose
Properties
. - Go to the
Device Settings
tab. - Under
Installable Options
setDuplex Unit
toInstalled
. - Click
Apply
. - Go back to the
General
tab and clickPrinting Preferences...
. - The option
Print on Both Sides
should be visible with options to print on both sides or not.
Linux
Please ensure that the HP and Xerox drivers are installed on your system. Some distributions may have these drivers available through their package management software. To print via any CUPS-aware application such as Google Chrome, gedit, or evince:
- Visit http://localhost:631 in your web browser. If CUPS is properly installed you should see the CUPS management page.
- Visit
Manage Printers
. - Click on
Add Printer
. - Enter the name of the queue in the
Name:
field, for exampleSTAT-342
, and then fill in theLocation
andDescription
with the printer specific information. Then clickContinue
. - Under
Device
selectsmb
and clickContinue
. - Under
Device URI
entersmb://ls-printserver.ls.berkeley.edu/STAT-PRINTER
where STAT-PRINTER is the name of the queue you entered earlier. - Select the Make of the printer you noted in step 1. Click
Continue
. - Select the Model of the printer you noted in step 1. Click
Continue
. If your computer doesn't have the right driver, you may need to set the driver to be a Generic PostScript printer. - Click on the name of the printer where the wizard says
Printer PRINTER has been added successfully
. - Click
Configure Printer
. - Modify the printer options according to your liking. You may wish to set simplex or duplex printing for example.
- Continue.
Note:
- When prompted for authentication enter campus/your_calnet_id for your username and your CalNet passphrase for your password. (literally specify "campus" and not "berkeley") This is a forward slash, rather than a backwards slash as on Mac and Windows.
- You may need to put
client max protocol = SMB2
in the[global]
section of your /etc/samba/smb.conf.