Server Driver for NetWare 4.1X Introduction: ------------- This document describes the procedure to install the NetWare v4.1X server driver for D-Link DFE-538TX 10/100 Adapter. Location of Driver: \NWSERVER\41X\DLKRTS.LAN Installaton Procedure : ----------------------- Before you start with the installation process, make sure that the Novell NetWare v4.1X server is properly installed. Similarly, your adapter should also be properly installed in your server. 1. Insert the Driver Disk into CD-ROM driver and check the contents of subdirectory \NWSERVER\41X, It should contain the following file : DLKRTS.LAN? Novell NetWare V4.1X Server Driver DLKRTS.LDI? Novell NetWare V4.1X Server Driver Installation Information File 2. At the NetWare prompt (indicated by the Server name), run the INSTALL.NLM program by typing: server name: LOAD INSTALL 3. Select " Driver Options (Configure/Load/...) " and press . 4. Press the key to specify other drivers to install. 5. Press and specify the driver path (EX: E:\NWSERVER\41X) and press . 6. The DLKRTS.LAN driver should appear in your choice list for the 'Select a LAN Driver' field. Choose this driver to start the driver loading and binding procedure. This will allow you to load and bind all 4 frame types supported by NetWare. 7. Add the LOAD and BIND statements you require to the server's AUTOEXEC.NCF file so that the LAN driver will load automatically each time the server starts up. Installation Notes: ------------------- 1. Installing Multiple LAN Adapters: The keyword "SLOT" is provided for multiple LAN adapters in a single server by the driver RTSSRV.LAN. So, add EtherID in LOAD commands. For example: LOAD DLKRTS SLOT=1 FRAME=Ethernet_802.2 NAME=LAN_A BIND IPX TO LAN_A NET=11 LOAD DLKRTS SLOT=2 FRAME=Ethernet_802.2 NAME=LAN_B BIND IPX TO LAN_B NET=22 2. The keyword "MEDIUMTYPE" is provided for specifying adapter's speed (AUTO, 100FULL, 100HALF, 10FULL, 10HALF), add SPEED in LOAD commands. For example: LOAD DLKRTS SLOT=1 MEDIUMTYPE=100HALF FRAME=Ethernet_802.2 NAME=LAN_A BIND IPX TO LAN_A NET=11