NW500.TXT Driver File Contents (DFE-690TXD_32bit-10-100Mbps_PC_card-All_drivers_all_OS_laptop.zip)

Server Driver for NetWare 5.00

Introduction:
-------------
This document describes the procedure to install the NetWare V5.00
server driver for D-Link DFE-690TXD CardBus PC Card.

   Location of Driver:     \NWSERVER\500\DLKRCB.LAN

Getting Start:
--------------

  1. For the PC that installing EMM386.EXE in the CONFIG.SYS.
     Please make sure the memory range D000-D7FF is excluded.

     Ex:
         DEVICE=C:\DOS\EMM386.EXE NOEMS X=D000-D7FF

  2. Copy <PATH>\ENABLER\*.* files from released disk into your
     hard disk.                                                    
     Ex:                               
          E:\ENABLER\*.* C:\ENABLER              
            
  3. Add a line

     @CALL C:\ENABLER\CBEN.BAT

     on the first line of AUTOEXEC.BAT file.


Installation Procedure :
------------------------
Before you start with the installation process, make sure that
the Novell NetWare v5.00 server is properly installed.
Similarly, your adapter should also be properly installed in your
server.


A. First time installation from the install menu

   1. Start the NetWare Server.

      > CD \NWSERVER
      > SERVER

   2. Execute "LOAD NWCONFIG" after booting up. Type:

         LOAD NWCONFIG

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

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

   5. Please insert release driver disk into CD-ROM drive.

   6. Press <F3> to specify a different <PATH> that matches the CD-ROM 
      drive on your system. <PATH> is directory which include both 
      DLKRCB.LAN and DLKRCB.LDI.

         Ex. E:\NWSERVER\500

   7. Select "DLKRCB.LAN ...".

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

   9. NetWare server will loading/binding driver automatically.

  10. After the driver has been loaded, check whether all the frame 
      types you want are specified for this driver in AUTOEXEC.NCF.


B. The other time installation from the install menu

   1. Start the NetWare Server.

      > CD \NWSERVER
      > SERVER

   2. Execute "LOAD NWCONFIG" after booting up. Type:

         LOAD NWCONFIG

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

   4. Select "DLKRCB.LAN ..." in Select a driver window.

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

   6. NetWare server will loading/binding driver automatically.

   7. After the driver has been loaded, check whether all the frame
      types you want are specified for this driver in AUTOEXEC.NCF.


C. Modifying an existing NetWare 5.00 Server

   1. Insert driver disk into CD-ROM drive.

   2. Copy all provided LAN files into your dos directory
      which include SERVER.EXE.

      Ex. >COPY E:\NWSERVER\500\DLKRCB.LAN C:\NWSERVER
          >COPY E:\NWSERVER\500\DLKRCB.LDI C:\NWSERVER

   3. Start the NetWare Server.

      > CD \NWSERVER
      > SERVER

   4. From the Novell Server side, execute "LOAD NWCONFIG". Type:
     
         LOAD NWCONFIG

      Select <NCF files options>
      Select <Edit AUTOEXEC.NCF file>

   5. Add the following commands into the server's AUTOEXEC.NCF file.

   LOAD C:\NWSERVER\DLKRCB SLOT=1 FRAME=Ethernet_802.3 NAME=DLKRCB_1_E83
   BIND IPX DLKRCB_1_E83 NET=1111

   LOAD C:\NWSERVER\DLKRCB SLOT=1 FRAME=Ethernet_802.2 NAME=DLKRCB_1_E82
   BIND IPX DLKRCB_1_E82 NET=1113

   LOAD C:\NWSERVER\DLKRCB SLOT=1 FRAME=Ethernet_SNAP  NAME=DLKRCB_1_ESP
   BIND IPX DLKRCB_1_ESP NET=1115

   LOAD C:\NWSERVER\DLKRCB SLOT=1 FRAME=Ethernet_II    NAME=DLKRCB_1_EII
   BIND IPX DLKRCB_1_EII NET=1117

   Note: The SLOT parameter should be set as the number of the PCI slot
         on which DFE-690TXD resides.

   6. Restart the server again.

NOTES:
------

  1. Installing Multiple LAN Adapters:
 
     The keyword "SLOT" is provided for multiple LAN adapters in a
     single server by the driver DLKRCB.LAN. So, add "SLOT" in LOAD
     commands. For example:
 
     LOAD DLKRCB SLOT=1 FRAME=Ethernet_802.2 NAME=LAN_A
     BIND IPX TO LAN_A NET=111
     LOAD DLKRCB SLOT=2 FRAME=Ethernet_802.2 NAME=LAN_B
     BIND IPX TO LAN_B NET=222
 
  2. Use keyword AUTO, 100FULL, 100HALF, 10FULL, 10HALF to specify the
     media type of the DFE-690TXD.
 
     For example:
 
     ; Specify AUTO-DETECT
     LOAD DLKRCB AUTO FRAME=Ethernet_802.2 NAME=LAN_A
     BIND IPX TO LAN_A NET=111
 
     ; Specify 100Mbps, Half-duplex
     LOAD DLKRCB 100HALF FRAME=Ethernet_802.2 NAME=LAN_A
     BIND IPX TO LAN_A NET=111
 
     The default media type is auto-detect(i.e. none of these keywords
     is specified).
 
  3. Installing One LAN adapter with Multiple Frame Types:
 
     When binding multiple frame types to one adapter, enter a LOAD
     and BIND statement for each frame type. Each LOAD statement will
     use a different network number on the bind statement.
     It is required to supply a name on each load line in order to avoid
     being prompted for which board to bind IPX to. If you do not
     have the name option in the AUTOEXEC.NCF, it will not execute
     completely without user intervention.
 
     Example:
 
     LOAD DLKRCB FRAME=ETHERNET_802.3 NAME=DLKRCB_1_E83
     BIND IPX TO DLKRCB_1_E83 NET=11111
 
     LOAD DLKRCB FRAME=ETHERNET_802.2 NAME=DLKRCB_1_E82
     BIND IPX TO DLKRCB_1_E82 NET=33333
 
     LOAD DLKRCB FRAME=ETHERNET_SNAP  NAME=DLKRCB_1_ESP
     BIND IPX TO DLKRCB_1_ESP NET=55555
 
     LOAD DLKRCB FRAME=ETHERNET_II    NAME=DLKRCB_1_EII
     BIND IPX TO DLKRCB_1_EII NET=77777

If problems occur during the binding process, your screen will prompt
you with error messages. Please refer to your NetWare 386 manual for
details on these messages.

                                                                 -- End --
Download Driver Pack

How To Update Drivers Manually

After your driver has been downloaded, follow these simple steps to install it.

  • Expand the archive file (if the download file is in zip or rar format).

  • If the expanded file has an .exe extension, double click it and follow the installation instructions.

  • Otherwise, open Device Manager by right-clicking the Start menu and selecting Device Manager.

  • Find the device and model you want to update in the device list.

  • Double-click on it to open the Properties dialog box.

  • From the Properties dialog box, select the Driver tab.

  • Click the Update Driver button, then follow the instructions.

Very important: You must reboot your system to ensure that any driver updates have taken effect.

For more help, visit our Driver Support section for step-by-step videos on how to install drivers for every file type.

server: web1, load: 1.31