***************************************************************************** * * * 32-Bit PCI Fast Ethernet Adapter * * * * ODI Driver for NetWare 3.12 Servers * * * ***************************************************************************** Installation: ============= Loading Driver Manually: ------------------------ 1. On the server console, load the driver directly, for example: LOAD A:\NETWARE\3.12\RTSSRV FRAME=Ethernet_802.2 2. Bind with IPX: BIND IPX RTSSRV 3. You can login the server from a workstation, and then copy RTSSRV.LAN to the directory SYS:\SYSTEM on server. Add the LOAD and BIND command lines to AUTOEXEC.NCF file so that the lan driver will be loaded automatically while the server starting up next time. NOTE: ----- Multiple LAN Adapters in a system: If you want to install mutiple LAN adapters in a server, you have to use the keyword, SLOT, to let driver locate the right adapter. For example: LOAD RTSSRV SLOT=1 FRAME=Ethernet_802.2 NAME=Lan_1 BIND IPX TO Lan_1 NET=2001 LOAD RTSSRV SLOT=2 FRAME=Ethernet_802.2 NAME=Lan_2 BIND IPX TO Lan_2 NET=2002 Configuration Parameters: ========================= Custom Keywords: ---------------- The keyword "MEDIUM" is provided for specifying adapter's speed and duplex mode. There are five medium values: AUTO, 10HALF, 10FULL, 100HALF, 100FULL. MEDIUM=AUTO ;operate on auto negotiation mode MEDIUM=10HALF ;operate on 10M/HalfDuplex mode MEDIUM=10FULL ;operate on 10M/Fullduplex mode MEDIUM=100HALF ;operate on 100M/HalfDuplex mode MEDIUM=100FULL ;operate on 100M/Fullduplex mode For example: LOAD RTSSRV SLOT=1 MEDIUM=100HALF FRAME=Ethernet_802.2 NAME=LAN_A BIND IPX TO LAN_A NET=11 ---- All trademarks or brand names mentioned are properties of their respective companies.