LAN Manager Workstation/Server
Introduction:
-------------
This document describes the procedure to setup LAN Manager 2.1
Workstation/Server driver for REALTEK RTL8139 Fast PCI 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]
; RTL8139 RPOTOCOL.INI SAMPLE
DriverName=RTSND$
EtherID=@52544C111111 ;This keyword is used to desinate a RTL8139
;adapter by assigning its ethernet ID
;when more than one adapters exist on one
; system.
BusNo=@00 ;This keyword is used to desinate a RTL8139
;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 RTL8139
;adapter by assigning it's PCI Device number
;when more than one adapters exist on one
; system.(must be used with 'BusNo' keyword)
Speed= 100/10 ;This keyword is used to force RTL8139 adapter
;to speed 10M or 100M mode. If not present,
;the driver will auto-detect the speed.
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 Realtek driver isn't included on the Lan Manager disk)
and insert the Realtek RTL8139 driver disk, select the Realtek
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.
-- Jack Chen --