home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / unix / aix / 8353 < prev    next >
Encoding:
Internet Message Format  |  1992-07-30  |  1.6 KB

  1. Path: sparky!uunet!dtix!darwin.sura.net!zaphod.mps.ohio-state.edu!cs.utexas.edu!ut-emx!ibmchs!auschs!awdprime.austin.ibm.com!stuart
  2. From: stuart@austin.ibm.com
  3. Newsgroups: comp.unix.aix
  4. Subject: Re: Printer Support for HP LaserJet IIIp
  5. Keywords: printer support queue postscript
  6. Message-ID: <1992Jul30.191145.29361@awdprime.austin.ibm.com>
  7. Date: 30 Jul 92 19:11:45 GMT
  8. References: <ellis.712352941@giga>
  9. Sender: news@awdprime.austin.ibm.com (USENET News)
  10. Reply-To: stuart@piobe.austin.ibm.com
  11. Organization: IBM Austin
  12. Lines: 32
  13. Originator: stuart@piobe.austin.ibm.com
  14.  
  15.  
  16. In article <ellis.712352941@giga>, ellis@giga.cs.umn.edu (Shawn Eric Ellis) writes:
  17. >     I tried setting up a HPLaserJet IIIp as a postscript printer and it 
  18. > works fine for printing small jobs.  When I try sending it a job that is about
  19. > 13 pages long (ASCII), the queue reports that the status of the printer is down.
  20. > Long jobs cause the printer to timeout.  I tried adjusting the printer timeout 
  21. > using smit and I didn't have any luck.  Is there something I can do to relieve
  22. > this problem??  I'm really stuck on this one. :-(
  23. >     Shawn Ellis
  24. >     ellis@flynn.medc.umn.edu 
  25.  
  26. Try using the cat command to redirect the 13 page file to the device:
  27.  
  28.      cat file.ps > /dev/lp0
  29.  
  30. This should determine whether the problem is related to the queuing system
  31. and printer backend.
  32.  
  33. If cat'ing the file worked fine, then the problem is in the queueing/backend.
  34. If it still does not work, then it appears there is a device driver or
  35. communications problem.
  36. -- 
  37.  
  38. -Stuart
  39.  
  40. -----------------------------------------------------------
  41.