Accessing CSE Printers
This document describes how to print to printers from a self administered computer.See Display And Print Files for general information on printing at CSE, especially from CSE-managed linux computers.
Methods
There are several methods to access printers. Each can be done from different operating systems.The following list provides our recommended method, based on ease of use:
- Microsoft Windows: SMB/CIFS
- MacOS-X 10.5 and above: SMB/CIFS
- Older MacOS-X: SMB/CIFS
- Linux/UNIX: CUPS or LPD
SMB/CIFS
Generic Information
The share name for a printer is: \\samba.cse.unsw.edu.au\queuename (the queue name is usually the printer name, see Print Queues for further information)Microsoft Windows
- Go into Control Panel -> Settings -> Printers and select Add Printer.
- You are adding a "Network printer".
- The share name is \\samba.cse.unsw.edu.au\printername.
You may be asked for a username and password, use your CSE username and password.
Note that Windows remembers your password until you reboot. If your printer doesn't work after a reboot, try logging into the server. Go into Start -> Run and type in the printer share name. You should be prompted for a password, and after entering that successfully your printing should work.
Xerox printers in Vista or Windows 7
Please visit this page for instructions on how to print to the Xerox Apeosport 450 I printers from Windows Vista or Windows 7.HP LaserJet printers in Windows 7
Please visit this page for instructions on how to print to the HP LaserJet printers from Windows 7.OSX 10.5
- Select "Print & Fax" in System Preferences
- Press the + button to add a printer
- Click the "Advanced" button on the toolbar. By default this button does not appear. If this is the case:
- Right-click (or control-click) on the toolbar
- Select "Customize Toolbar..."
- Drag the "Advanced" icon into the Toolbar
- Press "Done"
- Click the "Advanced" button on the toolbar.
- Select "Windows" from the "Type" list. (It may take several seconds before this list becomes selectable). Note: Do not click the Windows button on the toolbar, use the dropdown list.
- Enter smb://cse-reddwarf.cse.unsw.edu.au/printername" in the URL field
- Enter the printer name in the Name field
- Select the appropriate printer driver. You can usually use the Generic Postscript option if you are not sure. For printing to Fuji Xerox printers, eg. ApeosPort 450i model on various levels in K17, you may download the driver from Fuji Xerox OnlineSupport page.
- Press "Add" The first time you print you will be prompted for a username and password. Use your CSE username and password. You can tick "Remember this password in my keychain" to store the password so you do not have to do this every time.
Older MACOS-X
See the LPD section... Samba is possible also on OS X although setup requires you to enter your username and password in clear text, adding the printer may be a security risk. Here's how to do it anyway.- Open System Preferences /Applications/System Preferences and then the Hardware select Print & Fax submenu
- If using OS X 10.3, select Printing and select Set Up Printers.
- If using OS X 10.4, click the Add Printer button, as shown below.
- If using OS X 10.3, hold down the Alt/Option key on your keyboard and click Add in the Printer List window (continue to hold Alt/Option until the Add Printer sheet opens).
- If using OS X 10.4, hold down the Alt/Option key on your keyboard and click More Printers in the Printer Browser window (continue to hold Alt/Option until the Add Printer sheet appears).
- In the top pull-down menu, choose Advanced.
- In the Device pull-down menu, choose Windows Printer via SAMBA.
- In Device Name, give the printer a name .
- In Device URL, type: smb://Username:UserPassword@cse-reddwarf.cse.unsw.edu.au/printername, where Username is your SCSE Username, UserPassword is your SCSE password, and printername is the name of the printer.
- In the Model pull-down menu, choose the driver for that printer.
- Click Add and close Print Center.
Linux/*NIX using SAMBA
See the smbclient or CUPS documentation, or ask Google.CUPS
CUPS is a relatively recent printing system which is generally fairly easy to get going with most printers. It is only used under Linux/UNIX/OSX and is the recommended method for printing with Ubuntu.First, read the Important Note about lpd printers.
- Determine the name of the printer you wish to use.
-
- Ubuntu: Using Gnome desktop, click the System menu, select Administration and then Printing.
- Fedora: Log in to your Fedora computer as "root" and start the printing configuration tool (System--Printing).
- Generic: Run a browser, enter the URL http://localhost:631/ (the address to the CUPS admin panel). You will be prompted for a password - use your root password.
- Select "New" to create a new printer queue entry.
- For the name of the printer enter the name of the CSE printer, eg. "ouch", etc.
- Select "Networked UNIX (LPD) as the queue type. Set the name of the queue to be the CSE printer name, and the server to be either "score.cse.unsw.edu.au" or "stave.cse.unsw.edu.au" (neither in particular).
-
- Ubuntu: For the printer model, select "Generic" and then "Postscript Printer"
- Generic: For the printer model select "PostScript Printer".
- After you have clicked "Finish" and the printer queue has been created, there is still one more thing to do... ( The next three steps are not necessary for Ubuntu)
- Select the printer queue in the printer configuration window.
- Click "Edit" and then select the "Queue type" tab.
- Tick the "Strict RFC1179 compliance" box, click "OK" and then "Apply".
LPD
Important Note
Linux/*NIX Simple lpd
First, read the Important Note.Install the lprng package.
Edit /etc/lprng/lpd.conf and add this line:
force_localhost@
You should then be able to print to CSE printers just like in a lab machine, except you need to add @score to the printer name. For example:
$ lpr -Plump@score file.ps
MACOS-X lpd
First, read the Important Note.This method is recommended for OSX v10.6.
Use the Setup Printer Utility which can be reached either from System Preferences -> Printer and Fax or Applications -> Utilities.
- click on the Add Printer icon.
- select IP Printing with Printer Type : LPD/LPR
- fill in the printer name, its associated printserver and select the driver as shown below
- you can find which printserver to use by typing lpq -P<printername> into a CSG-linux computer; the first line returned will say "Printer: <printername>@<printserver>.
- you can find the printer model by typing whichprinter -v <printername> into a CSG-linux computer.
- OSX printing: