                D-Link DL2000-based Gigabit Ethernet Adapter
		D-Link DGE-550T Gigabit Ethernet Adapter
		D-Link DGE-550SX Gigabit Ethernet Adapter
		D-Link DGE-510T Gigabit Ethernet Adapter 

		Installation for the NetWare Server 5.x Driver

 Contents
 --------
    -Getting Started
        -First time installation from the install menu
        -The other time installation from the install menu
        -Modifying an existing NetWare 5.x 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 released driver CD into CD-ROM drive.

        - Press <Enter> key to continue install or press <F3> to specify
          the directory which includes DL2X.LDI, DL2X.LAN.

          Ex. <CD drive>:\NETWARE\32BITLAN

	- Select an adapter which you want to install.	
          example:
		Suppose your adapter is DGE-550T, you should
	  	Select "DL2X.LAN D-Link DGE-550T Gigabit Ethernet Adapter".
         
        - Specify "SLOT", "Media and Line Speed" and "Node Address"
          if necessary.

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

        - NetWare server will load/bind 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 an adapter which you want to install in Select a driver windows.
	   example:
		Suppose your adapter is DGE-550T, you should
	  	Select "DL2X.LAN D-Link DGE-550T Gigabit Ethernet Adapter".

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

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

        - NetWare server will load/bind driver automatically.


    Modifying an existing NetWare 5.x 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>
	
	- Get new NLM files from NOVELL website and put them in the directory
	  which includes SERVER.EXE(Ex.C:\NWSERVER).	
        
	- 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\DL2X SLOT=1 FRAME=Ethernet_802.3
             NAME=DL2X_1_E83
        BIND IPX DL2X_1_E83 NET=xxxx

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

        LOAD C:\NWSERVER\DL2X SLOT=1 FRAME=Ethernet_II
             NAME=DL2X_1_EII
        BIND IPX DL2X_1_EII NET=xxxx

        LOAD C:\NWSERVER\DL2X SLOT=1 FRAME=Ethernet_SNAP
             NAME=DL2X_1_ESP
        BIND IPX DL2X_1_ESP NET=xxxx

        - Restart the server again.


       Parameters supported by the DL2X.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.

       10MBPSHD                - Force driver to 10Mbps half duplex mode.
				 (Not support on DGE-550SX Gigabit Ethernet Adapter)

       10MBPSFD                - Force driver to 10Mbps full duplex mode. Note
                                 that link partner must force to the same mode.
                                 Link partner can not set to Auto-negotiation !
				 (Not support on DGE-550SX Gigabit Ethernet Adapter)

       100MBPSHD               - Force driver to 100Mbps half duplex mode.
				 (Not support on DGE-550SX Gigabit Ethernet Adapter)

       100MBPSFD               - Force driver to 100Mbps full duplex mode. Note
                                 that link partner must force to the same mode.
                                 Link partner can not set to Auto-negotiation !
				 (Not support on DGE-550SX Gigabit Ethernet Adapter)

       1000MBPSFD              - Force driver to 1000Mbps full duplex mode. Note
                                 that link partner must force to the same mode.
                                 Link partner can not set to Auto-negotiation !
				 (Only support on DGE-550SX Gigabit Ethernet Adapter)

       DISABLE_FLOWCONTROL     - Disable full duplex connection flow control
                                 function. Note that flow control can work
                                 under full duplex connection only.
