*****************************************************************************
*                                                                           *
*                        PCMCIA Fast Ethernet Card                          *
*                                                                           *
*                    NetWare Server Driver Installation                     *
*                                                                           *
*****************************************************************************

Contents:

   1. Files Description
   2. Enable the PCMCIA Fast Ethernet Card
   3. Driver Installation for NetWare Server 3.12
   4. Driver Installation for NetWare Server 4.x
   5. Driver Installation for NetWare Server 5.x
   6. Optional Parameters for TC5299.LAN

1. Files Description

Filename              Description
=================     =====================================================
README.TXT            Presents a summary of the contents for NetWare Server
                      driver installation.

TC5299.LAN            PCMCIA Fast Ethernet 32-bit ODI Driver
                      This driver complies with NetWare ODI Server driver
                      SPEC 3.31.

TC5299.LDI            The driver installation file for Netware 5.x
                      / Netware 4.1x.

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

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

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

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

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


===============================================================================

2. Enable the PCMCIA Fast Ethernet Card

   ECARD.EXE is the PCMCIA Fast Ethernet enabler program. You have to
   run ECARD.EXE under DOS to enable the adapter before bringing up
   the Netware Server. The adapter's server driver will not work if
   the adapter is not enabled first in DOS.

   The syntax for ECARD is:

         ECARD [/IRQ=x] [/MEM=mm] [/IO=nnn] [/O] [/?]

         Valid options:
                x = Interrupt number (3, 4, 5, 9, 10, 12, 15).
               mm = Hex memory location (e.g. C0, C8, D0, D8).
              nnn = IO range (300, 320, 340, 360).
               /O (overwrites current socket settings).
               /? Displays this screen.

         The default value for IRQ is 3.  The default value for IO is 0x300.

      Example:  The following command enables the adapter with IRQ 5 and
                I/O port address 300:

            ECARD /IRQ=5 /IO=300

3. Driver Installation for NetWare Server 3.12

      1. Insert Driver Disk in the floppy drive (e.g. A:).
      2. Copy the following file from the Driver Disk to the root
         directory on the hard disk:

            \ENABLER\ECARD.EXE

         Execute ECARD to enable the adapter as described in Section 2 above.

      3. Change to the NetWare Server directory (for example:
         CD \SERVER.312)
      4. Copy the following files from Driver Disk to the NetWare
         Server directory on the hard disk:

            \NETWARE\SERVER\3.12\NBI31X.NLM
            \NETWARE\SERVER\3.12\MSM31X.NLM
            \NETWARE\SERVER\3.12\ETHERTSM.NLM
            \NETWARE\SERVER\TC5299.LAN

--------------------------------------------------------------------------

      Sample AUTOEXEC.NCF for NetWare Server 3.12

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

--------------------------------------------------------------------------

4. Driver Installation for NetWare Server 4.X

      1. Copy the following files from the Driver Disk to the
         NetWare Server directory on the hard disk.

            \NETWARE\SERVER\4.X\MSM.NLM
            \NETWARE\SERVER\4.X\ETHERTSM.NLM
            \NETWARE\SERVER\TC5299.LAN

         Copy the following file from the Driver Disk to the root
         directory on the hard disk:

            \ENABLER\ECARD.EXE

         Execute ECARD to enable the adapter as described in Section 2 above.


      2. Change to NetWare Server directory (for example: CD \NWSERVER).

      3. Load the NetWare Server System by typing SERVER, and
         press <Enter>.

      4. When the Server prompt appears, load the NetWare Server
         Installation Utility by entering the following command on the
         server console:

            LOAD INSTALL

      5. Select "Driver options" from the "Installtion Options" menu,
         and press <Enter>.

      6. Select "Configure network drivers" from the "Driver Options" menu,
         and press <Enter>.

      7. Select "Select a driver" from the "Additional Driver Actions" menu,
         and press <Enter>.

      8. Press <Ins> to install an unlisted driver, and press <F3> to
         specify a different path.

      9. Insert the Driver Disk in the floppy drive (e.g. A:),
         and specify the directory on the Driver Disk where the
         drivers are located  (e.g. A:\NETWARE\SERVER).

     10. Select "PCMCIA Fast Ethernet Card" from the "Select a driver
         to install:" menu, and press <Enter>.

     11. If necessary, select "Select/Modify driver parameters and
         protocols" from the "Board TC5299 (Driver TC5299) Actions"
         menu, and press <Enter> to set up the driver parameters.
         After the driver parameters are set, select
         "Save parameters and load driver", and press <Enter>.

     12. Follow instructions to complete driver installation.

     13. Bring down the server by entering "down", and then "exit."
         This brings the system back to the MS-DOS prompt.

     14. Bring up the server by entering "server" on the
         MS-DOS command prompt.  After the server comes up, the
         adapter and the network should be working.

     15. Please beware that each time you reboot the system, you have
         to run ECARD.EXE to enable the adapter as described in
         section 2 above.


