Xref: utzoo bit.listserv.aix-l:43 comp.unix.aix:835 Path: utzoo!utgpu!news-server.csri.toronto.edu!mailrus!uunet!samsung!brutus.cs.uiuc.edu!psuvax1!psuvm!rutgers!columbia!cs.columbia.edu!close.columbia.edu!ji From: ji@CLOSE.CS.COLUMBIA.EDU (John Ioannidis) Newsgroups: bit.listserv.aix-l,comp.unix.aix Subject: Re: SLIP with AIX PS/2 Message-ID: <1990Mar29.074509.29077@cs.columbia.edu> Date: 29 Mar 90 07:45:09 GMT References: Sender: IBM AIX Discussion List Reply-To: John Ioannidis Organization: Columbia University Department of Computer Science Lines: 20 Approved: NETNEWS@PSUVM.BITNET Gateway Comments: Warning -- original Sender: tag was news@PSUVAX1.BITNET X-To: bit-listserv-aix-l@cs.psu.edu In article IBM AIX Discussion List I would like to connect a PS/2 with AIX to our IP network with a serial line. >But isn't possible to configure a tty as an IP device with 'ifconfig' because >the driver 'sa' doesn't allow such configuration. I know, in AIX/RT on the >IBM 6150 you can make it without any problems. >Does anyone know a solution for my problem or an special driver for the tty >device to make SLIP with AIX PS/2 ? >U.S. No, of course not, you need a SLIP driver for it. Although AIX is a curious mixtures of various flavors of Un*x, its networking is mostly BSD and its ttys use line disciplines (rather than STREAMS). What this means is that you can grab the 4.3 or SunOS 3.x SLIP implementation and try to port it over to the PS/2. It shouldn't talke more than a day or two. Volume II of the Technical Reference Manual has extensive examples on how to write network device drivers, so that should help too. /ji