
               D-Link PCI Fast Ethernet Adapter Installation
                      for the NetWare Server 4.x Driver
 
 Contents
 
    Compatibility List
    Getting Started
        First time installation from the install menu
        The other time installation from the install menu
        Modifying an existing NetWare 4.x Server

 Compatibility List
 
     Because this driver  follows  Novell  ODI  Driver Specification
      version 3.3, the NetWare version 4.10 NetWare server must be
      patched to work with this driver. The servers of NetWare version
      4.11 and above do not need to be patched. The patching method is
      described as below:

       1. Copy LOADER.EXE and LSWAP.EXE to the NetWare 4.10 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.

 Getting Started
 

    First time installation from the install menu
    (for NetWare 4.1x only, for other version see below)
    
         Start the NetWare Server.

          > CD \NWSERVER
          > SERVER

         Execute "LOAD INSTALL" after booting up.  Type,
          : LOAD INSTALL

         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 <F3> to specify a different <PATH>. <PATH> is directory
          which include both DLKPCI.LAN and DLKPCI.LDI

          Ex. A:\NETWARE\32BITLAN

         Select "DLKPCI.LAN ....".

         Specify "SLOT", "FrameSelect", "Node", and "Attachment",
          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
    (for NetWare 4.1x only, for other version see below)
    
         Start the NetWare Server.

          > CD \NWSERVER
          > SERVER

         Execute "LOAD INSTALL" after booting up.  Type,
          : LOAD INSTALL

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

         Select "DLKPCI.LAN ...." in Select a driver windows.

         Specify "SLOT", "FrameSelect", "Node", and "Attachment",
          if necessary.

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

         NetWare server will loading/binding driver automatically.

    Modifying an existing NetWare 4.x Server
    
         Make a sub-directory NLMS.OLD under NWSERVER directory.

          Ex. >MD \NWSERVER\NLMs.OLD

         Save NBI.NLM, MSM.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\NBI.NLM      C:\NWSERVER
              >COPY A:\NETWARE\32BITLAN\MSM.NLM      C:\NWSERVER
              >COPY A:\NETWARE\32BITLAN\ETHERTSM.NLM C:\NWSERVER
              >COPY A:\NETWARE\32BITLAN\DLKPCI.LAN  C:\NWSERVER
              >COPY A:\NETWARE\32BITLAN\DLKPCI.LDI  C:\NWSERVER

          <PATH> here is the directory where support NLMs and
          DLKPCI.LAN reside.

         Start the NetWare Server.

          > CD \NWSERVER
          > SERVER

         From the Novell Server side, execute "LOAD INSTALL".  Type:
          :LOAD INSTALL
           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\DLKPCI SLOT=1 FRAME=Ethernet_802.3
             NAME=DLKPCI_1_E83
        BIND IPX DLKPCI_1_E83 NET=xxxx

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

        LOAD C:\NWSERVER\DLKPCI SLOT=1 FRAME=Ethernet_II
             NAME=DLKPCI_1_EII
        BIND IPX DLKPCI_1_EII NET=xxxx

        LOAD C:\NWSERVER\DLKPCI SLOT=1 FRAME=Ethernet_SNAP
             NAME=DLKPCI_1_ESP
        BIND IPX DLKPCI_1_ESP NET=xxxx

         Restart the server again.
