

               Accton Technology Corp.
    NDIS DRIVER FOR WINDOWS FOR WORKGROUPS 3.11 INSTALLATION
    ========================================================

  Copyright (c) 1994, 1995 Accton Technology Corporation.
  All rights reserved.


  Contents:
  --------

      A) Install NDIS 2.0 driver for WFW 3.11

      B) Install NDIS 3.0 driver for WFW 3.11


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.

    ACCOPEN.EXE should be added in the CONFIG.SYS file in the following 
    format:

    DEVICE=C:\WINDOWS\ACCOPEN.EXE /INT=5 /PORT=300

    INT and PORT specify the Interrupt and the I/O port number
    respectively that you intend to use with the PCMCIA Adapter.

    This statement should be added after the Card Service driver statement
    in CONFIG.SYS.


    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 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\ACCOPEN.EXE /INT=5 /PORT=300 <-- PCMCIA Adapter enabler
       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=en2212d,1,en2212d,1
        transport=ms$ndishlp,MS$NDISHLP
        transport=ms$netbeui,NETBEUI
        lana0=en2212d,1,ms$netbeui
        lana1=en2212d,1,ms$ndishlp

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

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

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

       [EN2212D]
        DriverName=ETHPCM$
        irq = 5
        iobase = 0x300

B) 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.

    ACCOPEN.EXE should be added in the CONFIG.SYS file in the following 
    format:

    DEVICE=C:\WINDOWS\ACCOPEN.EXE /INT=5 /PORT=300

    INT and PORT specify the Interrupt and the I/O port number
    respectively that you intend to use with the PCMCIA Adapter.

    This statement should be added after the Card Service driver statement
    in CONFIG.SYS.

    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.
   10. Make sure the full path of the directory (i.e. A:\WFW311)
       is given.
   11. Insert the PCMCIA Driver Diskette in your floppy drive
       and press <Enter> to start the installation process.
   12. When the "Accton Ethernet PCMCIA Adapter" dialog box appears, 
       select the right interrupt number; I/O address and select "Close".
   13. 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=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$en2212,1,MS$EN2212,2
       transport=ms$netbeui,NETBEUI
       lana0=ms$en2212,1,ms$netbeui

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

       [EN2212]
       adapters=MS$EN2212

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


    4. SYSTEM.INI

       [386Enh]
       netcard=pcm311.386

===End===

