home *** CD-ROM | disk | FTP | other *** search
- Xref: sparky comp.os.mach:1751 comp.protocols.tcp-ip:6058
- Newsgroups: comp.os.mach,comp.protocols.tcp-ip
- Path: sparky!uunet!cs.utexas.edu!sdd.hp.com!srvr1.engin.umich.edu!nic.umass.edu!umassd.edu!jdoyle
- From: jdoyle@phy.umassd.edu (Jim Doyle)
- Subject: Re: SLIP under Mach 3.0
- Message-ID: <C19pJy.I8B@umassd.edu>
- Sender: usenet@umassd.edu (USENET News System)
- Organization: University of Massachusetts Dartmouth
- References: <1japc9INNh14@bigboote.WPI.EDU>
- Date: Fri, 22 Jan 1993 18:19:10 GMT
- Lines: 24
-
- In <1japc9INNh14@bigboote.WPI.EDU> ralf@wpi.WPI.EDU (Ralph Valentino) writes:
-
- >Has anyone gotten SLIP to work under Mach 3.0? /etc/slattach from
- >2.6MSD reports "ioctl(TIOCSETD): No such device" when run under 3.0
- >mk77 ux37.
-
- It sounds like your Unix server is not properly configured for
- SLIP. TIOCSETD is the ioctl argument that you use to change the line
- discipline on a tty. My guess is that when slattach opens the tty
- line and tries to set SLPDISC the kernel cant find that discipline
- descriptor in its switch table.
-
- We have problems here with MK78/UX39 SLIP - I have been meaning
- to port in CSLIP v2.6 to it but just have been too tired / too busy to
- get to it. It should be a pretty easy thing. If you wanna try to beat me
- to the punch you can get it from ftp.ee.lbl.gov - use the BSD4.3
- installation as a guide. You basically gotta add some things to
- tty_conf.c to make it jive.
-
- --
- Jim Doyle
- Univ. of Massachusetts - Dept. of Computer Science
- doyle@cs.umass.edu
-
-