home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / protocol / appletal / 4268 < prev    next >
Encoding:
Text File  |  1992-12-22  |  2.5 KB  |  60 lines

  1. Newsgroups: comp.protocols.appletalk
  2. Path: sparky!uunet!newsflash.concordia.ca!mizar.cc.umanitoba.ca!mercury.cs.umanitoba.ca!gedetil
  3. From: gedetil@mercury.cs.umanitoba.ca (Gilbert E. Detillieux)
  4. Subject: Re: Beginner's question about CAP driving an ALW with an EtherTalk card
  5. Message-ID: <BzML6C.4H9@ccu.umanitoba.ca>
  6. Sender: news@ccu.umanitoba.ca
  7. Nntp-Posting-Host: mercury.cs.umanitoba.ca
  8. Organization: Computer Science Dept., University of Manitoba, Winnipeg, Canada
  9. References:  <GROSSJOH.92Dec9200234@lucy.ls6.informatik.uni-dortmund.de>
  10. Date: Mon, 21 Dec 1992 20:06:11 GMT
  11. Lines: 47
  12.  
  13. In article <GROSSJOH.92Dec9200234@lucy.ls6.informatik.uni-dortmund.de>, grossjoh@lucy.ls6.informatik.uni-dortmund.de (Kai Grossjohann) writes:
  14. ...
  15. > Then it told me it would use NIT instead. Then I did a gen.make and executed
  16. > all of the make commands. After all that had been done I tried to run aarpd,
  17. > and what happened was:
  18. >     [cap/cap60]{69} bin/aarpd ie0 LS6
  19. >     /dev/nit: Permission denied
  20. >     20:01:29 12/09/92  pi_open: aarp_init: Permission denied
  21. >     init_enet: network initialization failed
  22. >     [cap/cap60]{70} ll /dev/nit
  23. >     crw-------  1 root      37,  40 Jan 11  1991 /dev/nit
  24. >     
  25. > I also tried to do a chmod 777 /dev/nit, to no avail.
  26. > Any ideas? --- advTHANKSance
  27.  
  28. In addition to requiring the device node, /dev/nit, you have to make sure
  29. your kernel has the NIT driver support in it.  Here's what it looks like in
  30. the GENERIC configuration file for SunOS 4.1.1 (/sys/sun4c/conf/GENERIC):
  31.  
  32. #
  33. # The following are for streams NIT support.  NIT is used by
  34. # etherfind, traffic, rarpd, and ndbootd.  As a rule of thumb,
  35. # NIT is almost always needed on a server and almost never
  36. # needed on a diskless client.
  37. #
  38. pseudo-device   snit            # streams NIT
  39. pseudo-device   pf              # packet filter
  40. pseudo-device   nbuf            # NIT buffering module
  41.  
  42. #
  43. # The following is for the "clone" device, used with streams devices.
  44. # This is required if you include streams NIT support, RFS, or an audio
  45. # device.
  46. #
  47. pseudo-device   clone           # clone device
  48.  
  49. If your kernel configuration doesn't have these pseudo-devices included, add
  50. them, rebuild (config and make) your kernel, and reboot.  Hope this helps.
  51.  
  52. -- 
  53. Gilbert E. Detillieux            Internet: <gedetil@cs.umanitoba.ca>
  54. Dept. of Computer Science         or  <Gilbert_Detillieux@umanitoba.ca>
  55. University of Manitoba            Phone: (204)474-8161 or 8313(messages)
  56. Winnipeg, MB, CANADA  R3T 2N2        Fax:   (204)269-9178
  57.     "I'm not politically incorrect, I'm just euphemistically challenged."
  58.