home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / unix / aix / 8961 < prev    next >
Encoding:
Text File  |  1992-08-20  |  1.4 KB  |  47 lines

  1. Newsgroups: comp.unix.aix
  2. Path: sparky!uunet!gumby!wupost!rice!horta.rice.edu!johnson
  3. From: johnson@horta.rice.edu (Bruce Johnson)
  4. Subject: Need help setting up Apple LocalTalk printer on RS6000
  5. Message-ID: <BtAx8n.KzE@rice.edu>
  6. Sender: news@rice.edu (News)
  7. Organization: Rice University
  8. Date: Thu, 20 Aug 1992 21:33:59 GMT
  9. Lines: 36
  10.  
  11. I have been trying to add an LocalTalk-based Silentwriter
  12. (postscript printer) to our RS6000 530 (AIX 3.2).  The
  13. LocalTalk network is bridged to the ethernet by a Shiva
  14. FastPath, and I have installed the latest patch level of
  15. CAP 6.0 successfully on the IBM.  But I am still doing
  16. something wrong and can't figure out what.
  17.  
  18. Communications are definitely established.  I can use
  19. CAP's tlw, for example, to send a showpage to the printer.
  20. However, I cannot figure out the correct AIX way to add
  21. the printer/device combination.  So far I have the following
  22. in my /etc/qconfig file:
  23.  
  24.     silent:
  25.             device = dsilent
  26.             up = TRUE
  27.             acctfile = /var/spool/lpd/silent
  28.     dsilent:
  29.             access = write
  30.             file = FALSE
  31.             backend = /u1/local/cap/silent
  32.  
  33. where silent is soft-linked to papif in /u1/local/cap, and
  34. in /etc/cap.printers I have
  35.  
  36.     silent=Silentwriter:LaserWriter@*
  37.  
  38. which is the correct LocalTalk name.
  39.  
  40. I suspect I am not providing enough info (a la BSD printcap),
  41. but can't find enough info using either INFO or the CAP docs.
  42. Any help would be much appreciated.
  43.  
  44. Bruce Johnson
  45. Dept of Chem
  46. Rice Univ
  47.