home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / sys / sun / admin / 9826 < prev    next >
Encoding:
Text File  |  1992-12-30  |  2.6 KB  |  73 lines

  1. Newsgroups: comp.sys.sun.admin
  2. Path: sparky!uunet!nih-csl.dcrt.nih.gov!yog-sothoth.dcrt.nih.gov!jwa
  3. From: jwa@yog-sothoth.dcrt.nih.gov (James W. Adams)
  4. Subject: Re: dial-in modem setup
  5. Message-ID: <1992Dec30.233149.14056@alw.nih.gov>
  6. Sender: postman@alw.nih.gov (AMDS Postmaster)
  7. Organization: National Institutes of Health, Bethesda, MD
  8. References: <1992Dec23.161954.15618@w8hd.org> <1992Dec28.182240.28392@alw.nih.gov> <1992Dec28.230204.4084@w8hd.org>
  9. Distribution: na
  10. Date: Wed, 30 Dec 1992 23:31:49 GMT
  11. Lines: 60
  12.  
  13. In article <1992Dec28.230204.4084@w8hd.org> kimc@w8hd.org (Kim Culhan) writes:
  14. >jwa@yog-sothoth.dcrt.nih.gov (James W. Adams) writes:
  15. >
  16. >>Read the zs man page.  It tells you how to configure the port to dial
  17. >>out without CD asserted using a device with minor number 128 greater
  18. >>than the corresponding /dev/tty*
  19. >
  20. >This *is* the way I have the port configured.
  21. >The port will dial out fine but if you don't do as I described, you
  22. >can't see what the modem returns on the console whn running the
  23. >tip program.
  24.  
  25. No, all you have to do is avoid setting RTS/CTS flow control on until
  26. after you establish a connection.  The combination of low DCD with
  27. clocal unset *and* crtscts set turns off the 8530's receiver.  It's of
  28. somewhat dubious value to turn it on at all on current Suns, since the
  29. chief problem is the modem over-running the Sun's serial port.  Crtscts
  30. does not throttle input.
  31.  
  32. >I know it will work. Thats why I posted the info on how to do this.
  33. >Also, you don't need to disable echo and result codes :)
  34. >
  35. Possibly... on most systems echo and result codes enabled before opening
  36. and locking the device for output will cause race conditions with getty.
  37.  
  38. >>You can then set the modem so CD follows carrier.  The built-in locking
  39. >>will prevent getty from opening the corresponding /dev/tty* device when
  40. >>CD goes high on outgoing data calls.
  41. >
  42. >My description included a scheme for setting the modem which involves
  43. >initializing it to allow CD to follow carrier. Whats locking got to do
  44. >with this?
  45.  
  46. If the device were not locked, getty could open the incoming device
  47. (ttya or ttyd0) when DCD goes high.
  48.  
  49. >-Did you read my post?
  50.  
  51. Yes.
  52. >
  53. >>You can put an initialization string in applications such as Kermit that
  54. >>use result codes in order to reset echo and result codes if needed.
  55. >
  56. >Huh?
  57.  
  58. Same function as cm in /etc/remote.
  59.  
  60. It appears that both methods will work on Sun systems.
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68. --
  69.         James W. Adams   --   NIH Scientific Computing Resource Center
  70.         Building 12A, Room 1050              phone: (301) 402-4154
  71.         National Institutes of Health        uucp: uunet!nih-csl!jwa
  72.         Bethesda, MD 20892                   Internet: jwa@alw.nih.gov
  73.