This document describes the procedure to install the NetWare Client32 driver for 10/100 PCMCIA ethernet adapter installation. Installation Procedure ====================== A. Driver Installation Procedures on Clien32 for DOS : --------------------------------------------------- 1. If you have completed installed the Netware Client 32 for DOS, all you have to do is to modify STARTNET.BAT. Please see the sample STARTNET.BAT above. If not, Please follow the next step 2 - step 7. 2. Run INSTALL.EXE from Netware Client 32 for DOS diskette 1 (or from Netware 4.11 CD). When the product manual appears, mark the "Netware Client 32 for DOS" item, then press . 3. Select "OTHER DRIVERS" item from "32-bit Network Board Drivers" menu, then press . 4. Insert LNAX100 Driver Diskette, then specify the driver path A: or B: 5. Select "10/100 PCMCIA Ethernet adapter", then press . 6. Following instructions to complete the Client32 for DOS software installation. 7. Reboot your machine. Configuring LAN Adapter's Media Type: --------------------------------- The keyword "NWAY" is provided for LAN adapter to auto detect the speed and the duplex mode. For example: LOAD C:\NOVELL\CLIENT32\LNAX100.LAN NWAY The keyword "S100" is provided for user to force the media to 100BASE-TX HALF DUPLEX mode. For example: LOAD C:\NOVELL\CLIENT32\LNAX100.LAN S100 The keyword "S10" is provided for user to force the media to 10BASE-T HALF DUPLEX mode. For example: LOAD C:\NOVELL\CLIENT32\LNAX100.LAN S10 Installing Multiple LAN Adapters: --------------------------------- The keyword "SLOT" is provided for multiple LAN adapters in a single server by the driver LNAX100.LAN. So, add "SLOT" in LOAD commands. For example: C:\NOVELL\CLIENT32\NIOS.EXE LOAD LSLC32.NLM LOAD CMSM.NLM LOAD ETHERTSM.NLM LOAD LNAX100 FRAME=Ethernet_802.2 SLOT=1 LOAD LNAX100 FRAME=Ethernet_802.2 SLOT=2 Sample Configuration Files: --------------------------- STARTNET.BAT (Client 32 for DOS will contain): C:\NOVELL\CLIENT32\NIOS.EXE LOAD C:\NOVELL\CLIENT32\LSLC32.NLM LOAD C:\NOVELL\CLIENT32\CMSM.NLM LOAD C:\NOVELL\CLIENT32\ETHERTSM.NLM LOAD C:\NOVELL\CLIENT32\LNAX100.LAN FRAME=ETHERNET_802.2 LOAD C:\NOVELL\CLIENT32\LNAX100.LAN FRAME=Ethernet_802.3 LOAD C:\NOVELL\CLIENT32\LNAX100.LAN FRAME=Ethernet_II LOAD C:\NOVELL\CLIENT32\LNAX100.LAN FRAME=Ethernet_SNAP