home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / dcom / modems / 16622 < prev    next >
Encoding:
Text File  |  1992-11-09  |  2.9 KB  |  67 lines

  1. Newsgroups: comp.dcom.modems
  2. Path: sparky!uunet!ukma!darwin.sura.net!spool.mu.edu!umn.edu!csus.edu!netcom.com!gerg
  3. From: gerg@netcom.com (Greg Andrews)
  4. Subject: Re: Dialin access to Sun 4/110
  5. Message-ID: <1992Nov9.192044.18674@netcom.com>
  6. Organization: Netcom Online Communications Services (408-241-9760 login: guest)
  7. References: <1992Nov8.040005.701@crd.ge.com> <lfqkepINNai3@appserv.Eng.Sun.COM>
  8. Date: Mon, 9 Nov 1992 19:20:44 GMT
  9. Lines: 56
  10.  
  11. In article <lfqkepINNai3@appserv.Eng.Sun.COM> bender@oobleck.eng.sun.com writes:
  12. >ivory@e7sa.crd.ge.com (John Ivory) writes:
  13. >: Okay, I give up.  What are the steps involved in getting my Sun 4/110
  14. >: running 4.1.2 SunOS, with a V.32 BIS Zoom modem attatched to /dev/ttya
  15. >: to accept incoming calls and allow users to login?
  16. >:
  17. >: After I make the seemingly correct edits to /etc/ttytab, as well as
  18. >: edits to /etc/uucp/Devices (suggested in the pcomm 'Q_and_A' doc),
  19. >: and reboot, attempts to dial out on the modem fail because I can no
  20. >: longer open that device, dialin's don't seem to connect, and the RD/SD
  21. >: lights of the modem just blink busily.  What gives?!
  22. >
  23. >John,
  24. >  You should check a few things:
  25. >
  26. >    - your modem must keep CD low when it's not connected
  27. >    to another modem
  28. >    - your modem must drop the connection to the other modem
  29. >    when DTR from the Sun drops
  30. >    - /dev/ttya must have softcarrier disabled (do a man ttysoftcar)
  31. >
  32.     [good description of Sun modem control handling deleted]
  33.  
  34. Also note that for ttysoftcar to work consistently, you MUST NOT have
  35. the keyword "local" in the /etc/ttytab entry for the modem port.
  36.  
  37. For example:
  38.  
  39.    ttya  "/usr/etc/getty std.9600"    dialup    on local secure
  40.                                                    ^^^^^
  41.                                               REMOVE THIS!!
  42.  
  43. When you run 'ttysoftcar -a', ttysoftcar scans the /etc/ttytab file
  44. looking for modem ports.  Any entry that has "local" in it will be
  45. counted as a terminal port and NOT a modem port.  Ttysoftcar will
  46. reset the port for "software" carrier (ignore DCD and always assume
  47. carrier is on).
  48.  
  49. If the entry does not have "local", ttysoftcar will know it's a modem
  50. port and select hardware carrier.  This is what you want for a modem
  51. port - you want it to listen to the "hardware" carrier (the DCD signal
  52. from the modem).
  53.  
  54. You can use "ttysoftcar -n ttya" to set the port correctly without
  55. scanning /etc/ttytab, but your setting will be changed back as soon
  56. as you reboot your system.  The system runs 'ttysoftcar -a' in the
  57. /etc/rc startup script.  If your /etc/ttytab entry isn't correct
  58. (still has "local" in it), the settings will be put back to the
  59. incorrect "software carrier" ones.
  60.  
  61.  
  62. -- 
  63.  .------------------------------------------------------------------.
  64.  |  Greg Andrews   |       UUCP: {amdahl,claris}!netcom!gerg        |
  65.  |                 |   Internet: gerg@netcom.COM                    |
  66.  `------------------------------------------------------------------'
  67.