home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / unix / aix / 13045 < prev    next >
Encoding:
Text File  |  1993-01-06  |  2.4 KB  |  54 lines

  1. Newsgroups: comp.unix.aix
  2. Path: sparky!uunet!gatech!paladin.american.edu!howland.reston.ans.net!zaphod.mps.ohio-state.edu!wupost!cs.utexas.edu!geraldo.cc.utexas.edu!portal.austin.ibm.com!awdprime.austin.ibm.com!yoder
  3. From: yoder@austin.ibm.com (Stuart R. Yoder)
  4. Subject: Re: Laser Jet III
  5. Originator: yoder@yoder.austin.ibm.com
  6. Sender: news@austin.ibm.com (News id)
  7. Message-ID: <C0FrBH.11sB@austin.ibm.com>
  8. Date: Wed, 6 Jan 1993 14:09:16 GMT
  9. Reply-To: yoder@austin.ibm.com
  10. References:  <106223@bu.edu>
  11. Organization: IBM Austin
  12. Lines: 40
  13.  
  14.  
  15. In article <106223@bu.edu>, amelcuk@buphy.bu.edu (Andre Melcuk) writes:
  16. >    Please, please, please! How can I print PostScript to a Laser Jet III
  17. > with a PostScript II cartridge (PostSript Plus) attached to the parallel
  18. > port. I have it configured as a hplj3 printer on lp0. I then try the postscript
  19. > virtual printer, the hplj2 virtual printer (no lj3 virtual printers to be found). It sortof prints pcl commands in pcl mode. It definitely prints ASCII
  20. > in pcl mode. It sometimes even prints header pages (where on EARTH do they come from? I disable them everywhere. Yes, I followed the header page thread. Just a little flame) in PS mode. But nothing else. PLEASE HELP ME!
  21. > Andrew Mel'cuk    amelcuk@dirac.clarku.edu
  22.  
  23. First step -- make sure you can get PostScript printing at the device
  24. level, i.e. 'cat' the PostScript file directly to the device.  You will
  25. first have to put the device driver in passthru mode so it will not
  26. modify the data (use the splp command).
  27.  
  28.       splp -p+ lp0
  29.       cat postscript_file.ps > /dev/lp0
  30.  
  31. If this does not work then you have a problem with your printer hardware
  32. setup.
  33.  
  34. Once you get this working, it should simply be a matter of adding a
  35. virtual printer and queue.  Now I'm not sure if you have the
  36. selective enhancement that provided real HP Laser Jet III support.
  37. I'll assume you do NOT.
  38.  
  39.     1.  As root, run the mkvirprt command.
  40.     2.  Enter the following when prompted for device name:  lp0*  <enter>
  41.     3.  Select 'PostScript printer' from the list of printers that
  42.         appears. (use the down arrow key to get to the bottom of the list)
  43.     4.  Follow the prompts for header/trailer pages and queue name.
  44.  
  45. At this point you should have a working PostScript queue for the 
  46. printer.
  47. -- 
  48. -Stuart
  49. -----------------------------------------------------------
  50. My opinions are mine and not those of my employer.
  51. -----------------------------------------------------------
  52.