
               D-Link 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.


 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\DLKPCI.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\DLKPCI SLOT=1 FRAME=Ethernet_802.3
             NAME=DLKPCI_1_E83
        BIND IPX DLKPCI_1_E83 NET=xxxx

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

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

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

         Restart the server again.

