home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / unix / aix / 9282 < prev    next >
Encoding:
Internet Message Format  |  1992-09-01  |  1.5 KB

  1. Path: sparky!uunet!sun-barr!ames!agate!iat.holonet.net!uupsi!psinntp!curly.appmag.com!pa
  2. From: pa@curly.appmag.com (Pierre Asselin)
  3. Newsgroups: comp.unix.aix
  4. Subject: Re: High-speed modem at built-in serial port (RS/6000)
  5. Message-ID: <1255@curly.appmag.com>
  6. Date: 31 Aug 92 18:22:55 GMT
  7. References: <01050810.c5a4ip@mbeckman.mbeckman.com> <BtpJy7.92L@well.sf.ca.us>
  8. Organization: Applied Magnetics, Goleta, CA
  9. Lines: 28
  10.  
  11. In <BtpJy7.92L@well.sf.ca.us> nlane@well.sf.ca.us (Nathan D. Lane) writes:
  12.  
  13. >On AIX 3.2, the hardware flow control settings DO NOT hold between reboots.
  14.  
  15. I pulled a couple of incantations from a smit.script and inserted a
  16. paragraph near the end of my /etc/rc (just before the
  17. /etc/mfg/rc.preload stuff).  The "-a runmode" strings are shown here as
  18. tab-continued lines, but of course they are single long lines in /etc/rc.
  19.  
  20.     echo '\nHang on, fixing tty0...'
  21.     chdev  -l tty0 -a login='disable' \
  22.     -a runmodes='clocal,hupcl,cread,brkint,icrnl,opost,tab0,onlcr,isig,
  23.         icanon,echo,echoe,echok,echoctl,echoke,imaxbel,iexten' \
  24.     -a logmodes='clocal,hupcl,cread,echoe,cs8,ixon,ixoff'
  25.     stty add rts < /dev/tty0
  26.     stty get < /dev/tty0
  27.     chdev  -l tty0 -a login='delay' \
  28.     -a runmodes='hupcl,cread,brkint,icrnl,opost,tab0,onlcr,isig,
  29.         icanon,echo,echoe,echok,echoctl,echoke,imaxbel,iexten' \
  30.     -a logmodes='hupcl,cread,echoe,cs8,ixon,ixoff,tab0'
  31.     echo
  32.  
  33. Works for me.
  34. CAVEAT:  I'm at 3.1.6.
  35. -- 
  36.  
  37. --Pierre Asselin, Magnetoresistive Head Engineering, Applied Magnetics.
  38.   pa@appmag.com        the usual disclaimers apply.
  39.