Difference between revisions of "Printing"

From the Linux and Unix Users Group at Virginia Teck Wiki
Jump to: navigation, search
imported>Microcosmus
m (Added link to CAD lab printers)
imported>Mutantmonkey
(add link to library price list)
Line 2: Line 2:
  
 
== Newman Library Public Printing ==
 
== Newman Library Public Printing ==
[[gp:Newman Library|Newman Library]] has a Pharos public printing system that allows users to print using Hokie Passport funds. Drivers for Windows and OS X users are available on [https://www.lib.vt.edu/photocopy/printing.html the library's website].  
+
[[gp:Newman Library|Newman Library]] has a Pharos public printing system that allows users to print using Hokie Passport funds ([http://www.lib.vt.edu/photocopy/prices.html price list]). Drivers for Windows and OS X users are available on [https://www.lib.vt.edu/photocopy/printing.html the library's website].  
  
 
Linux users can print using their local CUPS server by using these settings:
 
Linux users can print using their local CUPS server by using these settings:

Revision as of 22:39, 14 February 2012

You can print from various lab computers, such as in Torgersen Hall and the Math Emporium. The Torgersen and Empo printers, along with others, can be accessed remotely, with payment through Hokie Passport. The URL for them is http://128.173.42.228/uniprint. Newman Library also offers printing, payable in Hokie Passport only. The Architecture Library offers free printing, but they ask that you bring your own paper when printing more than 10 pages. For nearly all printers, the cost is $0.10/page for black and white and $0.75/page for color.

Newman Library Public Printing

Newman Library has a Pharos public printing system that allows users to print using Hokie Passport funds (price list). Drivers for Windows and OS X users are available on the library's website.

Linux users can print using their local CUPS server by using these settings:

  • Network URL: lpd://id_num@pharos.lib.vt.edu/Newman_Print_Q (replace id_num with your 9-digit student ID number)
  • Printer type: Canon imageRunner ADVANCE C5045/C5051
  • PPD file: Either of these should work: [1] or [2]
  • Be sure to change the default paper size from A4 to letter, and set the color mode to black & white. Optionally, you can enable duplexing.

Other Campus Public Printers

Other campus Pharos printers can be installed on Linux, but a Windows machine is required in order to determine the queue name. Follow this procedure (tested on 64-bit Windows 7) to determine the appropriate Linux lpd URI:

  • Install the appropriate Pharos driver package from the campus Pharos server.
  • Open regedit, and navigate to HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Pharos\Popup Client\LocalPrinters\[Some printer name], and record the SpoolQueue value. (On 32-bit systems, the value is probably under HKEY_LOCAL_MACHINE\SOFTWARE\Pharos\Popup Client\LocalPrinters\[Some printer name].)
  • Install a printer in CUPS, using the URL lpd://student_id_num@128.173.42.228/SpoolQueue (replacing student_id_num with your 9-digit student ID number, and SpoolQueue with the value found in regedit)
  • Linux PPD files are generally hard to find, but gutenprint contains a large collection of print drivers compatible with CUPS. If all else fails, you can use a generic print driver, but you may be missing many of the printer's features.

Windows print drivers for various printers are also available at the CAD lab's website, but this has not been updated since 2003.