LAN Manager Workstation/Server Introduction: ------------- This document describes the procedure to setup LAN Manager 2.1 Workstation/Server driver for ISA Plug&Play ethernet adapter. We provide two NDIS drivers. The PNPNDIS.DOS/PNPNDIS.OS2 drivers are normal drivers and PNPNDT.DOS are turbo NDIS drivers. It is highly recommended to use the turbo drivers to improve network performance. Location of Driver: \NDIS\PNPNDIS.DOS (for DOS) \NDIS\PNPNDT.DOS (for DOS) \NDIS\PNPNDIS.OS2 (for OS/2) Sample Configuration Files: --------------------------- CONFIG.SYS (for DOS will contain): DEVICE=C:\LANMAN.DOS\DRIVERS\PROTMAN\PROTMAN.DOS /I:C:\LANMAN.DOS REM For Normal Driver DEVICE=C:\LANMAN.DOS\DRIVERS\ETHERNET\ISAPNP\PNPNDIS.DOS REM or For Turbo Driver DEVICE=C:\LANMAN.DOS\DRIVERS\ETHERNET\ISAPNP\PNPNDT.DOS CONFIG.SYS (for OS/2 will contain): DEVICE=C:\LANMAN.OS2\DRIVERS\PROTMAN\PROTMAN.OS2 /I:C:\LANMAN.OS2 REM For Normal Driver DEVICE=C:\LANMAN.OS2\DRIVERS\ETHERNET\ISAPNP\PNPNDIS.OS2 PROTOCOL.INI (will contain): (For normal driver) [PROTMAN] DRIVERNAME = PROTMAN$ DYNAMIC = YES PRIORITY = NETBEUI [NETBEUI_XIF] Drivername = netbeui$ SESSIONS = 6 NCBS = 12 BINDINGS = "ISAPNP_NIF" LANABASE = 0 [ISAPNP_NIF] DriverName = PNPNDIS$ AdapterID = @0000B4123456 ; This item is only required when ; more than one ethernet adapters ; exist on one system. PROTOCOL.INI (will contain): (For turbo driver) [PROTMAN] DRIVERNAME = PROTMAN$ DYNAMIC = YES PRIORITY = NETBEUI [NETBEUI_XIF] Drivername = netbeui$ SESSIONS = 6 NCBS = 12 BINDINGS = "ISAPNPT_NIF" LANABASE = 0 [ISAPNPT_NIF] DriverName = PNPNDT$ AdapterID = @0000B4123456 ; This item is only required when ; more than one ethernet adapters ; exist on one system. Setup Procedures: ----------------- Before you start the installation process, make sure that the adapter is properly installed and configured. Make sure your Microsoft LAN Manager is properly installed. 1. Run the appropriate Microsoft Lan Manager SETUP for computer you are setting up.(DOS, OS/2 or OS/2 Server). Select "Configuration" item, (this driver isn't included on the Lan Manager disk) and insert this driver diskette, select the ISA PNP driver and follow the directions. 2. When completed, reboot your computer . NOTES: ------ 1. Parameters for the PROTOCOL.INI file: DRIVERNAME: This is the one required parameter. See example at top of this document for syntax. AdapterID : This keyword is provided by PNPNDIS, and is required when more than one ethernet adapters exist on one system. You must modify the AdapterID value in file, \LANMAN\PROTOCOL.INI, by yourself.