Accton Technology Corporation
EN2216/2316 PCMCIA Ethernet Adapter
NetWare Server Driver Installation
Contents:
1. Files Description
2. Enable the EN2216/2316 PCMCIA Adapter
3. Driver Installation for NetWare Server 3.1x
4. Driver Installation for NetWare Server 4.x
5. Optional Parameters for ACCPCM.LAN
1. Files Description
-------------------------------------------------------------
Filename Description
-------------------------------------------------------------
README.TXT This file. Presents a summary for NetWare Server
driver installation.
ACCPCM.LAN 32-Bit ODI Server driver.
ACCPCM.LDI Driver installation information file.
ETHERTSM.NLM NetWare Server 3.1X, 4.X LAN driver Topology
Specific Module (TSM) for Ethernet.
3.1X\NBI31X.NLM NetWare Server 3.1X Bus Interface module.
3.1X\MSM31X.NLM NetWare Server 3.1X LAN driver Media Support
Module (MSM).
4.X\MSM.NLM NetWare Server 4.X LAN driver Media Support
Module (MSM).
------------------------------------------------------------------
2. Enable the EN2216/2316 PCMCIA Adapter
ACCOPEN.EXE is the EN2216/2316 enabling program. You have to
run ACCOPEN.EXE under DOS to enable EN2216/2316 before bringing up
the Netware Server. The EN2216/2316 server driver will not work if
the adapter is not enabled first in DOS.
The syntax for ACCOPEN is:
ACCOPEN [/INT:x][/PORT:xxx]
* INT - interrupt (IRQ) number to be used by the adapter.
This number must not be in use by any other device
in the system.
* PORT- Starting I/O port address in HEX format. The adapter
requires 32 consecutive free I/O port addresses.
The default value for INT is 5. The default value for PORT is
0x300.
Example: The following command enables EN2216/2316 with IRQ 3 and
I/O port address 300:
ACCOPEN /INT:3 /PORT:300
3. Driver Installation for NetWare Server 3.1x
1. Insert EN2216/2316 Driver Disk in the floppy drive (e.g. A:).
2. Copy the following file from the Driver Disk to the root
directory on the hard disk:
\NETWARE\SERVER\ACCOPEN.EXE
Exeute ACCOPEN to enable the adapter as described in
Section 2 above.
3. Change to the NetWare Server directory (for example:
CD \SERVER.312)
4. Copy the following files from the Driver Disk to the NetWare
Server directory on the hard disk:
\NETWARE\SERVER\3.1X\NBI31X.NLM
\NETWARE\SERVER\3.1X\MSM31X.NLM
\NETWARE\SERVER\ETHERTSM.NLM
\NETWARE\SERVER\ACCPCM.LAN
--------------------------------------------------------------------------
Sample AUTOEXEC.NCF for NetWare Server 3.12
LOAD C:NBI31X
LOAD C:MSM31X
LOAD C:ETHERTSM
LOAD C:ACCPCM FRAME=ETHERNET_802.2 NAME=E_8022
LOAD C:ACCPCM FRAME=ETHERNET_802.3 NAME=E_8023
LOAD C:ACCPCM FRAME=ETHERNET_II NAME=E_II
LOAD C:ACCPCM FRAME=ETHERNET_SNAP NAME=E_SNAP
BIND IPX E_8022 NET=10
BIND IPX E_8023 NET=20
BIND IPX E_II NET=30
BIND IPX E_SNAP NET=40
--------------------------------------------------------------------------
4. Driver Installation for NetWare Server 4.X
1. Copy the following files from the Driver Disk to the
NetWare Server directory on the hard disk.
\NETWARE\SERVER\4.X\MSM.NLM
\NETWARE\SERVER\ETHERTSM.NLM
\NETWARE\SERVER\ACCPCM.LAN
Copy the following file from the Driver Disk to the root
directory on the hard disk:
\NETWARE\SERVER\ACCOPEN.EXE
Exeute ACCOPEN to enable the adapter as described in
Section 2 above.
2. Change to NetWare Server directory (for example: CD \NWSERVER).
3. Load the NetWare Server System by typing SERVER, and
press <Enter>.
4. When the Server prompt appears, load the NetWare Server
Installation Utility by entering the following command on the
server console:
LOAD INSTALL
5. Select "Driver options" from the "Installtion Options" menu,
and press <Enter>.
6. Select "Configure network drivers" from the "Driver Options" menu,
and press <Enter>.
7. Select "Select a driver" from the "Additional Driver Actions" menu,
and press <Enter>.
8. Press <Ins> to install an unlisted driver, and press <F3> to
specify a different path.
9. Insert the EN2216/2316 Driver Disk in the floppy
drive (e.g. A:), and specify the directory on the disk where the
drivers are located (e.g. A:\NETWARE\SERVER).
10. Select "Accton EN2216/2316 PCMCIA Adapter"
from the "Select a driver to install:" menu, and
press <Enter>.
11. If necessary, select "Select/Modify driver parameters and
protocols" from the "Board Accton EN2216/2316 (Driver ACCPCM) Actions"
menu, and press <Enter> to set up the driver parameters.
After the driver parameters are set, select
"Save parameters and load driver", and press <Enter>.
12. Follow instructions to complete driver installation.
13. Bring down the server by entering "down", and then "exit."
This brings the system back to the MS-DOS prompt.
14. Bring up the server by entering "server" on the
MS-DOS command prompt. After the server comes up, the
adapter and the network should be working.
15. Please beware that each time you reboot the system, you have
to run ACCOPEN.EXE to enable EN2216/2316 as described in
section 2 above.
--------------------------------------------------------------------------
Sample AUTOEXEC.NCF for NetWare Server 4.X
LOAD C:NBI
LOAD C:MSM
LOAD C:ETHERTSM
LOAD C:ACCPCM FRAME=ETHERNET_802.2 NAME=E_8022
LOAD C:ACCPCM FRAME=ETHERNET_802.3 NAME=E_8023
LOAD C:ACCPCM FRAME=ETHERNET_II NAME=E_II
LOAD C:ACCPCM FRAME=ETHERNET_SNAP NAME=E_SNAP
BIND IPX E_8022 NET=10
BIND IPX E_8023 NET=20
BIND IPX E_II NET=30
BIND IPX E_SNAP NET=40
--------------------------------------------------------------------------
5. Optional Parameters for ACCPCM.LAN
The following are the optional parameters for ACCPCM.LAN:
1. FRAME:
Specifies which frame type is used by the driver.
Accepted values are Ethernet_802.2, Ethernet_802.3,
Ethernet_II and Ethernet_SNAP. Multiple frame types can
be enabled by loading the same driver with different
FRAME types.
Examples:
LOAD ACCPCM FRAME=ETHERNET_802.2
LOAD ACCPCM FRAME=ETHERNET_802.3
LOAD ACCPCM FRAME=ETHERNET_II
LOAD ACCPCM FRAME=ETHERNET_SNAP
2. INT:
The Interrupt (IRQ) value to be used by the adapter.
You have to pay attention that the INT value you specified
here must match the /INT value you specified for
ACCOPEN, the EN2216/2316 DOS enabling program. Please
refer to section 2 on how to use ACCOPEN to enable
the adapter in DOS before bringing up the server.
Example:
LOAD ACCPCM INT=3 FRAME=ETHERNET_802.2
3. PORT:
The starting I/O port address.
You have to pay attention that the PORT value you specified
here must match the /PORT value you specified for
ACCOPEN, the EN2216/2316 DOS enabling program. Please
refer to section 2 on how to use ACCOPEN to enable
the adapter in DOS before bringing up the server.
Example:
LOAD ACCPCM INT=3 PORT=300 FRAME=ETHERNET_802.2
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.