home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / sys / sgi / 18250 < prev    next >
Encoding:
Internet Message Format  |  1992-12-22  |  3.7 KB

  1. Path: sparky!uunet!pmafire!news.dell.com!swrinde!cs.utexas.edu!qt.cs.utexas.edu!yale.edu!spool.mu.edu!olivea!sgigate!sgi!twilight!story
  2. From: story@sgi.com (David (Duis) Story)
  3. Newsgroups: comp.sys.sgi
  4. Subject: Re: SCSI printers
  5. Message-ID: <tsvsr3c@twilight.wpd.sgi.com>
  6. Date: 21 Dec 92 21:35:49 GMT
  7. References: <34764@adm.brl.mil>
  8. Sender: news@twilight.wpd.sgi.com ( CNews Account at twilight.wpd.sgi.com )
  9. Organization: Silicon Graphics, Inc.
  10. Lines: 92
  11.  
  12. In article <34764@adm.brl.mil> karron@karron.med.nyu.edu (Dan Karron (karron@nyu.edu)) writes:
  13. >
  14. >Does anyone have experience with connecting a ps printer to SGI
  15. >boxes via the SCSI {1,2} bus ?
  16.  
  17. Not a true PS printer, there aren't any I'm aware of that transfer PS
  18. via the SCSI port.
  19.  
  20. >I have a zippy Xante ps printer. It is quite fast, and I have
  21. >it connected via a centronics port. I have a breakout box on the
  22. >line, and I see lots of handshake activity. I think that the
  23. >printer is out pacing the parallel port on large bitmap images.
  24. >The printer ready line is can be trapped with no data on the data lines.
  25.  
  26. There shouldn't be a way to outpace the port, the handshaking is
  27. designed to prevent that.  That is, the printer asserts BUSY when it
  28. cannot receive data, and the host doesn't ship a bit out until BUSY is
  29. deasserted.  
  30.  
  31. >This wonderprinter has a SCSI port, and is designed for direct connection
  32. >to Apple machines. 
  33.  
  34. According to what spec?  It may emulate a laserwriter IISC, which
  35. isn't a PostScript printer, it just accepts bitmaps.  IF so, there's
  36. an example driver for it in 4DGifts.
  37.  
  38. >What is the max throughput on the parallel lines ?
  39.  
  40. I've heard reliable reports of 2MB/sec on an Indigo with the shortest
  41. possible data strobe lengths (see below).  I've personally observed
  42. 400+KB/sec on a 4D/25.
  43.  
  44. I seriously doubt your printer's controller can interpret 24-bit RGB
  45. data at either of those rates.
  46.  
  47. >What is the bottleneck in getting data out a parallel line ?
  48.  
  49. Usually it's the printer.
  50.  
  51. >The CPU wait line shows lots of physical io waiting, like the
  52. >whole CPU wait bar is light blue (whatever that means!).
  53.  
  54. That means a lot of time is being spent waiting on the printer to
  55. receive the data.  If your printer is the slow link here, not the
  56. host, so a faster transmission path is not going to speed this up.
  57.  
  58. You might also consider tweaking the strobe lengths, etc..  See 'man
  59. plp' and read the part about PLPIOCSTROBE for more info on shortening
  60. the data strobe lengths.
  61.  
  62. >What is the throughput on the SCSI 1 or SCSI2 bus ? What are the
  63. >bottlenecks there ?
  64.  
  65. Peak 5MB/sec, 10MB/sec if you have fast SCSI 2 host (Indigo R4K and
  66. later) and peripheral.
  67.  
  68. >Would it pay to write/debug a SCSI driver for this beast ? Is there 
  69.  
  70. From personal experience, probably not.
  71.  
  72. >lp scripts that talk/listen to the SCSI port ? What are the
  73.  
  74. No.
  75.  
  76. >issues to connect a program to a SCSI port ? Kernel drivers ?
  77.  
  78. You can use the user-level SCSI drivers but your driver will need to
  79. be setuid root to open the /dev/scsi device.  You'll need a copy of
  80. "IRIX Device Driver Programming Guide" (used to be called something
  81. like "Writing Device Drivers for IRIX".)
  82.  
  83. >I don't know if the printer will try to converse with the host
  84. >via the SCSI port.
  85.  
  86. It won't, unless you ask it, but that will become clearer if you dig
  87. into it....
  88.  
  89. SCSI is a fun thing, but I would suggest that you save your time and
  90. tweak the easier parallel port, and spend the (time==$$) you saved on
  91. a newer faster printer.
  92.  
  93. SGI Hardware Express will be reselling a SCSI-2 printer in January,
  94. the SRS Imager 17D-II: 17ppm, 600x300 dpi, $5995 list price.
  95.  
  96. That might be a far better investment.
  97.  
  98. Cheers,
  99.  
  100. David Story                                    Silicon Graphics, Inc.
  101. story@bent.wpd.sgi.com                Mountain View, California
  102.  
  103. I've changed my name, so duis@sgi.com may bounce, please use story@sgi.com.
  104.