home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / os / mach / 1751 < prev    next >
Encoding:
Internet Message Format  |  1993-01-23  |  1.4 KB

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