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

  1. Newsgroups: comp.unix.ultrix
  2. Path: sparky!uunet!ukma!wupost!decwrl!pa.dec.com!decuac!decuac!avolio
  3. From: avolio@dco.dec.com (Frederick M. Avolio)
  4. Subject: Re: Connecting Modems to DEC Stations
  5. Message-ID: <1992Aug19.141844.27686@decuac.dec.com>
  6. Originator: avolio@gildor.dco.dec.com
  7. Sender: news@decuac.dec.com (USENET News System)
  8. Nntp-Posting-Host: gildor.dco.dec.com
  9. Reply-To: avolio@dco.dec.com
  10. Organization: Digital Equipment Corp., Washington ULTRIX Resource Center
  11. References: <16qftlINNpig@iraul1.ira.uka.de>
  12. Date: Wed, 19 Aug 1992 14:18:44 GMT
  13. Lines: 23
  14.  
  15.  
  16. There is information on this in the systems management guide which discusses
  17. tip and uucp.  You want to install the uucp software subset and
  18. and run uucpsetup which, I think, will help with setting up the modems.  
  19.  
  20. If it doesn't, th emanual will help as it is fairly easy.  Roughly, you want:
  21.  
  22. 1. /etc/acucap to have information on your modem.
  23.  
  24. 2. /dev/tty?? owned by user uucp and chmod'ed 777
  25.  
  26. 3. entrie(s) for the dial line used in /etc/ttys and the
  27. string "shared" on the line like this:
  28.  
  29. ttyd0   "/etc/getty std.9600" vt100     on shared modem
  30.  
  31. You should then be able to tip out the line.  See the tip man pages.  You might
  32. want to edit /etc/remotes and add names of systems you want to dil to with
  33. phone numbers but it is not required.  Just edit that file so that the
  34. port you are using and what it thinks the default is are the same tty
  35. device.
  36.  
  37. Fred
  38.