home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / sys / mac / system / 13846 < prev    next >
Encoding:
Text File  |  1992-11-08  |  3.4 KB  |  97 lines

  1. Path: sparky!uunet!haven.umd.edu!darwin.sura.net!gatekeeper.es.dupont.com!pocis.ponca.dupont.com!podlg.ponca.dupont.com!gaddis
  2. Newsgroups: comp.sys.mac.system
  3. Subject: Re: change the zone name of Apple Laseer Writer IIg
  4. Message-ID: <1992Nov8.062835.36@ponews.ponca.dupont.com>
  5. From: Daniel Gaddis <gaddis@pogun.dnet.dupont.com>
  6. Date: 8 Nov 92 06:28:34 -0600
  7. References: <1992Nov7.022644.5684@hp9000.csc.cuhk.hk>
  8. Distribution: world
  9. Organization: Conoco Inc.
  10. Nntp-Posting-Host: podlg.ponca.dupont.com
  11. X-UserAgent: Nuntius v1.1.1d12X-XXMessage-ID: <A72263D6B301C030@podlg.ponca.dupont.com>X-XXDate: Sun, 8 Nov 92 06:27:34 GMTLines: 83
  12. Lines: 83
  13.  
  14. LW IIg: PostScript Code to Change EtherTalk Default Zone
  15.  
  16. Article Created: 3 October 1991
  17.  
  18.  
  19. Article Change History
  20. ----------------------
  21. 8/17/92 - CORRECTED
  22.            To correct the PostScript Hex Codes.
  23.  
  24.  
  25. TOPIC -----------------------------------------------------------
  26.  
  27. Does the utility software that comes with the LaserWriter IIg (which
  28. connects directly to Ethernet) allow the user to change the zone that the
  29. printer resides in?
  30.  
  31. DISCUSSION ------------------------------------------------------
  32.  
  33. The "LaserWriter Utility" included with the LaserWriter IIg doesn't have
  34. an
  35. option to select a zone when connected to an EtherTalk network that has
  36. more than one zone associated with it.  You can change the zone that the
  37. LaserWriter IIg appears in with this PostScript code:
  38.  
  39. ---Cut Here---
  40. currentfile statusdict begin product (LaserWriter IIg) eq
  41. version (2010.113) eq and end not
  42. {save exch 291 string readstring pop pop restore} if
  43. /ASCIIHexDecode filter /SystemPatch statusdict /emulate get exec
  44. 85f6ba98b8147bdb3c41fc154e390200521caba043febd65f48e008d42590001cd0f62e
  45. c9f2b84
  46. 1c6c1c85660f30002ba262234d72494f203c119951000000376b481858e01bff2db172c
  47. 2ecfe00
  48. 0446e2f3ddca7b1fb2d27814e1c22e000598f64cae7bb9897afb760a5d81ac0106>
  49. serverdict begin 0 exitserver
  50. (%EtherTalk%) <</EtherTalkZone (YourZoneGoesHere)>> setdevparams
  51. ---Cut Here---
  52.  
  53.  
  54. 1) Copy all information between the "---Cut Here---" lines.
  55.  
  56. 2) Paste the information into a text document.
  57.  
  58. 3) Change the text "YourZoneGoesHere" in the last line to the new zone
  59.    name.
  60.  
  61. 4) Save the text document as a file.
  62.  
  63. 5) Download the file with the LaserWriter Utility.
  64.  
  65. After sending this code, the LaserWriter IIg should appear in the new
  66. zone.
  67. If the zone name requested isn't valid for the EtherTalk network, the
  68. LaserWriter IIg uses "*" as the zone name and appears in the default zone.
  69. A valid zone name is a string of up to 32 characters, excluding the ":"
  70. and
  71. "@" characters.
  72.  
  73. Notes
  74. -----
  75. For a LaserWriter IIg to be in a particular zone:
  76.  
  77. 1) The LaserWriter IIg must be directly connected to an EtherTalk Phase 2
  78.    network via the built-in Ethernet port.
  79.  
  80. 2) The zone in which the LaserWriter IIg is to appear must be in the zone
  81.    list for the physical cable (network) to which the LaserWriter IIg is
  82.    attached -- which, in this case, must be Ethernet.  This is defined by
  83.    the router for the physical cable.
  84.  
  85. Tip for Sending PostScript Code to a LaserWriter
  86. ------------------------------------------------
  87. An easy way to send PostScript code to a LaserWriter is to enter it into a
  88. TeachText document and download it using the LaserWriter Utility's
  89. Download
  90. PostScript File option.  TeachText is included with Macintosh system
  91. software, and the LaserWriter Utility is included with both the
  92. LaserWriter
  93. IIf and IIg.
  94.  
  95.  
  96. Copyright 1991, 1992, Apple Computer, Inc.
  97.