Difference between revisions of "Printing"

From the Linux and Unix Users Group at Virginia Teck Wiki
Jump to: navigation, search
imported>Microcosmus
m (Newman Library Public Printing)
imported>Microcosmus
(Added instructions for finding the queue name for other Pharos printers on campus)
Line 1: Line 1:
You can print from various lab computers, such as in [[gp:Torgersen Hall|Torgersen Hall]] and the [[gp:Math Emporium|Math Emporium]]. The Torgersen printers, along with others, can be accessed remotely, with payment through [[gp:Hokie Passport|Hokie Passport]]. The URL for them is http://128.173.42.228/uniprint. [[gp:Newman Library|Newman Library]] also offers printing, payable in Hokie Passport only. The [[gp:Architecture Library|Architecture Library]] offers free printing, but they ask that you bring your own paper for more than 10 pages worth. For nearly all printers, the cost is $0.10/page for black and white and $0.75/page for color.
+
You can print from various lab computers, such as in [[gp:Torgersen Hall|Torgersen Hall]] and the [[gp:Math Emporium|Math Emporium]]. The Torgersen and Empo printers, along with others, can be accessed remotely, with payment through [[gp:Hokie Passport|Hokie Passport]]. The URL for them is http://128.173.42.228/uniprint. [[gp:Newman Library|Newman Library]] also offers printing, payable in Hokie Passport only. The [[gp:Architecture Library|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 Public Printing ==
Line 11: Line 10:
 
* 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.
 
* 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 [http://128.173.42.228/uniprint/Packages.asp 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 [gimp-print.sourceforge.net 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.
  
 
[[Category:Campus computing resources]]
 
[[Category:Campus computing resources]]

Revision as of 23:07, 12 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. 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 [gimp-print.sourceforge.net 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.