*****************************************************************************
* *
* 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 <Enter>
2. Choose "Driver Options (load/unload ...)" and press <Enter>.
3. Choose "Configure network drivers" and press <Enter>.
4. Choose "Select a driver" and press <Enter>.
5. Press the <Ins> key to install the driver which is not on the list.
6. Press <F3> to specify a different path (A:\NETWARE\4.1X) and press
<Enter>.
7. The RTSSRV.LAN should appear on the selection list. Press <Enter> 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.
Download Driver Pack
After your driver has been downloaded, follow these simple steps to install it.
Expand the archive file (if the download file is in zip or rar format).
If the expanded file has an .exe extension, double click it and follow the installation instructions.
Otherwise, open Device Manager by right-clicking the Start menu and selecting Device Manager.
Find the device and model you want to update in the device list.
Double-click on it to open the Properties dialog box.
From the Properties dialog box, select the Driver tab.
Click the Update Driver button, then follow the instructions.
Very important: You must reboot your system to ensure that any driver updates have taken effect.
For more help, visit our Driver Support section for step-by-step videos on how to install drivers for every file type.