[comp.unix.aix] SLIP with AIX PS/2

UDO@DOSUNI1.BITNET (Udo Schillingmann University of Osnabrueck, (03/28/90)

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.

ji@CLOSE.CS.COLUMBIA.EDU (John Ioannidis) (03/29/90)

In article <AIX-L%90032809005553@PUCC.BITNET> IBM AIX Discussion List <AIX-L@PUC
>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