Using a Ricoh Printer on a Macintosh: Difference between revisions

From UW-Math Wiki
Jump to navigation Jump to search
(New page: ===Adding the Ricoh Printer to a Mac=== At the moment, the only Ricoh color printer available is on the fifth floor of Van Vleck. You can configure your Macintosh to print to this printer...)
 
Line 3: Line 3:
can configure your Macintosh to print to this printer by following the steps below:
can configure your Macintosh to print to this printer by following the steps below:
# Log into your Macintosh as a user with administrative priviledges.
# Log into your Macintosh as a user with administrative priviledges.
# Download and install the [http://www.math.wisc.edu/~jheim/downloads/r47026L9.dmg Ricoh Aficio C4501 driver].
# Download and install the [http://www.math.wisc.edu/~jheim/downloads/r47026L9.dmg Ricoh Aficio C4501 driver].'''Note:''' you will need to have at least MacOS 10.6.
# Open a terminal window and type the following commands
# Open a terminal window and type the following commands
* lpadmin -E -p 5 -v ipp://printserver2.math.wisc.edu:631/printers/5 -P "/Library/Printers/PPDS/Contents/Resources/RICOH Aficio MP C4501"
* lpadmin -E -p 5 -v ipp://printserver2.math.wisc.edu:631/printers/5 -P "/Library/Printers/PPDS/Contents/Resources/RICOH Aficio MP C4501"

Revision as of 18:28, 22 June 2011

Adding the Ricoh Printer to a Mac

At the moment, the only Ricoh color printer available is on the fifth floor of Van Vleck. You can configure your Macintosh to print to this printer by following the steps below:

  1. Log into your Macintosh as a user with administrative priviledges.
  2. Download and install the Ricoh Aficio C4501 driver.Note: you will need to have at least MacOS 10.6.
  3. Open a terminal window and type the following commands
  • lpadmin -E -p 5 -v ipp://printserver2.math.wisc.edu:631/printers/5 -P "/Library/Printers/PPDS/Contents/Resources/RICOH Aficio MP C4501"
  • cupsenable 5
  • cupsaccept 5

Hints

NOTE: if have a personal Macintosh and your local username is different from your username in the Math Department, you can print using a command like this:

   lp -d P -U <yourusername> file.pdf
  (where P is the name of the printer (e.g. 5) and <yourusername> is your username.  
   NOTE that you can only print postscript or PDF files)