LAN Manager Workstation/Server Introduction: ------------- This document describes the procedure to setup LAN Manager 2.1 Workstation/Server driver for 10/100M PCI Fast Ethernet Adapter. Location of Driver:(DOS) \MSLANMAN.DOS\DRIVERS\ETHERNET\RTL8139\RTSND.DOS (OS/2)\MSLANMAN.OS2\DRIVERS\ETHERNET\RTL8139\RTSND.OS2 Sample Configuration Files: --------------------------- CONFIG.SYS (for DOS will contain): DEVICE=C:\LANMAN.DOS\DRIVERS\PROTMAN\PROTMAN.DOS /I:C:\LANMAN.DOS DEVICE=C:\LANMAN.DOS\DRIVERS\ETHERNET\RTL8139\RTSND.DOS CONFIG.SYS (for OS/2 will contain): DEVICE=C:\LANMAN.OS2\DRIVERS\PROTMAN\PROTMAN.OS2 /I:C:\LANMAN.OS2 DEVICE=C:\LANMAN.OS2\DRIVERS\ETHERNET\RTL8139\RTSND.OS2 PROTOCOL.INI (will contain): [RTL8139] DriverName=RTSND$ EtherID=@52544C111111 ;This keyword is used to desinate a ;adapter by assigning its ethernet ID ;when more than one adapters exist on one ; system. BusNo=@00 ;This keyword is used to desinate a ;adapter by assigning it's PCI bus number ;when more than one adapters exist on one ; system.(must be used with 'DeviceNo' keyword) DeviceNo=@0A ;This keyword is used to desinate a ;adapter by assigning it's PCI Device number ;when more than one adapters exist on one ; system.(must be used with 'BusNo' keyword) Medium Type=_AUTO ;This keyword is used to force the adapter _10HALF ;to medium 10M Half Duplex, 10M Full Duplex _10FULL ;100M Half Duplex,100M Full Dulpex or _100HALF ;Autonigotiation mode _100FULL Setup driver procedures on LAN Manager workstation/server : ----------------------------------------------------------- Before you start with 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 ,(the 10/100M driver isn't included on the Lan Manager disk) and insert the 10/100M PCI Fast Ethernet driver disk, select the 10/100M driver and follow the directions. 2. When completed, reboot your computer. Installing Multiple LAN Adapters: ---------------------------------- To Follow Setup driver Procedure and add two adapter, Under DOS mode, you can modify the EtherID or BusNo+DeviceNo Keyword field in file C:\LANMAN\PROTOCOL.INI.