Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!swrinde!cs.utexas.edu!chinacat!uudell!pensoft!robin From: robin@pensoft.uucp (Robin Wilson) Newsgroups: comp.unix.aix Subject: Re: Installing SLIP Message-ID: <1991Apr3.143312.18553@pensoft.uucp> Date: 3 Apr 91 14:33:12 GMT References: <1991Mar28.155736.2688@rock.concert.net> <2737@sirius.ucs.adelaide.edu.au> Organization: Pencom Software, Austin, TX Lines: 32 In article <2737@sirius.ucs.adelaide.edu.au> john@chook.ua.oz (John Warburton) writes: >From article <1991Mar28.155736.2688@rock.concert.net>, by rmccoy@rock.concert.net (Ron McCoy - Yale Security): >> I'm trying to set up SLIP on a couple of RS/6000's. Please be >> gentle, I'm new at this and RTFM'ing as fast as I can. >Well - I rang up Mr IBM and (finally) got a copy of their fix for this. A >You must be running 3003 for this to work though... >ok - checklist: > 1) TCP/IP installed > 2) tty configured properly for the modem. Also you should add "clocal" > to "stty attributes for run time" when configuring the tty. Wrong. This will have no affect on a SLIP line. The "stty attributes for runtime" are not set until after a getty process has called "login" and login has successfully verified your login name and password. So setting "clocal" here will not do anything. Instead, you must strap Carrier Detect High on the modem. (This is a bug, and will be fixed in a later version...) This is something I often forget about because the last version I played with had the fix in it... This is caused by the "BLOCKING" IO on the serial port line discipline. Slattach does not open the port with non-blocking IO so it can't write to the serial port until Carrier Detect comes high. +-----------------------------------------------------------------------------+ |The views expressed herein, are the sole responsibility of the typist at hand| +-----------------------------------------------------------------------------+ |UUCP: pensoft!robin | |USNail: 701 Canyon Bend Dr. | | Pflugerville, TX 78660 | | Home: (512)251-6889 Work: (512)343-1111 | +-----------------------------------------------------------------------------+