Campuses:
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
computing:department:unix:printing [2012/07/09 18:48] – allan | computing:department:unix:printing [2021/05/04 16:44] (current) – cse-sull0153 | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | <box 20% right right-clear red|More Information> | ||
- | {{indexmenu>: | ||
- | </ | ||
- | |||
====== Printing from Unix ====== | ====== Printing from Unix ====== | ||
- | For complete information | + | Printing |
The command to print from a Unix system to any of our network printers is: | The command to print from a Unix system to any of our network printers is: | ||
Line 11: | Line 7: | ||
lpr -P printer filename | lpr -P printer filename | ||
- | ...where //printer// is the name of the print queue (usually the room number). The queues accept many file types directly, such as image files and PDF as well as text or Postscript. | + | ...where //printer// is the name of the print queue (usually the room number). The queues accept many (but not all!) file types directly, such as image files and PDF as well as text or Postscript. Application-specific files such as HTML web pages, Mathematica workbooks, etc, have to be printed from within the application. |
You can use the lpstat(1) command to see a list of available printers: | You can use the lpstat(1) command to see a list of available printers: | ||
- | lpstat -p -d | + | lpstat -a |
- | The -p option specifies that you want to see a list of printers, and the -d option reports the current default printer or class. | ||
===== Changing printer settings in KDE ===== | ===== Changing printer settings in KDE ===== | ||
Line 63: | Line 59: | ||
lpstat 216 | lpstat 216 | ||
- | You can check queue and job status online by checking the print server [[https://www.physics.umn.edu:631/jobs|jobs listing]] (this link will only work within Tate Lab). | + | You can check queue and job status online by checking the print server [[https://cups.physics.umn.edu/ |
===== Printing to Toshiba copiers ===== | ===== Printing to Toshiba copiers ===== | ||
- | To print to toshiba copiers you need to specify your Department printing code. This is tedious to specify on the CUPS command line, but it can be done using the DCDigit1... DCDigitX options (1-5 for '' | ||
- | ==== Old Toshiba | + | To print to the Toshiba |
Say your Department Code is 10203. Your command to print would be: | Say your Department Code is 10203. Your command to print would be: | ||
Line 76: | Line 71: | ||
You can avoid having to specify the code every time, by storing it using '' | You can avoid having to specify the code every time, by storing it using '' | ||
- | lpoptions -o DeptCode=True -o DCDigit1=1 -o DCDigit2=0 -o DCDigit3=2 -o DCDigit4=0 -o DCDigit5=3 -p 358c | + | lpoptions -o DeptCode=True -o DCDigit1=1 -o DCDigit2=0 -o DCDigit3=2 -o DCDigit4=0 -o DCDigit5=3 -p toshiba-pan-311 |
- | lpr -P 358c filename | + | lpr -P toshiba-pan-311 |
- | + | ||
- | Note there are several possible places for your output to be delivered; you can control this using the OutputTray option. The default is the Inner tray (beneath the control panel). | + | |
- | ==== New Toshiba copier: 3sw ==== | + | |
- | To print to 3sw (new toshiba copier), like above but with 7 digits (prepend zeros to your number if you have less). Example for 1020304: | + | Note there are several possible places for your output |
- | lpr -P 3sw -o DeptCode=True -o DCDigit1=1 -o DCDigit2=0 -o DCDigit3=2 -o DCDigit4=0 -o DCDigit5=5 -o DCDigit6=7 -o DCDigit7=1 filename | + | |
- | or | + | |
- | lpoptions -o DeptCode=True -o DCDigit1=1 -o DCDigit2=0 -o DCDigit3=2 -o DCDigit4=0 -o DCDigit5=3 -o DCDigit6=0 -o DCDigit7=4 -p 3sw | + | |
- | lpr -P 358c filename | + | |
+ | <note warning> | ||
+ | - The Toshiba driver for linux only supports 5-digit codes - if you have a longer code, your jobs will be held (you can release it from the embedded web page of the copier itself). Contact us if you would like your code changed to 5-digits. | ||
+ | - Adobe' | ||
+ | </ | ||
===== Hint: Remote Printing ===== | ===== Hint: Remote Printing ===== |