
                D-Link DGE-500SX Giga-Ether 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 DLKGE.LDI, DLKGE.LAN.

          Ex. A:\NETWARE\32BITLAN       (A: is floppy drive)
                          OR
                          D:\NETWARE\32BITLAN   (D: is CD drive)

        - Select "DLKGE.LAN ....".

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

        - Specify "SLOT" 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 "DLKGE.LAN ...." in Select a driver windows.

        - Specify "SLOT" 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 the following 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\DLKGE SLOT=1 FRAME=Ethernet_802.3
             NAME=DLKGE_1_E83
        BIND IPX DLKGE_1_E83 NET=xxxx

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

        LOAD C:\NWSERVER\DLKGE SLOT=1 FRAME=Ethernet_II
             NAME=DLKGE_1_EII
        BIND IPX DLKGE_1_EII NET=xxxx

        LOAD C:\NWSERVER\DLKGE SLOT=1 FRAME=Ethernet_SNAP
             NAME=DLKGE_1_ESP
        BIND IPX DLKGE_1_ESP NET=xxxx

        - Restart the server again.


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

       FULLDUPLEX      - The FULLDUPLEX parameter causes the DLKGE to
                         operate in full duplex mode. When operating in
                         full duplex mode, the DLKGE can simultaneously
                         transmit and receive packets.

       AUTONEGOTIATE   - The AUTONEGOTIATE parameter causes the DLKGE to
                         autonegotiate the duplex mode and link speed.

       TXDMATHERSHOLD=
       threshold       - The TXDMATHERESHOLD determines the IO method used
                         to move transmit packets from host memory to the
                         DLKGE memory. Vaild ranges for the TXDMATHRESHOLD
                         is 0 - 1514. the default value is 800.

       DISABLERXIP     - Disable the DLKGE TCP/IP Receive Packet checksumming
                         support. By default, the DLKGE will perform TCP/IP
                         checksumming verification on received packets in
                         hardware if the operating system supports this
                         capability.

