README.TXT Driver File Contents (2x16_v200.zip)


		      Accton Technology Corporation
                     EN2216/2316 PCMCIA Ethernet Adapter
                      OS/2 WARP NDIS Driver Installation
		    

I. Overview
============

The driver ETHPCM.OS2 contained in directory \NDIS\OS2 is the OS/2 NDIS
driver for the Accton EN2216/2316 Ethernet PCMCIA adapter.  This driver
supports IBM OS/2 2.1 and the OS/2 WARP operating system.

Before  installing the NDIS driver, please be sure the PCMCIA
support drivers (the Card Service and Socket Service drivers) are 
properly installed in OS/2.  Please consult the documentation that
comes with the operating system on how to install the PCMCIA support
drivers.

Note that since OS/2 does not have PCMCIA support until version 2.1, this
driver does not work under previous versions of OS/2.

II. Files descriptions
======================

    \NDIS\OS2
    ETHPCM.OS2          EN2216/2316 OS/2 NDIS Driver
    EN2216O.NIF         Network Information File for OS/2 LAN Server 


III. OS/2 LAN Server 3.0 Installation
=====================================

 1. Copy ETHPCM.OS2 and EN2216O.NIF files from the
    Driver diskette (\NDIS\OS2) to D:\IBMCOM\MACS.
    D is the drive where the LAN Adapter and Protocol Support (LAP)
    is installed.
 2. Click the OS/2 LAN Service icon.
 3. Select "Installation and configuration." The IBM logo appears.
 4. Click <OK>.
 5. Select <Advance> and press <Enter>.
 6. Select "Install or Configuration this Workstation."
 7. Select "server type", "adding a server or domain controller".
    The "install or remove" selections appears.
 8. Select "Configure a component."
 9. Click the "Configure" button.
10. Select "Configure workstation."
11. Select "Accton EN2216/2316 PCMCIA Ethernet adapter" when
    prompted to identify your Network Adapter.
    Click the <Add> button.
12. Select "802.2" from the list and click the <Add> button.
13. Select "IBM NETBIOS" from the list and click the <Add> button.
14. Select <OK> to confirm all the selections.
15. Follow the instructions to complete the process.
    Select <OK> to accept default selections.
16. Continue pressing <OK> until your screen prompts you to backup
    old CONFIG.SYS and AUTOEXEC.BAT and create a new CONFIG.SYS
    and AUTOEXEC.BAT. Select <OK> to confirm.
17. The default interrupt number for the Accton PCMCIA Ethernet
    Adapter is 5, and the default I/O base address is 0x300.
    If these values are available in your system, skip to step 18,
    otherwise you have to modify the \IBMCOM\PROTOCOL.INI file.
    Find the [en2216o_nif] section in this file, and add the
    'irq' and 'iobase' entries under this section.  An example is
    shown below:

   [en2216o_nif]

      DriverName = ETHPCM$
      irq = 5
      iobase = 0x300

18. The installation is complete. Please reboot your system.  The driver
    should come up and the network function should be ready.

19. In case the driver does not come up, the most common cause is there
    is a resource conflict.  In other words, there may have other devices
    in the system there are using the same IRQ and/or IO Port Base values
    that you specified for EN2216/2316.  In this case, please go back to
    step 17 and adjust the IRQ and IO Port Base values and reboot the
    system.  You may have to exepriment with this for a few times before
    you can find a working combination.
     


IV. Sample CONFIG.SYS after the Card Service/Socket Service and the 
    NDIS drivers are installed.

RUN=D:\IBMCOM\PROTOCOL\NETBIND.EXE
RUN=D:\IBMCOM\LANMSGEX.EXE
DEVICE=D:\IBMCOM\PROTOCOL\NETBEUI.OS2
DEVICE=D:\IBMLAN\NETPROG\RDRHELP.200
IFS=D:\IBMLAN\NETPROG\NETWKSTA.200 /I:D:\IBMLAN /N
DEVICE=D:\IBMCOM\PROTOCOL\NETBIOS.OS2
DEVICE=D:\IBMCOM\PROTOCOL\LANDD.OS2
DEVICE=D:\IBMCOM\PROTOCOL\LANDLLDD.OS2
DEVICE=D:\IBMCOM\MACS\ETHPCM.OS2            --->  EN2216/2316 NDIS driver
RUN=D:\IBMCOM\PROTOCOL\LANDLL.EXE
REM ************* P C M C I A  S E C T I O N **************
BASEDEV=PCMCIA.SYS            ----> Card Service Driver
BASEDEV=NEC2RMU1.SYS          ----> Resource Map Utility for your notebook
BASEDEV=IBM2NEC1.SYS /s0=2    ----> Socket Service Driver for your notebook
BASEDEV=PCM2ATA.ADD
DEVICE=D:\OS2\AUTODRV2.SYS D:\OS2\AUTODRV2.INI
DEVICE=D:\OS2\MDOS\VPCMCIA.SYS
REM *********  E N D  P C M C I A  S E C T I O N  *********
RUN=D:\IBMLAN\NETPROG\LSDAEMON.EXE


V. Sample PROTOCOL.INI file
===========================

[PROT_MAN]

   DRIVERNAME = PROTMAN$

[IBMLXCFG]

   en2216o_nif = en2216o.nif
   LANDD_nif = LANDD.nif
   NETBEUI_nif = NETBEUI.nif

[LANDD_nif]

   DriverName = LANDD$
   Bindings = en2216o_nif
   ETHERAND_TYPE = "I"
   SYSTEM_KEY = 0x0
   OPEN_OPTIONS = 0x2000
   TRACE = 0x0
   LINKS = 8
   MAX_SAPS = 3
   MAX_G_SAPS = 0
   USERS = 3
   TI_TICK_G1 = 255
   T1_TICK_G1 = 15
   T2_TICK_G1 = 3
   TI_TICK_G2 = 255
   T1_TICK_G2 = 25
   T2_TICK_G2 = 10
   IPACKETS = 250
   UIPACKETS = 100
   MAXTRANSMITS = 6
   MINTRANSMITS = 2
   TCBS = 64
   GDTS = 30
   ELEMENTS = 800

[NETBEUI_nif]

   DriverName = netbeui$
   Bindings = en2216o_nif
   ETHERAND_TYPE = "I"
   USEADDRREV = "YES"
   OS2TRACEMASK = 0x0
   SESSIONS = 40
   NCBS = 95
   NAMES = 21
   SELECTORS = 5
   USEMAXDATAGRAM = "NO"
   ADAPTRATE = 1000
   WINDOWERRORS = 0
   MAXDATARCV = 4168
   TI = 30000
   T1 = 500
   T2 = 200
   MAXIN = 1
   MAXOUT = 1
   NETBIOSTIMEOUT = 500
   NETBIOSRETRIES = 8
   NAMECACHE = 0
   PIGGYBACKACKS = 1
   DATAGRAMPACKETS = 2
   PACKETS = 350
   LOOPPACKETS = 1
   PIPELINE = 5
   MAXTRANSMITS = 6
   MINTRANSMITS = 2
   DLCRETRIES = 5

[en2216o_nif]

   DriverName = ETHPCM$
   irq = 5
   iobase = 0x300


--------------------------------------------------------------------------------
All trademarks or brand names mentioned are properties
of their respective companies.
Download Driver Pack

How To Update Drivers Manually

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.

server: web2, load: 1.45