home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / os / os2 / networki / 1156 < prev    next >
Encoding:
Text File  |  1992-08-29  |  2.3 KB  |  73 lines

  1. Newsgroups: comp.os.os2.networking
  2. Path: sparky!uunet!haven.umd.edu!darwin.sura.net!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!magnus.acs.ohio-state.edu!usenet.ins.cwru.edu!po.CWRU.Edu!dab6
  3. From: dab6@po.CWRU.Edu (Douglas A. Bell)
  4. Subject: Help with tcpip and cabletron card
  5. Message-ID: <1992Aug28.160046.6335@usenet.ins.cwru.edu>
  6. Sender: news@usenet.ins.cwru.edu
  7. Nntp-Posting-Host: slc12.ins.cwru.edu
  8. Reply-To: dab6@po.CWRU.Edu (Douglas A. Bell)
  9. Organization: Case Western Reserve University, Cleveland, Ohio, (USA)
  10. Date: Fri, 28 Aug 92 16:00:46 GMT
  11. Lines:       61
  12.  
  13.  
  14.  
  15.  
  16. I am trying to get tcpip to work with a cabletron card and I am having
  17. some difficulty.  I get the following messages on bootup as the ndis
  18. driver is loaded:
  19.  
  20. Failure: Protocol.ini does not have an DRIVERNAME =.
  21. Failure: Protocol Manager did not accept driver.
  22. Failure: NDIS enviroment invalid, Driver not loaded.
  23.  
  24.  
  25. This is the first time I have tried to do this so I may be doing something
  26. stupid.  Any answers?
  27.  
  28. Here is my protocol.ini:
  29. ; ---------------------  Protocol Manager Definition  -----------------------
  30.  
  31. [PROTOCOL_MANAGER]
  32.   DRIVERNAME = PROTMAN$
  33.  
  34.  
  35. [TCPIP_XIF]
  36.   DriverName = TCPIP$
  37.   Bindings = CSI8023
  38.  
  39.  
  40. ;*****************************************************************************
  41. ; The following are default sections for Cabletron adapters and 
  42. ; a sample protocol.
  43. ;*****************************************************************************
  44.  
  45. ; CSI 
  46. [CSI8023]
  47.   DRIVERNAME = CSINET$        ; Required for each series
  48.   MEDIA         =  PRI        ; PRI for Primary, SEC for Secondary Media 
  49.                 ; ignored by E3100
  50.   BOARDTYPE  =  E1000        ; Required for each series
  51.   IOADDRESS  =  0x300        ; Required for E1100, E2100 - ignored by E3100
  52.   INTERRUPT  =  5        ; Required for E1100, E2100 - ignored by E3100
  53.   SHAREDRAM     = 0xD000    ; Required for E1100, E2100 - ignored by E3100
  54.   RECEIVEBUFSIZE = 2034        ; Configured Default
  55.   RECEIVEBUFFERS = 6        ; Configured Default
  56.   MAXREQUESTS    = 6        ; Configured Default
  57.   MAXMULTICAST   = 10        ; Configured Default
  58.   MAXTRANSMITS   = 6        ; Configured Default
  59.   RECEIVECHAINS  = 6        ; Configured Default
  60.  
  61.  
  62.  
  63. ;*****************************
  64. ;**    PROTOCOL           **
  65. ;*****************************
  66.  
  67. ; Sample Protocol Section
  68. [SAMPLE]
  69.   DRIVERNAME = SAMPLE$
  70.   BINDINGS   = CSI8023        ; REQUIRED IN PROTOCOL SECTION
  71.  
  72.  
  73.