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

  1. Path: sparky!uunet!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.211124.1107@awdprime.austin.ibm.com>
  7. Date: 30 Jul 92 21:11:24 GMT
  8. References: <ellis.712352941@giga> <1992Jul30.191145.29361@awdprime.austin.ibm.com>
  9. Sender: news@awdprime.austin.ibm.com (USENET News)
  10. Reply-To: stuart@piobe.austin.ibm.com
  11. Organization: IBM Austin
  12. Lines: 43
  13. Originator: stuart@piobe.austin.ibm.com
  14.  
  15.  
  16. In article <1992Jul30.191145.29361@awdprime.austin.ibm.com>, stuart@austin.ibm.com () writes:
  17. > In article <ellis.712352941@giga>, ellis@giga.cs.umn.edu (Shawn Eric Ellis) writes:
  18. > > 
  19. > > 
  20. > >     I tried setting up a HPLaserJet IIIp as a postscript printer and it 
  21. > > works fine for printing small jobs.  When I try sending it a job that is about
  22. > > 13 pages long (ASCII), the queue reports that the status of the printer is down.
  23. > > 
  24. > > Long jobs cause the printer to timeout.  I tried adjusting the printer timeout 
  25. > > using smit and I didn't have any luck.  Is there something I can do to relieve
  26. > > this problem??  I'm really stuck on this one. :-(
  27. > > 
  28. > >     Shawn Ellis
  29. > >     ellis@flynn.medc.umn.edu 
  30. > > 
  31. > > 
  32. > Try using the cat command to redirect the 13 page file to the device:
  33. >      cat file.ps > /dev/lp0
  34. > This should determine whether the problem is related to the queuing system
  35. > and printer backend.
  36. > If cat'ing the file worked fine, then the problem is in the queueing/backend.
  37. > If it still does not work, then it appears there is a device driver or
  38. > communications problem.
  39. > -- 
  40. > -Stuart
  41. > -----------------------------------------------------------
  42.  
  43. One thing I forgot.  You may need to put the device driver in
  44. passthru mode before using cat to print the file.  Use 
  45. the command: splp -p+ lp0
  46. -- 
  47.  
  48. -Stuart
  49.  
  50. -----------------------------------------------------------
  51.