WFW311.TXT Driver File Contents (EN2216.zip)

              Accton Technology Corporation
            EN2216/2316 PCMCIA Ethernet Adapter
     Windows for Workgroups 3.11 Driver Installation
  

  Contents:
  --------

      A) Install NDIS 2.0 driver for WFW 3.11

      B) EN2216/2316 Enabler Program ACCOPEN.EXE

      C) Install NDIS 3.0 driver for WFW 3.11


   If you installed EMM386.EXE in CONFIG.SYS, please exclude memory 
   address range D000-DFFF from EMM386.EXE.  The EN2216/2316 driver
   uses this 64K bytes of memory space to read information stored on 
   the adapter.

   [Example]

      DEVICE=EMM386.EXE NOEMS X=D000-DFFF

A) Install NDIS 2.0 driver for WFW 3.11

    The driver "ETHPCM.DOS" contained in directory
    \NDIS conforms to the Network Driver Interface
    Specification (NDIS) 2.0 defined by Microsoft/3Com.

    NDIS 2.0 Driver Installation for Windows for Workgroups
    -------------------------------------------------------

    1. Start Windows by typing WIN from the DOS prompt.
    2. Click the "Network" icon in the Main Program
       Group.
    3. Click the "Network Setup" icon from the Network window.
    4. Select the "Drivers" item from the Network Setup dialog box.
    5. Select the "Add Adapters" item in the Option dialog box.
    6. Select "Unlisted or Updated Network Adapter" when the
       Install driver field appears.
    7. Type destination drive and path name on your PC.
       Make sure the full path of the directory (i.e. A:\NDIS)
       is given.
    8. Insert the Driver Diskette in your floppy drive
       and press <Enter> to start the installation process.
    9. When the "Accton EN2216/2316 Ethernet PCMCIA Adapter -16" dialog box appears,
       select the right interrupt number and I/O address.
   10. Follow on-screen instructions to complete the process.
   11. Restart your computer.

    Sample Configuration Files
    --------------------------

    1. CONFIG.SYS File

       DEVICE=C:\DOS\SETVER.EXE
       DEVICE=C:\WFW311\HIMEM.SYS
       DEVICE=C:\WFW311\IFSHLP.SYS
       DOS=HIGH,UMB

       FILES=30
       buffers=30
       FCBS=16,8
       LASTDRIVE=y


    2. AUTOEXEC.BAT File
  
       C:\WFW311\net start
       C:\WFW311\SMARTDRV.EXE
       @ECHO OFF
       PROMPT $p$g
       PATH C:\WFW311;
       SET TEMP=C:\WFW311\TEMP

    3. PROTOCOL.INI File on Windows for Workgroups 3.11

       [network.setup]
	version=0x3110
	netcard=ethpcmd,1,ethpcmd,1
	transport=ms$ndishlp,MS$NDISHLP
	transport=ms$netbeui,NETBEUI
	lana0=ethpcmd,1,ms$netbeui
	lana1=ethpcmd,1,ms$ndishlp

       [protman]
	DriverName=PROTMAN$
	PRIORITY=MS$NDISHLP

       [MS$NDISHLP]
	DriverName=ndishlp$
	BINDINGS=PCMCIAD

       [NETBEUI]
	DriverName=netbeui$
	SESSIONS=10
	NCBS=12
	BINDINGS=PCMCIAD
	LANABASE=0

       [EN2216D]
	DriverName=ETHPCM$
	IRQ = 5			------- See Notes
	IOBASE = 0x300		------- See Notes

