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

 Contents
 --------
    -Getting Started
        -First time installation from the install menu
        -The other time installation from the install menu
        -Modifying an existing NetWare 5.0 Server


 Getting Started
 ---------------

    First time installation from the install menu
    ----------------------------------------------------
        - Start the NetWare Server.

          > CD \NWSERVER
          > SERVER

        - Execute "NWCONFIG" after booting up.  Type,
          : NWCONFIG

        - Select "Driver Options", -> "Configure network drivers", and
          -> "Select a driver".

        - Press <Insert> key to install an unlisted driver.

        -  Please insert release driver diskette into floppy disk.

        - Press <Enter> key to continue install or press <F3> to specify
          directory which include DLKFET.LDI, DLKFET.LAN.

          Ex. A:\NETWARE\32BITLAN

        - Select "DLKFET.LAN ....".

          Note: Please don't copy the NLM files to system, if disk's
                NLM files version older than system.

        - Specify "SLOT", "Media and Line Speed" and "Node Address"
          if necessary.

        - Select "Save parameters and load driver" after configure
          adapter setting.

        - NetWare server will loading/binding driver automatically.


    The other time installation from the install menu
    ----------------------------------------------------
        - Start the NetWare Server.

          > CD \NWSERVER
          > SERVER

        - Execute "NWCONFIG" after booting up.  Type,
          : NWCONFIG

        - Select "Driver Options", -> "Configure network drivers", and
          -> "Select a driver".

        - Select "DLKFET.LAN ...." in Select a driver windows.

        - Specify "SLOT", "Media and Line Speed" and "Node Address"
          if necessary.

        - Select "Save parameters and load driver" after configure adpter
          setting.

        - NetWare server will loading/binding driver automatically.


    Modifying an existing NetWare 5.0 Server
    ----------------------------------------
        - Start the NetWare Server.

          > CD \NWSERVER
          > SERVER

        - From the Novell Server side, execute "NWCONFIG".  Type:
          :NWCONFIG
           Select <NCF files options>
           Select <Edit AUTOEXEC.NCF file>

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

        LOAD C:\NWSERVER\NBI.NLM
        LOAD C:\NWSERVER\MSM.NLM
        LOAD C:\NWSERVER\ETHERTSM.NLM

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

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

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

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

        - Restart the server again.


       Parameters supported by the DLKFET.LAN driver
       ---------------------------------------------
       SLOT     1      - Forces the driver to search for the specified
                         board

       AUTOSENSE       - This keyword configures the adapter to conduct
                         NWay Auto-negotiation to determine the network
                         speed and the duplex mode of the network
                         connection.

       10BASET         - Force driver to 10Mbps half duplex mode.

       10BASETFD       - Force driver to 10Mbps full duplex mode.

       100BASETX       - Force driver to 100Mbps half duplex mode.

       100BASETXFD     - Force driver to 100Mbps full duplex mode.

