home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / sys / sun / admin / 9357 < prev    next >
Encoding:
Internet Message Format  |  1992-12-11  |  3.2 KB

  1. Xref: sparky comp.sys.sun.admin:9357 comp.sys.sun.misc:5819
  2. Path: sparky!uunet!cs.utexas.edu!uwm.edu!ogicse!cadreor!fripp!usenet
  3. From: jh@cadre.com (Joe Hartley)
  4. Newsgroups: comp.sys.sun.admin,comp.sys.sun.misc
  5. Subject: Re: SPARC Seriel <==> Apple LW IIg
  6. Message-ID: <1992Dec11.224319.13994@fripp.ri.cadre.com>
  7. Date: 11 Dec 92 22:43:19 GMT
  8. Article-I.D.: fripp.1992Dec11.224319.13994
  9. References: <1g8589INNme8@rave.larc.nasa.gov>
  10. Sender: usenet@fripp.ri.cadre.com (USENET News Poster Account)
  11. Reply-To: jh@cadre.com
  12. Organization: Cadre Technologies, Inc.
  13. Lines: 53
  14. Nntp-Posting-Host: xtc
  15.  
  16. In article 1g8589INNme8@rave.larc.nasa.gov, arras@shark.icase.edu (Michael Arras) writes:
  17. >
  18. >    I've heard that the Apple terminal I/O code in the LaserWriter IIg
  19. >(and IIf) is buggy.  I've also heard that there is PostScript which can be
  20. >downloaded to the printer to fix this problem.  Can anybody that has this
  21. >fix send it to me?  I'd like to hear from anybody that has an Apple LW IIg
  22. >(or IIf) talking with their Sun SPARC over the RS-232 connection.  What
  23. >does your printcap look like?  Thank you.
  24. >
  25.  
  26. I've got a LaserWriter IIg, which I got after having lots of success
  27. with a IINTX connected to an SLC's serial port.  I had quite a bit of
  28. trouble getting the IIg connected to the serial port of an IPC running
  29. SunOS 4.1.1.  In fact, once a day, the printer would just stop
  30. working.  Print jobs would line up in the queue, and nothing I did
  31. short of power-cycling the IIg *and* rebooting the IPC would fix the
  32. problem.  I was getting very tired of rebooting my machine.
  33.  
  34. The story has a happy ending, though.  Last week I replaced my IPC with 
  35. an IPX running SunOS 4.1.3, and everything's been working fine.  I don't
  36. know of any problems in the IIg's I/O code, but it wouldn't surprise me.
  37.  
  38. Now, there are some gyrations I've had to go through.  First off, though,
  39. let me show the printcap entry:
  40.  
  41. lw:\
  42.         :br#19200:lp=/dev/ttyb:mx#0:sf:sh:rw:\
  43.         :ms=ixon,ixoff,-parity,-isig,igncr,cstopb,-echok:\
  44.         :lf=/usr/spool/lw/log:sd=/usr/spool/lw:
  45.  
  46. So far, so good.  Now, I started running into a problem while printing from
  47. Liken, the Mac emulator, which specifically requires a LaserWriterII!  The
  48. kind folks at Liken gave me a short script which I now use wherever I would
  49. use an "lpr -Plw".  Here it is:
  50.  
  51. #!/bin/csh -f
  52. sed -e "/^ok/,/^%%/d" $1 | lpr -Plw
  53.  
  54. As it stands right now, this will not print plain text files.  For any ASCII
  55. to PostScript conversion, I use the program "asc2ps", which is part of the
  56. freely available package psroff.  That package also allows you to build in
  57. an automatic ASCII-to-PS filter in the printcap, but I haven't gotten to it
  58. yet :-)
  59.  
  60. Hope this helps!
  61.  
  62. ===============================================================================
  63. Joe Hartley          | jh@cadre.com  -  Whenever you find that you are on the
  64. Cadre Technologies   | side of the majority, it is time to reform. - M. Twain
  65. 222 Richmond St.     | --------------------------------------------------------
  66. Providence, RI 02903 | Overman 1st Class - the Kilgore Trout Memorial Clench
  67. (401) 351-5950 x266  |            of the Church of the SubGenius  
  68. ===============================================================================
  69.