Differences between revisions 66 and 67
Revision 66 as of 2011-01-05 13:43:08
Size: 2249
Editor: biglerr
Comment:
Revision 67 as of 2011-01-05 14:01:13
Size: 3369
Editor: biglerr
Comment:
Deletions are marked like this. Additions are marked like this.
Line 23: Line 23:
First of all, download the PPD that fits the printer you wish to use:

After that, install the printer by following the instructions below:
Line 24: Line 27:
||1||Open "Print & Fax" Preference Pane. || || ||1||Open "Print & Fax" Preference Pane. || {{attachment:sl_shot01.png}} ||
||2||Press the small '+'-Button in lower left area of the preference pane. || {{attachment:sl_shot02.png}} ||
||3||Press ''IP'' at the top of the new window. || {{attachment:sl_shot03.png}} ||
||4||Change the ''Protocol'' dropdown to ''Internet Printing Protocol - IPP''. || {{attachment:sl_shot04.png}} ||
||5||Set ''Address'' to '''ipp2vpp.ee.ethz.ch'''. The name of the Queue '''always begins with "''printer/'''''", the second part is constructed from '''the printer's location and name separated by a dash''', all '''lowercase'''. Valid locations and printer names can be looked up here: [[http://www.vppspy.ethz.ch/tools/vpplist.php|VPP Destination List]]. You can choose ''Name'' and ''Location'' freely, but it's a real good idea to enter something meaningful, so you recognize the Printer later on. || {{attachment:sl_shot05.png}} ||
||6||Choose ''Other...'' for the dropdown under ''Print Using''. || {{attachment:sl_shot06.png}} ||

This page is currently being edited

An Administrator is updating this page. Please note that as long as this notice is visible, information on this page may be inaccurate, incomplete and subject to change. Proceed with caution.

Setting up the VPP printers for a Macintosh client

Setting up the VPP printers for an ISG.EE-Managed Mac Client

/!\ This method works only on Macs which are connected at D-ITET to the ETH network.

For your convenience, all Printers are automatically available on your Mac. Just hit "Print" in any Application you wish to print from. When the Device you wish to print to doesn't appear in the Dropdown, just select Add Printer... (see Image below for an example).

addprintercool.png

You may then select the device you need from the List in the new window, and press "Add". That's it.

Setting up a printer for an unmanaged Mac Client (private laptops etc.)

There are two methods to setup the printer we provide with our services:

First Method: Install some printers with the provided PPD file (recommended for most users)

First of all, download the PPD that fits the printer you wish to use:

After that, install the printer by following the instructions below:

No.

Step

Picture

1

Open "Print & Fax" Preference Pane.

sl_shot01.png

2

Press the small '+'-Button in lower left area of the preference pane.

sl_shot02.png

3

Press IP at the top of the new window.

sl_shot03.png

4

Change the Protocol dropdown to Internet Printing Protocol - IPP.

sl_shot04.png

5

Set Address to ipp2vpp.ee.ethz.ch. The name of the Queue always begins with "printer/", the second part is constructed from the printer's location and name separated by a dash, all lowercase. Valid locations and printer names can be looked up here: VPP Destination List. You can choose Name and Location freely, but it's a real good idea to enter something meaningful, so you recognize the Printer later on.

sl_shot05.png

6

Choose Other... for the dropdown under Print Using.

sl_shot06.png

Second Method: Install all printers using cupsd.conf modifications (for advanced users)

This method allows you to print to D-ITET printers on your private Mac as if it were a managed client (see above).

  • /!\ To use this method, your computer must be connected to the D-ITET ETH network (e.g. public LAN socket).

Edit  /etc/cups/cupsd.conf  as user  root . Add/modify the following lines:

    Browsing On
    BrowseProtocols cups
    BrowseAllow ipp2vpp.ee.ethz.ch
    BrowsePoll ipp2vpp.ee.ethz.ch
    BrowsePort 631

Save the  cupsd.conf  file and restart the cups service:

  • OSX Tiger:  /System/Library/StartupItems/PrintingServices/PrintingServices restart 

  • OSX Leopard:  launchctl stop org.cups.cupsd ; launchctl start org.cups.cupsd 

If you want to start printing now, go on reading the article Printing/VPPPrinting/Mac.