README.TXT Driver File Contents (networkcards.zip)

=====================================================================
*                                                                   *
*                 SMC EZ Card 10 ISA ETHERNET ADAPTER               *
*            Netware Server Driver Installation Overview            *
*                                                                   *
=====================================================================


Contents:
                A.) File Description
                B.) Configuring SMC EZ Card 10 ISA Adapter
                C.) Driver Installation for Netware Server 3.1x, 4.x
                D.) Parameters Description for NE2000.LAN

A.) File Description
--------------------

-------------------------------------------------------------------------------
Filename              Description
-------------------------------------------------------------------------------
SERVER.TXT            This file. Presents a summary of the contents for
                      Netware Server driver installation.

NE2000.LAN            ODI Server driver for SMC EZ Card 10 ISA.
                      This driver complies with Netware ODI Server driver
                      SPEC 3.3. It is Ship with the NetWare OS.

ETHERTSM.NLM          Netware Server 3.1X, 4.X LAN driver Topology
                      Specific Module(TSM) for Ethernet.

3.1X\NBI31X.NLM       Netware Server 3.1X Bus Interface module.

3.1X\MSM31X.NLM       Netware Server 3.1X LAN driver Media Support
                      Module(MSM).

4.X\NBI.NLM           Netware Server 4.X Bus Interface module.

4.X\MSM.NLM           Netware Server 4.X LAN driver Media Support
                      Module(MSM).
-------------------------------------------------------------------------------

B.) Configuring SMC EZ Card ISA Adapter.

    Before Installing your ODI Driver,  adapter can be setup
    using SETUP166.EXE.(Please reference SETUP166.TXT)



C.) Driver Installation for Netware Server 3.1x, 4.x

    C.1) Driver Installation for Netware Server 3.12

         1.> Sample AUTOEXEC.NCF for Netware Server 3.12

             AUTOEXEC.NCF
             ============
                LOAD C:NBI31X
                LOAD C:MSM31X
                LOAD C:ETHERTSM
                LOAD NE2000 FRAME=ETHERNET_802.2 NAME=E_8022
                LOAD NE2000 FRAME=ETHERNET_802.3 NAME=E_8023
                LOAD NE2000 FRAME=ETHERNET_II NAME=E_II
                LOAD NE2000 FRAME=ETHERNET_SNAP NAME=E_SNAP
                BIND IPX E_8022 NET=10
                BIND IPX E_8023 NET=20
                BIND IPX E_II   NET=30
                BIND IPX E_SNAP NET=40


    C.2) Driver Installation for Netware Server 4.X

         1.> Change directory to Netware Server directory (for example:
             CD\NWSERVER )
         2.> Load Netware Server System by type SERVER, then press <Enter>.
         3.> When the Server prompt appeared, load the Netware Server
             Installation Utility.  That is,

                :LOAD INSTALL

         4.> Select "Driver options" from "Installtion Options" menu, then
             press <Enter>.
         5.> Select "Configure network drivers" from "Driver Options" menu,
             then press <Enter>.
         6.> Select "NE2000 driver" from the menu,
             then press <Enter>.
         7.> If necessary, select "Select/Modify driver parameters and
             protocols" from "NE2000 (Driver) Actions" menu,
             then press <Enter> to setup the driver parameters.
             (Please refer to content F.) Otherwise, select
             "Save parameters and load driver", then press <Enter>.

         8.> Following instructions to complete the driver installation.

         9.> Sample AUTOEXEC.NCF for Netware Server 4.X

             AUTOEXEC.NCF (one board)
             ========================
              LOAD C:NBI
              LOAD C:MSM
              LOAD C:ETHERTSM
              LOAD C:\NWSERVER\NE2000 FRAME=ETHERNET_802.2 NAME=E_8022
              LOAD C:\NWSERVER\NE200 FRAME=ETHERNET_802.3 NAME=E_8023
              LOAD C:\NWSERVER\NE2000 FRAME=ETHERNET_II NAME=E_II
              LOAD C:\NWSERVER\NE2000 FRAME=ETHERNET_SNAP NAME=E_SNAP
              BIND IPX E_8022 NET=10
              BIND IPX E_8023 NET=20
              BIND IPX E_II   NET=30
              BIND IPX E_SNAP NET=40

             AUTOEXEC.NCF (two boards)
             =========================
              LOAD C:NBI
              LOAD C:MSM
              LOAD C:ETHERTSM
              LOAD C:\NWSERVER\NE2000 PORT=280 FRAME=ETHERNET_802.2 NAME=E_8022_1
              LOAD C:\NWSERVER\NE2000 PORT=280 FRAME=ETHERNET_802.3 NAME=E_8023_1
              LOAD C:\NWSERVER\NE2000 PORT=280 FRAME=ETHERNET_II NAME=E_II_1
              LOAD C:\NWSERVER\NE2000 PORT=280 FRAME=ETHERNET_SNAP NAME=E_SNAP_1
              LOAD C:\NWSERVER\NE2000 PORT=300 FRAME=ETHERNET_802.2 NAME=E_8022_2
              LOAD C:\NWSERVER\NE2000 PORT=300 FRAME=ETHERNET_802.3 NAME=E_8023_2
              LOAD C:\NWSERVER\NE2000 PORT=300 FRAME=ETHERNET_II NAME=E_II_2
              LOAD C:\NWSERVER\NE2000 PORT=300 FRAME=ETHERNET_SNAP NAME=E_SNAP_2
              BIND IPX E_8022_1 NET=10
              BIND IPX E_8023_1 NET=20
              BIND IPX E_II_1   NET=30
              BIND IPX E_SNAP_1 NET=40
              BIND IPX E_8022_2 NET=50
              BIND IPX E_8023_2 NET=60
              BIND IPX E_II_2   NET=70
              BIND IPX E_SNAP_2 NET=80




