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