Difference between revisions of "Printing"
(removed Leopard) |
(replaced arthur with johnson) |
||
Line 81: | Line 81: | ||
### Select "Windows Printing" in the top drop-down box and "Network Neighborhood" in the bottom drop-down box | ### Select "Windows Printing" in the top drop-down box and "Network Neighborhood" in the bottom drop-down box | ||
### Select WIN from the list of available Windows networks and click on "Choose" | ### Select WIN from the list of available Windows networks and click on "Choose" | ||
− | ### Select " | + | ### Select "johnson" from the list of print servers and click on "Choose" |
### Enter your CIS username and password when prompted | ### Enter your CIS username and password when prompted | ||
### Select the printer you want to use from the list | ### Select the printer you want to use from the list | ||
Line 91: | Line 91: | ||
### For the device, select "Windows Printer via SAMBA" | ### For the device, select "Windows Printer via SAMBA" | ||
### For the device name, enter an identifier for the printer | ### For the device name, enter an identifier for the printer | ||
− | ### For the device URI, you'll need to enter something of the form: <code>smb://myusername:mypassword@win/ | + | ### For the device URI, you'll need to enter something of the form: <code>smb://myusername:mypassword@win/johnson.win.cis.ksu.edu/n126-hp9050</code> |
###*Replace "myusername" with your username, "mypassword" with your password, and "n126-hp9050" with the printer that you're trying to print to. For your convenience, a list of printers can be found below. | ###*Replace "myusername" with your username, "mypassword" with your password, and "n126-hp9050" with the printer that you're trying to print to. For your convenience, a list of printers can be found below. | ||
### The printer model can be left as "Generic" or set to the appropriate model for the target printer | ### The printer model can be left as "Generic" or set to the appropriate model for the target printer | ||
Line 100: | Line 100: | ||
### Click your new “Advanced“ button | ### Click your new “Advanced“ button | ||
### Under “Type“ select “Windows printer via spoolss“ | ### Under “Type“ select “Windows printer via spoolss“ | ||
− | ### For the device URL, enter the following:<code>smb:// | + | ### For the device URL, enter the following:<code>smb://johnson.win.cis.ksu.edu/n126-hp9050</code> |
###*Replace “n126-hp9050“ with the printer you would like to print to. For your convenience, a list of printers can be found below. | ###*Replace “n126-hp9050“ with the printer you would like to print to. For your convenience, a list of printers can be found below. | ||
### Enter a name and location in the appropriate boxes | ### Enter a name and location in the appropriate boxes |
Revision as of 13:58, 5 November 2015
Departmental printers are available for use on each floor of Nichols Hall. See the printers list or the bottom of this page for a list of current printers available.
As a student of the CIS department, you are entitled to print 250 pages free of charge each semester (graduate students may be given more depending on their status).
NOTE: Use of printers is restricted to CIS students and should not be used to give access to anyone else. Unauthorized use may result in loss of account privileges.
Printing from a lab machine
Windows
All appropriate printers should appear automatically in the File > Print dialog. If you feel that there are printers you should have access to missing, please contact the support team.
Linux
Print Commands
The CIS department uses the Common UNIX Printing System for printing under Linux. In addition to printing from the File->Print menu in most graphical applications, users have the ability to print from the commandline. Some of the commonly used commands are the following:
lp
orlpr
: both of these print files, the examples below uselpr
lpq
: displays queued print jobslprm
: removes queued print jobslpstat
: gives status information for printerslpoptions
: sets user-specific printer options and defaults
Examples of how to perform some common tasks:
lpstat -p
: displays a list of available printers in the department (access to all printers except those in labs is restricted to certain users)echo "test" | lpr
: prints the text "test" to the default printerlpr filename
: printsfilename
to the default printerlpr -P n016-hp8150 filename
: printsfilename
to the printer in the Nichols 16 lablpr -o sides=two-sided-long-edge filename
: printsfilename
duplex (two-sided) to the default printerlpr -o number-up=2 filename
: printsfilename
using half as much paperlpr -#4 filename
: prints 4 copies offilename
to the default printerlpq
: displays the current queue of print jobs running on the default printerlpq -a
: displays the current queue of all print jobslprm 30
: removes print job30
from the print queue
lpoptions -d n016-hp8150
: sets your default printer to n016-hp8150
For more information, refer to the Cups Guide to printing and the man pages for the tools.
Printing text files
In addition to printing the text files "raw", one can use the following utilities to format the text:
a2ps filename.txt | lpr
: prints the text file in a nicer format; check the man file for more options as this program can do quite a bit
enscript -r filename.txt | lpr
: prints a text file in landscape format; check the man file for more options as this program (like a2ps
) can do quite a bit
Printing from a personal or office computer
All Users
- Choose one of the following for public printers
n016-hp9050
n126-hp9050
- If you are a member of staff or faculty, you have access to restricted printers. A list of these can be found on the Printers page or at the bottom of this page. Others will only have access to the printers in public labs.
- If you want/need the drivers for the Savin copier/printer, you can download it here.
Windows
To install one of the department printers on your Windows laptop, follow these
steps.
- Go to your Start Menu > Run
- XP/XP64: Click Run, type in \\arthur.win.cis.ksu.edu, and click "OK"
- Vista/Windows 7: Type \\arthur.win.cis.ksu.edu in the "Start Search" box and press <Enter>
Note (for all versions of Windows): Wired network users may use “arthur” instead of “arthur.win.cis.ksu.edu” for the server name, but either will work. Wireless users must use the long form.
- If prompted, enter your CIS username and password
- Vista/Windows 7: In the Username box type "WIN\<username>", where <username> is your username.
- Right click on the printer you want and select "Connect"
OS X
To install one of the department printers on your OS X laptop, follow these
steps.
- Open the "Print & Fax" preference pane from the System Preferences
- Click on the "+" to add a printer
- Method A
- Click on "More printers" to search for network printers
- Select "Windows Printing" in the top drop-down box and "Network Neighborhood" in the bottom drop-down box
- Select WIN from the list of available Windows networks and click on "Choose"
- Select "johnson" from the list of print servers and click on "Choose"
- Enter your CIS username and password when prompted
- Select the printer you want to use from the list
- The printer model can be left as "Generic" or set to the appropriate model for the target printer
- Click on the "Add" button
- Method B
- Hold the option key and click on "More printers"... continue holding the option key until the new dialog box opens
- Select "Advanced" on the top drop-down box
- For the device, select "Windows Printer via SAMBA"
- For the device name, enter an identifier for the printer
- For the device URI, you'll need to enter something of the form:
smb://myusername:mypassword@win/johnson.win.cis.ksu.edu/n126-hp9050
- Replace "myusername" with your username, "mypassword" with your password, and "n126-hp9050" with the printer that you're trying to print to. For your convenience, a list of printers can be found below.
- The printer model can be left as "Generic" or set to the appropriate model for the target printer
- Click on the "Add" button
- Method C1 (For Lion and Mavericks Users Wireless)
- Right-click (CTRL-click) on the toolbar at the top of the window and select “Customize Toolbar...”
- Drag the “Advanced” button to the toolbar and drop it wherever you want, then click “Done” to close the customization popup (Beleive it or not, this actually makes the process easier)
- Click your new “Advanced“ button
- Under “Type“ select “Windows printer via spoolss“
- For the device URL, enter the following:
smb://johnson.win.cis.ksu.edu/n126-hp9050
- Replace “n126-hp9050“ with the printer you would like to print to. For your convenience, a list of printers can be found below.
- Enter a name and location in the appropriate boxes
- In the “Print Using“ drop-down box, you may select “Generic Postscript Driver“ as all processing is done by the server, or if you wish, you can select “Select a driver to use...“ and choose an appropriate driver (For HP printers it is usually HP LaserJet Series PCL) for the target printer. Note: If you select a specific driver, the icon for the printer will be an image of the actual printer model.
- Click the “Add“ button
- Specify additional printer features in the “Installable Options“ popup and click the “Continue“ button. Note: If you want to use additonal features for a printer, such as double-sided printing (duplexing) or specific tray selection, you must sleect those options that are available for the printer here. You can do this now or later by clicking on “Options & Supplies...“ for that printer in Print and Fax under System Preferences.
- The first time you chose your newly installed network printer, you will be prompted for your username and password. Enter your CIS account information here and check “Remember this password in my keychain“ box to prevent being prompted for this password in the future.
- Method C2 (For Lion Users Wired)
- NOTE: Use this method if you have a Mac that is going to be connected to the wired for extended periods of time (e.g Wired Mini's, Mac Pros, and iMac's)
- Open a web browser and go to “localhost:631“
- Click the “Administration“ tab at the top of the page and log in using your local user name and password.
- On the right under “Server“ click on “Advanced“ to show more options
- Check the box next to “Show printers shared by other systems“ AND
- Next to Protocols check the box next to “CUPS“
- Restart your Mac
- Go to the settings menu and click “Print & Scan“
- At all the printers in the department should be listed at the left.
- Method D (Tested on Yosemite, Mavericks and Lion)
- Download our Mac printer installer
- Double Click on the CISPrintInstaller.app file
- When prompted type in your MAC password
- Select the printer(s) you would like to install
- The first time you print a document you will be prompted for a username and password. This is your CIS account information, not the local mac account. Make sure to save this information into your keychain.
NOTE: If you want to install the Savin copier/printer or are on the K-State.net wireless network, you must use Method B as outlined above.
NOTE: If the print job displays "On hold: authentication required", but no password is requested, you may need to remove the password from "Keychain Access" for that printer.
Current Printer Information
Printer Name
Access Restrictions
Location
Model
Windows
Linux
Device Options
e1118-hl-l9430cnd
anybody
Engineering Hall 1118 (Student Center)
Brother HL-L9430CND
Yes
Yes
Color, Duplex Unit
e2184b-KM_C658-B&W-1-Sided
faculty/staff/grads
Engineering Hall 2184B (Copier)
Minolta C658 Color Copier
Yes
No
Black&White, 1-Sided, Stapler, Hole Punch
e2184b-KM_C658-B&W-2-Sided
faculty/staff/grads
Engineering Hall 2184B (Copier)
Minolta C658 Color Copier
Yes
No
Black&White, 2-Sided, Stapler, Hole Punch
e2184b-KM_C658-Color-1-Sided
faculty/staff/grads
Engineering Hall 2184B (Copier)
Minolta C658 Color Copier
Yes
No
Color, 1-Sided, Stapler, Hole Punch
e2184b-KM_C658-Color-2-Sided
faculty/staff/grads
Engineering Hall 2184B (Copier)
Minolta C658 Color Copier
Yes
No
Color, 2-Sided, Stapler, Hole Punch
e2184b-KM_C658-ByPass-B&W-1-Sided
faculty/staff/grads
Engineering Hall 2184B (Copier)
Minolta C658 Color Copier
Yes
No
ByPass, Black&White, 1-Sided, Stapler, Hole Punch
e2184b-KM_C658-ByPass-B&W-2-Sided
faculty/staff/grads
Engineering Hall 2184B (Copier)
Minolta C658 Color Copier
Yes
No
ByPass, Black&White, 2-Sided, Stapler, Hole Punch
e2184b-KM_C658-ByPass-Color-1-Sided
faculty/staff/grads
Engineering Hall 2184B (Copier)
Minolta C658 Color Copier
Yes
No
ByPass, Color, 1-Sided, Stapler, Hole Punch
e2184b-KM_C658-ByPass-Color-2-Sided
faculty/staff/grads
Engineering Hall 2184B (Copier)
Minolta C658 Color Copier
Yes
No
ByPass, Color, 2-Sided, Stapler, Hole Punch
e2184b-KM_C658
faculty/staff/grads
Engineering Hall 2184B (Copier)
Minolta C658 Color Copier
No
Yes
Color, Duplex unit
e2193-hl-l5100
faculty/staff/grads
Engineering Hall 2193 (Vasserman Lab)
Brother HL-L5100
Yes
Yes
Black&White, Duplex unit
e2194-db3460
faculty/staff/grads
Engineering Hall 2194 (Amariucai Lab)
Dell b3460
Yes
Yes
Color, Duplex Unit
e2206-hp4300
faculty/staff/grads
Engineering Hall 2206 (SAnTos Lab)
HP LaserJet 4300
Yes
Yes
Color, Duplex Unit
e2221-canon-mf632
faculty/staff/grads
Engineering Hall 2221 (Hsu Lab)
Canon MF632C
Yes
Yes
Color, Duplex unit
e2222-hl-l8360cdwt
IT staff
Engineering Hall 2222 (IT Office)
Brother Color Laser HL-L8360CDWT
Yes
Yes
Color, Duplex unit
e2224-hl-l5100
faculty/staff/grads
Engineering Hall 2224 (Hitzler Lab)
Brother HL-L5100
Yes
Yes
Black&White, Duplex unit
e2226-hpm477
faculty/staff/grads
Engineering Hall 2226 (Munir Lab)
HP Laserjet MFP M477fdw
Yes
Yes
Color, Duplex unit