home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.os.os2.networking
- 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
- From: dab6@po.CWRU.Edu (Douglas A. Bell)
- Subject: Help with tcpip and cabletron card
- Message-ID: <1992Aug28.160046.6335@usenet.ins.cwru.edu>
- Sender: news@usenet.ins.cwru.edu
- Nntp-Posting-Host: slc12.ins.cwru.edu
- Reply-To: dab6@po.CWRU.Edu (Douglas A. Bell)
- Organization: Case Western Reserve University, Cleveland, Ohio, (USA)
- Date: Fri, 28 Aug 92 16:00:46 GMT
- Lines: 61
-
-
-
-
- I am trying to get tcpip to work with a cabletron card and I am having
- some difficulty. I get the following messages on bootup as the ndis
- driver is loaded:
-
- Failure: Protocol.ini does not have an DRIVERNAME =.
- Failure: Protocol Manager did not accept driver.
- Failure: NDIS enviroment invalid, Driver not loaded.
-
-
- This is the first time I have tried to do this so I may be doing something
- stupid. Any answers?
-
- Here is my protocol.ini:
- ; --------------------- Protocol Manager Definition -----------------------
-
- [PROTOCOL_MANAGER]
- DRIVERNAME = PROTMAN$
-
-
- [TCPIP_XIF]
- DriverName = TCPIP$
- Bindings = CSI8023
-
-
- ;*****************************************************************************
- ; The following are default sections for Cabletron adapters and
- ; a sample protocol.
- ;*****************************************************************************
-
- ; CSI
- [CSI8023]
- DRIVERNAME = CSINET$ ; Required for each series
- MEDIA = PRI ; PRI for Primary, SEC for Secondary Media
- ; ignored by E3100
- BOARDTYPE = E1000 ; Required for each series
- IOADDRESS = 0x300 ; Required for E1100, E2100 - ignored by E3100
- INTERRUPT = 5 ; Required for E1100, E2100 - ignored by E3100
- SHAREDRAM = 0xD000 ; Required for E1100, E2100 - ignored by E3100
- RECEIVEBUFSIZE = 2034 ; Configured Default
- RECEIVEBUFFERS = 6 ; Configured Default
- MAXREQUESTS = 6 ; Configured Default
- MAXMULTICAST = 10 ; Configured Default
- MAXTRANSMITS = 6 ; Configured Default
- RECEIVECHAINS = 6 ; Configured Default
-
-
-
- ;*****************************
- ;** PROTOCOL **
- ;*****************************
-
- ; Sample Protocol Section
- [SAMPLE]
- DRIVERNAME = SAMPLE$
- BINDINGS = CSI8023 ; REQUIRED IN PROTOCOL SECTION
-
-
-