home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / sys / sun / admin / 8453 < prev    next >
Encoding:
Internet Message Format  |  1992-11-19  |  3.1 KB

  1. Path: sparky!uunet!ogicse!cadreor!fripp!usenet
  2. From: jh@cadre.com (Joe Hartley)
  3. Newsgroups: comp.sys.sun.admin
  4. Subject: Re: Apple LW-IIg and sun-transcript
  5. Message-ID: <1992Nov19.201259.4334@fripp.ri.cadre.com>
  6. Date: 19 Nov 92 20:12:59 GMT
  7. Article-I.D.: fripp.1992Nov19.201259.4334
  8. References: <1ee593INNieu@life.ai.mit.edu>
  9. Sender: usenet@fripp.ri.cadre.com (USENET News Poster Account)
  10. Reply-To: jh@cadre.com
  11. Organization: Cadre Technologies, Inc.
  12. Lines: 61
  13. Nntp-Posting-Host: xtc
  14.  
  15. In article 1ee593INNieu@life.ai.mit.edu, bruce@maypo.ai.mit.edu (Bruce Walton) writes:
  16. >
  17. >Hello,
  18. >
  19. >I'm having trouble installing an Apple LaserWriter IIg printer using
  20. >sun's transcript spooling software.
  21.  
  22. Welcome to the club of frustrated IIg owners.
  23.  
  24. >I'm confused about the compatability of this new model LaserWriter
  25. >IIg.  It was purchased as a replacement for an old LWII-NTX, which has
  26. >always worked just fine at 38400-baud using our (very ancient)
  27. >sun-transcript software.  
  28.  
  29. At least I'm not using transcript!!
  30.  
  31. I, too, bought the IIg because I was very happy with the NTX.  I had some
  32. frustrations with it, beginning with the serial port configurations.  I
  33. finally gave up and set the thing for config #2, which at least gives
  34. me 19200 baud.
  35.  
  36. >
  37. >OK, so we suppose that 19200-baud is the best we can do for now,
  38. >and proceed to set up the printer.
  39. >
  40. >Second problem: Postscript files spooled to the printer produce an
  41. >error message "WARNING: Check spooled PostScript for control
  42. >characters" (and sometimes "printer out of sync").  This, even though
  43. >the postscript seems to print OK.  In looking at the code for
  44. >sun-transcript's "pscomm" filter, it seems that this error is
  45. >generated when the process sees control codes sent back from the
  46. >printer before the job has finished printing.
  47. >
  48.  
  49. Without transcript, I was able to print PostScript pretty well once I
  50. got done cursing the Apple gods who made this sucker so simple, a moron
  51. could set it up (of course, if you're not a moron, you're stuck :-).
  52.  
  53. It turned out that the one application that would *not* print to the IIg
  54. was Liken.  This is really ironic, since Liken is the Mac emulator that
  55. *requires* a LaserWriter for its output!  Anyway, after a discussion with
  56. an XSI tech, I got the following fix.  It's a shell script which strips
  57. out extraneous gar-bage that the IIg was choking on.  Since I was also
  58. getting some errors with output generated by 'asc2ps' (an ASCII->PS program),
  59. I tried running those through the script and haven't had a problem yet.
  60. Here's the script:
  61.  
  62. #!/bin/csh
  63. sed -e "/^ok/,/^%%/d" $1 | lpr -Plw
  64. rm -f $1
  65.  
  66. I called it lp_lw, and i call it instead of "lpr -Plw".  Hope this helps!
  67.  
  68. ---
  69. ===============================================================================
  70. Joe Hartley          | jh@cadre.com  -  Whenever you find that you are on the
  71. Cadre Technologies   | side of the majority, it is time to reform. - M. Twain
  72. 222 Richmond St.     | --------------------------------------------------------
  73. Providence, RI 02903 | Overman 1st Class - the Kilgore Trout Memorial Clench
  74. (401) 351-5950 x266  |            of the Church of the SubGenius  
  75. ===============================================================================
  76.