home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / unix / aix / 9430 < prev    next >
Encoding:
Text File  |  1992-09-08  |  2.8 KB  |  70 lines

  1. Newsgroups: comp.unix.aix
  2. Path: sparky!uunet!boulder!jove.Colorado.EDU!cary
  3. From: cary@jove.Colorado.EDU (John R. Cary)
  4. Subject: Dialin to v.32bis modem on RS6000/220 crashes system
  5. Message-ID: <1992Sep8.011808.24684@colorado.edu>
  6. Sender: news@colorado.edu (The Daily Planet)
  7. Nntp-Posting-Host: jove.colorado.edu
  8. Organization: University of Colorado, Boulder
  9. Date: Tue, 8 Sep 1992 01:18:08 GMT
  10. Lines: 58
  11.  
  12. I am trying to connect to an RS6000/220 running stand alone (not
  13. diskless) with AIX3.2 via modem.  I follow the procedure below.  This
  14. procedure worked without a problem on an RS6000/320.  The modem is
  15. a Twincom14,400 data+fax.  Are there problems
  16. with serial ports on the 220?
  17.  
  18. Procedure to install high-speed modem on AIX3.2
  19.  
  20. 1.  Define tty via
  21.       smit tty
  22.         Change / Show Characteristics of a TTY
  23.         set:
  24.           Enable LOGIN          disable
  25.           BAUD rate             38400
  26.           ...
  27.           XON-XOFF handshaking  no
  28.           TERMINAL type         vt100
  29.         and added "dtropen,rts" to STTY attributes for RUN TIME and LOGIN
  30.  
  31. 2.  Configure tty via
  32.       smit tty
  33.         Configure a Defined TTY
  34.  
  35. 3.  Add rts to the control stack via:
  36.       chdev -l tty0 -a login='disable' \
  37.         -a logmodes='hupcl,cread,echoe,cs8,ixon,ixoff,clocal' \
  38.         -a runmodes='hupcl,cread,brkint,icrnl,opost,tab3,onlcr,isig,icanon,echo,echoe,echok,echoctl,echoke,imaxbel,iexten,clocal'
  39.       stty add rts </dev/tty0
  40.       chdev -l tty0 -a login='disable' \
  41.         -a logmodes='hupcl,cread,echoe,cs8,ixon,ixoff' \
  42.         -a runmodes='hupcl,cread,brkint,icrnl,opost,tab3,onlcr,isig,icanon,echo,echoe,echok,echoctl,echoke,imaxbel,iexten'
  43.  
  44. 4.  Configure modem via kermit.  I set the modem to use v.42bis and specify
  45.     rts/cts control. (at&fe1l1w1&c1&d2&q5).
  46.  
  47.  
  48. After this I am able to dial out to another unix machine.  But if I log in
  49. from my Mac at home, I get garbage characters, and then the 220 freezes.
  50. It is time to hit the small orange button.
  51.  
  52. One possibility seems to be that my home mac has a port speed of 57600.
  53. With full compression it is conceiveable that the RS6000 is receiving
  54. characters at a speed much greater than it should.  I do not want to
  55. use xon/xoff flow control, because I will be using SLIP over this line
  56. eventually.  Still, this would be a mystery, because when I have used
  57. an RS6000/320 instead, I get no problems.
  58.  
  59. BTW, even though through smit I specify that the tty should not use
  60. xon/xoff, "stty get </dev/tty0" gives back
  61. "xon" as one of its characteristics.  What does this mean?
  62.  
  63.  
  64. -- 
  65. --------------------------
  66. John R. Cary                                  cary@boulder.colorado.edu
  67. Department of Astrophysical, Planetary and Atmospheric Sciences
  68. University of Colorado, Boulder, CO 80309-0391
  69. ph. (303) 492-1489                                   fax (303) 492-0642
  70.