D.) Parameters Description for NE2000.LAN

        The following parameters are used in NE2000.LAN.

    1.> PORT    : specify which adapter is enabled when multiple EZ Card
                  are found in your computer.  The PORT keyword is a index
                  value corresponding to I/O. 

                  Ex: LOAD NE2000 PORT=280 FRAME=ETHERNET_802.2
                      LOAD NE2000 PORT=300 FRAME=ETHERNET_II

    2.> INT     : specify the interupt/IRQ for the SMC EZ Card 10 ISA.

	   	  Ex: LOAD NE2000 PORT=280 INT=5
    3.> MEM	: specify the memory the SMC EZ Card 10 ISA is using.

		  Ex: LOAD NE2000 PORT=280 INT=5 MEM=D000

    4.> FRAME   : specify which frame type is used by the driver.  Accepted
                  values are Ethernet_802.2, Ethernet_802.3, Ethernet_II and
                  Ethernet_SNAP.  Multiple frame types can be enabled by the
                  drive by loading the same driver with different FRAME type.

                  Ex: LOAD NE20002 FRAME=ETHERNET_802.2
                      LOAD NE2000 FRAME=ETHERNET_802.3
                      LOAD NE2000 FRAME=ETHERNET_II
                      LOAD NE2000 FRAME=ETHERNET_SNAP

    5.> NODE    : Use a different address to replace the node address burned
                  in EEPROM.

                  Ex: LOAD NE2000 NODE=0200E8001122



---
All trademarks and brand names mentioned belong to their
respective owners.


-- End of File --
Download Driver Pack

How To Update Drivers Manually

After your driver has been downloaded, follow these simple steps to install it.

  • Expand the archive file (if the download file is in zip or rar format).

  • If the expanded file has an .exe extension, double click it and follow the installation instructions.

  • Otherwise, open Device Manager by right-clicking the Start menu and selecting Device Manager.

  • Find the device and model you want to update in the device list.

  • Double-click on it to open the Properties dialog box.

  • From the Properties dialog box, select the Driver tab.

  • Click the Update Driver button, then follow the instructions.

Very important: You must reboot your system to ensure that any driver updates have taken effect.

For more help, visit our Driver Support section for step-by-step videos on how to install drivers for every file type.

server: web3, load: 2.14