***************************************************************************** * * * 32-Bit PCI Fast Ethernet Adapter * * * * ODI Driver for NetWare 4.1x Servers * * * ***************************************************************************** Installation: ============= Using Server Install utility: ----------------------------- 1. On the server console, execute the INSTALL.NLM program: LOAD INSTALL 2. Choose "Driver Options (load/unload ...)" and press . 3. Choose "Configure network drivers" and press . 4. Choose "Select a driver" and press . 5. Press the key to install the driver which is not on the list. 6. Press to specify a different path (A:\NETWARE\4.1X) and press . 7. The RTSSRV.LAN should appear on the selection list. Press to choose it. 8. You can "Select/Modify driver parameters and protocols", and then "Save parameters and load driver". 9. You can add the LOAD and BIND command lines to the AUTOEXEC.NCF file so that the LAN driver will be loaded automatically while the server is starting up. Loading Driver Manually: ------------------------ 1. On the server console, load the driver directly, for example: LOAD A:\NETWARE\4.1X\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.