home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / sys / apollo / 3954 < prev    next >
Encoding:
Text File  |  1992-11-14  |  2.6 KB  |  78 lines

  1. Newsgroups: comp.sys.apollo
  2. Path: sparky!uunet!nih-csl.dcrt.nih.gov!helix.nih.gov!rvenable
  3. From: rvenable@helix.nih.gov (Richard M. Venable)
  4. Subject: Re: Modem problems
  5. Message-ID: <1992Nov13.160347@helix.nih.gov>
  6. Keywords: Modem
  7. Sender: postman@alw.nih.gov (AMDS Postmaster)
  8. Reply-To: rvenable@helix.nih.gov (Richard M. Venable)
  9. Organization: National Institutes of Health
  10. References:  <Bxn9sw.A48@news.cso.uiuc.edu>
  11. Date: Fri, 13 Nov 1992 21:03:47 GMT
  12. Lines: 64
  13.  
  14. In article <Bxn9sw.A48@news.cso.uiuc.edu>, rdg0298@uxa.cso.uiuc.edu
  15. (Richard Dessenberger ) writes:
  16. |>    I posted a previous article on some problems I was having
  17. installing a 
  18. |>    modem to be used as a dial-in line on our HP 9000,730.  Thanks to
  19. a helpful
  20. |>    hint I now have the getty process checking for activity on the
  21. modem line.
  22. |>    However, when you try to connect to the modem, it allows you to
  23. connect, but
  24. |>    then it writes a bunch of garbage to the screen.  It says connect,
  25. but gives
  26. |>    no speed. For example, when one usually connects to a remote host
  27. vi a modem,
  28. |>    the host usually replies with a CONNECT 2400   or whatever speed
  29. you are 
  30. |>    communicating at.  Ours does not give a speed, and the rest of the
  31. stuff
  32. |>    is a bunch of junk.  I am using a Practical Peripherals 2400 baud
  33. modem, and
  34. |>    have set the modem to check and follow the DCD and DTR signals; as
  35. discussed
  36. |>    in the HP manuals.  I can't figure out why it won't work.  Does
  37. anybody, have
  38. |>    any suggestions ?   
  39. |> 
  40. |>    Please send post or send email to
  41. |> 
  42. |>        rich@polypro.me.uiuc.edu
  43. |> 
  44. |>                                             Richard
  45.  
  46. The getty process has 'autobaud' capabilities; that is, it assumes a
  47. default
  48. line speed, but will switch to the next available line speed setting
  49. when it
  50. receives a 'break' signal from the remote terminal.  You can set the
  51. default
  52. line speed to 2400 baud by specifying it as an argument to getty, e.g.
  53.  
  54. /etc/getty tty00 2400
  55.  
  56. Normally, this should be in  inittab  so that the process is started at
  57. bootup,
  58. with the 'respawn' attribute so that getty restarts when a user logs
  59. out.
  60.  
  61. Also, on some modems, the message CONNECT (as opposed to CONNECT 2400)
  62. implies
  63. a connection at 1200 baud; try sending a 'break' signal, then key a
  64. {RETURN]
  65. to see if you get intelligible text in response.
  66.  
  67. <---------------------------------------------------------------------->
  68. >
  69. <  Rick Venable                (O O) |  "Back off, I'm a scientist."  
  70. >
  71. <  FDA/CBER Biophysics Lab      )|(  |        -- Bill Murray in       
  72. >
  73. <  rvenable@helix.nih.gov       (=)  |           'Ghostbusters'       
  74. >
  75. <---------------------------------------------------------------------->
  76. >
  77.  
  78.