
           D-Link DFE-530TX PCI Fast Ethernet Adapter Installation
                    for the NetWare Server 3.12 Driver

 Contents
 --------
    - Compatibility List
    - Getting Started


 Compatibility List
 ------------------
    - Because this driver follows Novell ODI Driver Specification
      version 3.3, the NetWare version 3.12 NetWare server must be
      patched to work with this driver. The patching method is
      described as below:

       1. Copy LOADER.EXE and LSWAP.EXE to the NetWare 3.12 server
          directory.

       2. Execute LSWAP.EXE at MS-DOS prompt from server directory.

          Usage: LSWAP [loaderFilePath [serverFilePath]]
                 Default loaderFilePath = C:\NWSERVER\LOADER.EXE
                 Default serverFilePath = C:\NWSERVER\SERVER.EXE

        PS. Both LSWAP.EXE and LOADER.EXE files provide by Novell.

       ****************************************************************
       Note: This ODI update is for English only.
       ****************************************************************

       Before installing, make sure the following items have been
       completed.

       312PTx.EXE (Where "x" is 8 or higher) must be installed on
       NetWare v3.12 file servers prior to installing ODI driver.
       Without this patch the following message may be displayed
       when NBI.NLM loads.

       "Warning: This version of NetWare does not support protected mode
       BIOS accesses. Without a loader patch some PCI drivers may fail."


 Getting Started
 ---------------
    Modifying an existing NetWare 3.12 Server
    -----------------------------------------
        - Make a sub-directory NLMS.OLD under <SRVPATH> directory which
          include SERVER.EXE.

          Ex. <SRVPATH> = SRV312.
              >MD \SRV312\NLMS.OLD

        - Save NBI31X.NLM, MSM31X.NLM and ETHERTSM.NLM to NLMS.OLD
          sub-directory.

        - Please insert release driver diskette into floppy disk.

        - Copy all provided NLM and LAN files into your dos directory
          which include SERVER.EXE.

          Ex. >COPY A:\NETWARE\32BITLAN\NBI31X.NLM   C:\SRV312
              >COPY A:\NETWARE\32BITLAN\MSM31X.NLM   C:\SRV312
              >COPY A:\NETWARE\32BITLAN\ETHERTSM.NLM C:\SRV312
              >COPY A:\NETWARE\32BITLAN\DLKFET.LAN   C:\SRV312

        - Start the NetWare Server.

          > CD \SRV312
          > SERVER

        - From the Novell Server side, execute "LOAD INSTALL".  Type:
          :LOAD INSTALL
           Select <System Option>
           Select <Edit AUTOEXEC.NCF file>

        - Add below item into the server's AUTOEXEC.NCF file.

          LOAD C:\SRV312\NBI31X.NLM
          LOAD C:\SRV312\MSM31X.NLM
          LOAD C:\SRV312\ETHERTSM.NLM

          LOAD C:\SRV312\DLKFET SLOT=1 FRAME=Ethernet_802.3
               NAME=DLKFET_1_E83
          BIND IPX DLKFET_1_E83 NET=xxxx

          LOAD C:\SRV312\DLKFET SLOT=1 FRAME=Ethernet_802.2
               NAME=DLKFET_1_E82
          BIND IPX DLKFET_1_E82 NET=xxxx

          LOAD C:\SRV312\DLKFET SLOT=1 FRAME=Ethernet_II
               NAME=DLKFET_1_EII
          BIND IPX DLKFET_1_EII NET=xxxx

          LOAD C:\SRV312\DLKFET SLOT=1 FRAME=Ethernet_SNAP
               NAME=DLKFET_1_ESP
          BIND IPX DLKFET_1_ESP NET=xxxx

        - Restart the server again.

