SERVER.TXT Driver File Contents (DR_SMC1211TX_all.zip)

======================================================================
*                            SMC Networks, Inc.                      *
*                     SMC EZ Card 10/100 (SMC1211TX)                 *
*             NetWare Server Driver Installation Overview            *
*                                                                    *
*              Copyright (C) 1998 by SMC Networks, Inc.              *
*                           All rights reserved.                     *
======================================================================


Contents:
                A. File Description
                B. Driver Installation for NetWare Server 3.1x, 4.x and 5.x
                C. Parameters Description for SMC1211.LAN

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

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

SMC1211.LAN           SMC 32-Bit ODI Server driver for SMC1211TX.
                      This driver complies with NetWare ODI Server driver
                      SPEC 3.31.

SMC1211.LDI           The driver (SMC1211.LAN) installation information
                      file for NetWare Server 4.X, NeDOS32, Windows 3.x.

3.12\ETHERTSM.NLM     NetWare Server 3.1X LAN driver Topology
                      Specific Module(TSM) for Ethernet.

3.12\NBI31X.NLM       NetWare Server 3.1X Bus Interface module.

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

4and5.X\ETHERTSM.NLM  NetWare Server 4.X and 5.X LAN driver Topology
                      Specific Module(TSM) for Ethernet.

4and5.X\NBI.NLM       NetWare Server 4.X and 5.X Bus Interface module.

4and5.X\MSM.NLM       NetWare Server 4.X and 5.X LAN driver Media Support
                      Module(MSM).
-------------------------------------------------------------------------------


