home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / unix / sysv386 / 13070 < prev    next >
Encoding:
Text File  |  1992-08-12  |  2.5 KB  |  61 lines

  1. Newsgroups: comp.unix.sysv386
  2. Path: sparky!uunet!decwrl!access.usask.ca!regina!udevdiv!roe
  3. From: roe@Unibase.SK.CA (Roe Peterson)
  4. Subject: Re: help! error 6 installing sas 1.25/fas
  5. Message-ID: <1992Aug12.155910.8528@Unibase.SK.CA>
  6. Organization: Unibase Telecom Ltd.
  7. References: <1992Aug10.081117.162@mcopn3.dseg.ti.com>
  8. Date: Wed, 12 Aug 1992 15:59:10 GMT
  9. Lines: 50
  10.  
  11. bmyers@mcopn3.dseg.ti.com writes:
  12.  
  13. >I need some help/advise with installing sas-1.25 (fas.2.09) on my SVR4
  14. >system (aka Consensys V4).
  15.  
  16. >I followed the instructions given in the sas-related README file, and
  17. >pulled in the files for a com1-2 board.  I performed the make install,
  18. >and then tried to reboot the system...
  19.  
  20. How embarassing.  I've just looked through the installation instructions
  21. distributed with SAS 1.25, and realize that there should be a step
  22. after 'make install':
  23.     2.5 /etc/conf/bin/idbuild - this will generate a new kernel.
  24.  
  25. >oh well, didn't see in the docs anything about actually using mkdev
  26. >on creating the ttyF00/ttyF01/ttyFM00/ttyFM01 special devices.
  27.  
  28. That's because such a step is not required.  If you idbuild a new kernel,
  29. the next reboot will rebuild the /dev directory.  Sas installs a descriptor
  30. file for itself in /etc/conf/node.d, which will create all your /dev/tty...
  31. nodes.
  32.  
  33. >after creating these, I tried to do a
  34. >t01:23:respawn:/sbin/getty -t 60 ttyF01 19200NP   (whatever the incoming was)
  35. >and got a message from the system, telling me that it couldn't open the
  36. >device: Init error 6.  this message popped up repeatedly, until I was
  37. >able to modify the inittab file to go back to tty01.
  38.  
  39. Not a bit surprising;  error 6 is ENXIO (no such device or address).  It
  40. means that SAS is not _really_ installed in your kernel.
  41.  
  42. Also, you will need to deactivate the standard asy driver before running
  43. the idbuild successfully, since asy and sas will conflict with each
  44. other, causing errors.
  45.  
  46. >I thought that the 2.0 release of SASS was to occur 
  47. >about a month ago...but haven't heard anything yet...
  48.  
  49. Apologies to the net at large for the long delay, and thanks for your
  50. patience.  SASS 2.0 has been delayed for a number of reasons:
  51.     - a recent posting of bug-fixes to FAS 2.09 has shown some
  52.       problems and fixes for SASS, which we are incorporating.
  53.     - I decided to complete the VPIX support by adding com-style
  54.       handlers (the console-mode stuff is already in place).
  55.     - My co-conspirator is in California on vacation :-)
  56.     - 386BSD 0.1 was released.
  57.  
  58. I'll get it out the door as soon as possible.  Thanks again for your
  59. support.
  60. the incorporation of COM-style VPIX support, 
  61.