Differences between revisions 75 and 87 (spanning 12 versions)
Revision 75 as of 2011-09-02 12:25:02
Size: 4031
Editor: adjordje
Comment:
Revision 87 as of 2013-09-06 12:44:14
Size: 2268
Editor: adjordje
Comment:
Deletions are marked like this. Additions are marked like this.
Line 4: Line 4:

== 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).

{{attachment:addprintercool.png}}

You may then select the device you need from the List in the new window, and press "Add". That's it.
Line 20: Line 11:
||ETZSPEZ-HPZ6100 ||[[attachment:ISGvppHPZ6100.ppd]] ||
||ETZSPEZ-X7760 ||[[attachment:VPPA3_01_X7760.PPD]] ||
||ISGEE-LANIER, ETFC-LANIER ||[[attachment:ISGvppLAN124C3.ppd]] ||
||all other printers ||[[attachment:VPPA3_01.PPD]] ||
||all VPP printers ||[[attachment:vppa3_06.ppd]] ||
Line 33: Line 21:
||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 "''printers/'''''", 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}} ||
||4 ||Change the ''Protocol'' dropdown to ''Line Printer Daemon - LPD''. || {{attachment:LPD.png}} ||
||5 ||Set ''Address'' to '''vpp-"destination".ethz.ch'''. As example etlf27-1 as destination. The name of the Queue '''always begins with the destination Name "''destination/'''''", the second part is constructed from '''the printer's model name and vppdriver 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:VPPDriver.png}} ||
Line 41: Line 29:
== Printing problems ==
Line 42: Line 31:
==== 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).
Alternatively you can print through the VPP Form:
Line 45: Line 33:
 * /!\ To use this method, your computer must be connected to the D-ITET ETH network (e.g. public LAN socket, VPN Connection). [[http://idvpp01.ethz.ch/vpppdf.html|Send PDF VPP Job]] [[http://idvpp01.ethz.ch/vpp.html|Send VPP Job]]
Line 47: Line 35:
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]].

== Printing on LION ==
Unfortunately our infrastructure does not support using the printers under LION via the ipp2vpp interface
Therefore we recommend using the vpp page. As soon as this is available, you will be able to read it here.
[[http://idvpp01.ethz.ch/vpppdf.html|Send PDF VPP Job]]
[[http://idvpp01.ethz.ch/vpp.html|Send VPP Job]]
----
[[CategoryPRMT]]

Setting up the VPP printers for a Macintosh client

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:

Printer name

Driver file

all VPP printers

vppa3_06.ppd

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 Line Printer Daemon - LPD.

LPD.png

5

Set Address to vpp-"destination".ethz.ch. As example etlf27-1 as destination. The name of the Queue always begins with the destination Name "destination/", the second part is constructed from the printer's model name and vppdriver 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.

VPPDriver.png

6

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

sl_shot06.png

7

In the File Dialog, choose the PPD you downloaded earlier.

(none)

8

If you've done everything correctly, the new printer is now listed in the preference pane. Make sure to leave "Share this printer on the network" unchecked.

sl_shot07.png

Printing problems

Alternatively you can print through the VPP Form:

Send PDF VPP Job Send VPP Job


CategoryPRMT