B. Driver(Spec. 3.31) Installation for NetWare Server 3.1x, 4.x and 5.x

    B.1 Driver Installation for NetWare Server 3.12

          1. Insert the SMC1211TX Driver Diskette in your PC's
             floppy drive (A: or B:).
          2. Change to the NetWare Server directory (for example:
             CD\SERVER.312)
          3. Copy the following files from the Driver Diskette to the NetWare
             Server directory.

                   \NETWARE\ODI\SERVER\3.12\NBI31X.NLM
                   \NETWARE\ODI\SERVER\3.12\MSM31X.NLM
                   \NETWARE\ODI\SERVER\ETHERTSM.NLM
                   \NETWARE\ODI\SERVER\SMC1211.LAN

         4. Sample AUTOEXEC.NCF for NetWare Server 3.12

             AUTOEXEC.NCF
             ============
                LOAD C:NBI31X
                LOAD C:MSM31X
                LOAD C:ETHERTSM
                LOAD C:SMC1211 FRAME=ETHERNET_802.2 NAME=E_8022
                LOAD C:SMC1211 FRAME=ETHERNET_802.3 NAME=E_8023
                LOAD C:SMC1211 FRAME=ETHERNET_II NAME=E_II
                LOAD C:SMC1211 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


    B.2 Driver Installation for NetWare Server 4.X

          0. Copy the following files from the Driver Diskette to the NetWare
             Server directory.

                   \NETWARE\ODI\SERVER\4and5.X\NBI.NLM
                   \NETWARE\ODI\SERVER\4and5.X\MSM.NLM
                   \NETWARE\ODI\SERVER\4and5.X\ETHERTSM.NLM

          1. Change to the NetWare Server directory (for example:
             CD\NWSERVER )
          2. Load the NetWare Server System by typing SERVER, then press  
             <Enter>.
          3. When the Server prompt appears, load the NetWare Server
             Installation Utility.  I.e., 

                :LOAD INSTALL

          4. Select "Driver options" from the "Installation Options" menu, then
             press <Enter>.
          5. Select "Configure network drivers" from the "Driver Options" menu,
             then press <Enter>.
          6. Select "Select a driver" from the "Additional Driver Actions" menu,
             then press <Enter>.
          7. Press <Ins> to install an unlisted driver, then press <F3> to
             specify a different path.
          8. Insert the SMC1211TX Driver Diskette to your PC's floppy
             drive and specify the drive, e.g., A:\NETWARE\SERVER.
          9. Select "SMC EZ Card 10/100 (SMC1211TX) Driver" from the
             "Select a driver to install:" menu, then press <Enter>.
         10. If necessary, select "Select/Modify driver parameters and
             protocols" from the "Board SMC1211_1 (Driver SMC1211) Actions" 
             menu, then press <Enter> to set up the driver parameters.
             (Please refer to section C. Otherwise, select
             "Save parameters and load driver", then press <Enter>.

         11. Follow instructions to complete the driver installation.

         12. Sample AUTOEXEC.NCF for NetWare Server 4.X

             AUTOEXEC.NCF (one board)
             ========================
              LOAD C:SMC1211 FRAME=ETHERNET_802.2 NAME=E_8022
              LOAD C:SMC1211 FRAME=ETHERNET_802.3 NAME=E_8023
              LOAD C:SMC1211 FRAME=ETHERNET_II NAME=E_II
              LOAD C:SMC1211 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:SMC1211 SLOT=3 FRAME=ETHERNET_802.2 NAME=E_8022_1
              LOAD C:SMC1211 SLOT=3 FRAME=ETHERNET_802.3 NAME=E_8023_1
              LOAD C:SMC1211 SLOT=3 FRAME=ETHERNET_II NAME=E_II_1
              LOAD C:SMC1211 SLOT=3 FRAME=ETHERNET_SNAP NAME=E_SNAP_1
              LOAD C:SMC1211 SLOT=4 FRAME=ETHERNET_802.2 NAME=E_8022_2
              LOAD C:SMC1211 SLOT=4 FRAME=ETHERNET_802.3 NAME=E_8023_2
              LOAD C:SMC1211 SLOT=4 FRAME=ETHERNET_II NAME=E_II_2
              LOAD C:SMC1211 SLOT=4 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


    B.3 Driver Installation for NetWare Server 5.X

         0. Copy the following files from the Driver Diskette to the
            NetWare Server directory.

                   \NETWARE\SERVER\4and5.X\MSM.NLM
                   \NETWARE\SERVER\ETHERTSM.NLM
                   \NETWARE\SERVER\ACCODI.LAN

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

                :LOAD NWCONFIG

         4. Select "Driver options" from the "Installtion Options" menu, then
            press <Enter>.
         5. Select "Configure network drivers" from the "Driver Options" menu,
            then press <Enter>.
         6. Select "Select a driver" from the "Additional Driver Actions" menu,
            then press <Enter>.
         7. Press <Ins> to install a unlisted driver, then press <F3> to
            specify a different path.
         8. Insert SMC1211TX Series Driver Diskette in your PC's
            floppy drive and specify the path A:\NETWARE\SERVER.
         9. Select "SMC EZ Card 10/100 (SMC1211TX) Driver" from the
            "Select a driver to install:" menu, then press <Enter>.
        10. If necessary, select "Select/Modify driver parameters and
            protocols" from the "Board SMC1211_1 (Driver SMC1211) Actions"
            menu, then press <Enter> to set up the driver parameters.
            Otherwise, select "Save parameters and load driver", then press <Enter>.

        11. Follow instructions to complete driver installation.

        12. Sample AUTOEXEC.NCF for NetWare Server 5.X

             AUTOEXEC.NCF (one board)
             ========================
              LOAD C:ACCODI FRAME=ETHERNET_802.2 NAME=E_8022
              LOAD C:ACCODI FRAME=ETHERNET_802.3 NAME=E_8023
              LOAD C:ACCODI FRAME=ETHERNET_II NAME=E_II
              LOAD C:ACCODI 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:ACCODI PCI_SLOT=3 FRAME=ETHERNET_802.2 NAME=E_8022_1
              LOAD C:ACCODI PCI_SLOT=3 FRAME=ETHERNET_802.3 NAME=E_8023_1
              LOAD C:ACCODI PCI_SLOT=3 FRAME=ETHERNET_II NAME=E_II_1
              LOAD C:ACCODI PCI_SLOT=3 FRAME=ETHERNET_SNAP NAME=E_SNAP_1
              LOAD C:ACCODI PCI_SLOT=4 FRAME=ETHERNET_802.2 NAME=E_8022_2
              LOAD C:ACCODI PCI_SLOT=4 FRAME=ETHERNET_802.3 NAME=E_8023_2
              LOAD C:ACCODI PCI_SLOT=4 FRAME=ETHERNET_II NAME=E_II_2
              LOAD C:ACCODI PCI_SLOT=4 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


C. Parameter Description for SMC1211.LAN

        The following parameters are used in SMC1211.LAN.

     1. SLOT    : specifies which adapter is enabled when multiple SMC1211TX
                  adapters are found in your computer.  The SLOT keyword is an 
                  index value corresponding to the PCI BIOS.  The mapping from 
                  SLOT to physical PCI slot is different from one machine to
                  another.

                  Ex: LOAD SMC1211 SLOT=3 FRAME=ETHERNET_802.2
                      LOAD SMC1211 SLOT=4 FRAME=ETHERNET_II

     2. FRAME   : specifies 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 loading
                  the same driver with different FRAME type.

                  Ex: LOAD SMC1211 FRAME=ETHERNET_802.2
                      LOAD SMC1211 FRAME=ETHERNET_802.3
                      LOAD SMC1211 FRAME=ETHERNET_II
                      LOAD SMC1211 FRAME=ETHERNET_SNAP

     3. NODE    : Use a different address to replace the node address burned
                  into the EEPROM.

                  Ex: LOAD SMC1211 NODE=0000E8001122

     4. Medium  : specifies which medium type is used by the driver.
                  Accepted values are AUTO, 100FULL, 100HALF, 10FULL and
                  10HALF.

                  Ex: LOAD SMC1211 SLOT=3 FRAME=ETHERNET_802.2 Medium=100FULL



---
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: web1, load: 0.68