B) EN2216/2316 Enabler Program ACCOPEN.EXE

   ACCOPEN.EXE is the EN2216/2316 MS-DOS enabler program.  You
   have to run ACCOPEN.EXE to enable the EN2216/2316 adapter before
   loading the WFW 3.11 NDIS3 driver.  You do not use ACCOPEN.EXE with
   the NDIS2 driver.

   The syntax to load ACCOPEN in CONFIG.SYS:

         DEVICE=C:\WFW311\ACCOPEN.EXE [/INT:x][/PORT:xxx]

       * INT - interrupt (IRQ) number to be used by EN2216/2316.
               This number must not be in use by any other device 
               in the system.

       * PORT- Starting I/O port address in hexadecimal format.
               EN2216/2316 requires 32 consecutive free I/O port
               addresses, and these set of addresses cannot be used
               by any other device in the system.

         The default value for IRQ is 5.  The default value for IOP is 
         300 (hexadecimal).

   Example:  The following command enables EN2216/2316 with IRQ 3 and
             I/O port address 320:

             DEVICE=C:\WFW311\ACCOPEN.EXE [/INT:3][/PORT:320]

C) Install NDIS 3.0 driver for WFW 3.11

    The driver "PCM311.386" contained in directory
    \WFW311 conforms to the Network Driver Interface
    Specification (NDIS) 3.0 defined by Microsoft.

    For the NDIS 3.0 driver for WFW 3.11, the EN2216/EN2316 Adapter must
    be enabled  by the enabler,  ACCOPEN.EXE first. Please refer to the
    ACCOPEN.EXE section in this document for more information.

    NDIS 3.0 Driver Installation for Windows for Workgroups 3.11
    ------------------------------------------------------------

    1. Run Windows by typing WIN from the DOS prompt.
    2. Click the "Network" icon in the Main Program
       Group.
    3. Click the "Network Setup" icon from the Network window.
    4. Select "Networks" in the Network Setup window.
    5. Select "Install Microsoft Windows Network" from the Networks window.
    6. Select "Drivers" from the Network Setup window.
    7. Select "Add Adapter" item in the Option Dialog box.
    8. Select the "Unlisted or Updated Network Adapter" when the
       Install driver field appears.
    9. Type destination drive and path name in your PC.(i.e. A:\)
   10. Insert the PCMCIA Driver Disk in your floppy drive
       and press <Enter> to start the installation process.
   11. When the "Accton EN2216/2316 Ethernet PCMCIA Adapter" dialog box
       appears, select the right interrupt number; I/O address and select
       "Close".  Please watch out the values you selected for the interrupt
       number and I/O address must match the same values that you set for
       ACCOPEN.EXE.
   12. Copy the EN2216/2316 enabler program ACCOPEN.EXE from the driver disk
       to the hard disk.
   13. Modify the CONFIG.SYS or AUTOEXEC.BAT file to add the ACCOPEN.EXE
       statement.  Please  refer to the sample files below.
   14. Follow the on-screen instructions to complete the process.

    Sample Configuration Files
    --------------------------

    1. CONFIG.SYS File
       FILES=30
       BUFFERS=30
       LASTDRIVE=Z
       DEVICE=C:\WFW311\HIMEM.SYS
       DEVICE=EMM386.EXE NOEMS X=D000-DFFF
       DEVICE=C:\WFW311\ACCOPEN.EXE /INT=5 /PORT=300       <-- PCMCIA Adapter enabler
       DEVICE=C:\WFW311\IFSHLP.SYS
       STACKS=9,256

    2. AUTOEXEC.BAT File

       C:\WFW311\SMARTDRV.EXE
       C:\WFW311\net start
       PATH C:\WFW311;
       SET TEMP=C:\WFW311\TEMP

    3. PROTOCOL.INI File on Windows for Workgroups 3.11
       [network.setup]
       version=0x3110
       netcard=ms$ethpcm,1,MS$ethpcm,2
       transport=ms$netbeui,NETBEUI
       lana0=ms$ethpcm,1,ms$netbeui

       [MS$ethpcm]
       DriverName=MS2000$
       INTERRUPT=5
       IOBASE=0x300

       [PCMCIA]
       adapters=MS$ethpcm

       [NETBEUI]
       BINDINGS=MS$ethpcm
       LANABASE=0
       SESSIONS=10
       NCBS=12


    4. SYSTEM.INI

       [386Enh]
       netcard=pcm311.386
                      
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: ftp, load: 0.40