home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / os / linux / 8104 < prev    next >
Encoding:
Text File  |  1992-08-12  |  1.7 KB  |  45 lines

  1. Newsgroups: comp.os.linux
  2. Path: sparky!uunet!cs.utexas.edu!zaphod.mps.ohio-state.edu!sdd.hp.com!caen!uvaarpa!murdoch!Turing.ORG!lfoard
  3. From: lfoard@Turing.ORG (Lawrence C. Foard)
  4. Subject: Re: Modem dial-in procedures needed
  5. Message-ID: <1992Aug13.094556.24941@murdoch.acc.Virginia.EDU>
  6. Sender: usenet@murdoch.acc.Virginia.EDU
  7. Organization: The Turing Project, Charlottesville Virginia.
  8. References: <1992Aug13.052324.8490@athena.mit.edu>
  9. Date: Thu, 13 Aug 1992 09:45:56 GMT
  10. Lines: 33
  11.  
  12. In article <1992Aug13.052324.8490@athena.mit.edu> chchen@stat.fsu.edu writes:
  13. >I've seen several discussions about modem dial-in for Linux system. I
  14. >got two unsolved questions here:
  15. >
  16. >I will be greatly appreciated if someone can post his whole procedures
  17. >to allow modem dial-in.
  18.  
  19. The best approach if you are dedicating your modem to this is to
  20. set the parameters and save them in the modems non volatile
  21. memory. If I remember right I have the following set-
  22. echo off
  23. hangup on dtr being dropped
  24. no result codes
  25. answer on one ring
  26.  
  27. I saved these and then turned on the switch that makes it ignore
  28. at commands. This prevents the computer sending garbage to the modem
  29. and making it do weird things.
  30.  
  31. One possible problem you may run into is that getty doesn't hold
  32. DTR down for long enough, if your modem doesn't always hang up you
  33. can make a shell script-
  34. getty1
  35. #!/bin/sh
  36. sleep 10
  37. exec /bin/agetty $*
  38.  
  39. this will hold dtr down for 10 seconds.
  40. -- 
  41. >>Unix/C Contract worker available 5 years C/unix work experience<<  ______
  42. Available for Telecommuting/Travel and contracts on the T Line       \    /
  43. in the Boston MA area. Send me e-mail for a copy of my Resume.        \  /
  44.        -- VWIS 508-793-9568 (2400 baud), Linux support BBS.--          \/
  45.