--------------------------------------------------------------------------

     Sample AUTOEXEC.NCF for NetWare Server 4.X

              LOAD C:NBI
              LOAD C:MSM
              LOAD C:ETHERTSM
              LOAD C:TC5299 FRAME=ETHERNET_802.2 NAME=E_8022
              LOAD C:TC5299 FRAME=ETHERNET_802.3 NAME=E_8023
              LOAD C:TC5299 FRAME=ETHERNET_II NAME=E_II
              LOAD C:TC5299 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

--------------------------------------------------------------------------
5. Driver Installation for NetWare Server 5.x

      1. Copy the following files from the Driver Disk to the
         NetWare Server directory on the hard disk.

            \NETWARE\SERVER\4.X\MSM.NLM
            \NETWARE\SERVER\4.X\ETHERTSM.NLM
            \NETWARE\SERVER\TC5299.LAN

         Copy the following file from the Driver Disk to the root
         directory on the hard disk:

            \ENABLER\ECARD.EXE

         Exeute ECARD to enable the adapter as described in Section 2 above.

      2. Change to NetWare Server directory (for example: CD \NWSERVER).

      3. Load the NetWare Server System by typing SERVER, and
         press <Enter>.

      4. When the Server prompt appears, load the NetWare Server
         Installation Utility by entering the following command on the
         server console:

            LOAD NWCONFIG

      5. Select "Driver options" from the "Installtion Options" menu,
         and press <Enter>.

      6. Select "Configure network drivers" from the "Driver Options" menu,
         and press <Enter>.

      7. Select "Select a driver" from the "Additional Driver Actions" menu,
         and press <Enter>.

      8. Press <Ins> to install an unlisted driver, and press <F3> to
         specify a different path.

      9. Insert the Driver Disk in the floppy drive (e.g. A:),
         and specify the directory on the Driver Disk where the
         drivers are located  (e.g. A:\NETWARE\SERVER).

     10. Select "PCMCIA Fast Ethernet Card" from the "Select a driver
         to install:" menu, and press <Enter>.

     11. If necessary, select "Select/Modify driver parameters and
         protocols" from the "Board TC5299 (Driver TC5299) Actions"
         menu, and press <Enter> to set up the driver parameters.
         After the driver parameters are set, select
         "Save parameters and load driver", and press <Enter>.

     12. Follow instructions to complete driver installation.

     13. Bring down the server by entering "down", and then "exit."
         This brings the system back to the MS-DOS prompt.

     14. Bring up the server by entering "server" on the
         MS-DOS command prompt.  After the server comes up, the
         adapter and the network should be working.

     15. Please beware that each time you reboot the system, you have
         to run ECARD.EXE to enable the adapter as described in
         section 2 above.

6. Optional Parameters for TC5299.LAN

   The following are the optional parameters for TC5299.LAN:

    1. 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 types.

          Examples:

             LOAD TC5299 FRAME=ETHERNET_802.2
             LOAD TC5299 FRAME=ETHERNET_802.3
             LOAD TC5299 FRAME=ETHERNET_II
             LOAD TC5299 FRAME=ETHERNET_SNAP

    2. INT:
          The Interrupt (IRQ) value to be used by the adapter.

          You have to pay attention that the INT value you specified
          here must match the /IRQ value you specified for
          ECARD, the adapter DOS enabler program.  Please
          refer to section 2 on how to use ECARD to enable
          the adapter in DOS before bringing up the server.

          Example:

             LOAD TC5299 INT=3 FRAME=ETHERNET_802.2

    3. PORT:
          The starting I/O port address.

          You have to pay attention that the PORT value you specified
          here must match the /IOP value you specified for ECARD,
          the adapter DOS enabler program.  Please
          refer to section 2 on how to use ECARD to enable
          the adapter in DOS before bringing up the server.

          Example:

             LOAD TC5299 INT=3 PORT=300 FRAME=ETHERNET_802.2

    4. AUTOSENSE | SPEED 10/100 | DUPLEX FULL/HALF

          These parameters are mutually exclusive and you can specify
          only one of them on the command line.

             SPEED:    This keyword specifies the connection speed mode: 10 or 100.
             DUPLEX:   This keyword specifies the connection duplex mode: FULL or HALF.

          If none of the parameters is specified, the connection type
          is set to Auto-negotiation.

          Example:

             ; set connection type to 10 Mbps and Full Duplex
             LOAD TC5299 SPEED 10 DUPLEX FULL FRAME=ETHERNET_802.2


*** All trademarks or brand names mentioned are trademarks or
    registered trademarks of their respective companies.

