README.TXT Driver File Contents (en2218b.zip)

              Accton EN2218 Multi-function PC Card
              LAN Manager NDIS Driver Installation

The driver ETHPCM.DOS contained in directory \MSLANMAN.DOS
is used in the LAN Manager environment.

This driver conforms to the Network Driver Interface Specification
(NDIS) 2.0 defined by Microsoft/3Com.

ETHPCM.DOS enables both the LAN and modem functions of EN2218.
It is loaded in the CONFIG.SYS file as a MS/DOS device driver.  

The following keywords are supported in PROTOCOL.INI:

[IRQ]          Specifies the interrupt (IRQ) for the LAN function.

               All legal IRQ values are supported.  If Card Service is 
	       installed in the system, the driver checks with the Card Service 
	       to see if the IRQ you specified is free.  If it is, the driver 
	       uses this IRQ.  If it is not free, the driver asks the Card 
	       Service to assign an available IRQ and use that IRQ instead of 
	       the one you specified.

	       If Card Service is not installed, the driver will try to use 
	       the IRQ you specified regardless whether it is free.  In case 
	       the IRQ is not free, the driver will not be able to come up, 
	       or the system may hang.

	       If Card Service is installed in the system, it is recommended 
	       that you do not specify the IRQ value and let the driver assign
	       it for you.   If Card Service in not installed, please make sure 
	       the IRQ you assigned, or the default value (5), is not used by 
	       another device in the system.

[IOBASE]       Specifies the base I/O address for the LAN function.

               The supported values are:

	       0x300 (Default value)
	       0x320
	       0x340
	       0x360

               The comment about IRQ keyword assignment also applies to the
	       IOBASE parameter.  If Card Service is installed in the 
	       system, it is recommended that you do not specify the IOBASE
	       value and let the driver assign it for you.   If Card Service 
	       in not installed, please make sure the I/O Base you assigned, 
	       or the default value (0x300), is not used by another device in 
	       the system.

[COMPORT]      Specifies the COM port (COM2, COM3, COM4) for the modem 
               function.

               The supported values are:

	       2 (for COM2)
	       3 (for COM3, default value)
	       4 (for COM4)

               The comment about IRQ assignment also applies to the
	       COMPORT parameter.  If Card Service is installed in the 
	       system, it is recommended that you do not specify the COMPORT
	       value and let the driver assign it for you.   If Card Service 
	       in not installed, please make sure the COM port you assigned, 
	       or the default value (3, for COM3), is not used by another 
	       device in the system.

The following is a sample message displayed by ETHPCM.DOS after it is
loaded:

   The COM PORT to use is COM3
      COMPORT = 0x03E8
      COMIRQ  = 0x4
      IOBASE  = 0x0300
      IRQ     = 0x5

This message says that ETHPCM.DOS acquired the COM3 port for use by the 
modem function.  The I/O base address for COM3 is 0x3E8 (hexadecimal),
and the IRQ (interrupt) number is 4.  Depending on the availability of the 
COM ports in the machine or user designation, ETHPCM.DOS may display a 
different COM port other than the one shown in this example. 

This message also reports for Ethernet function the I/O base address 
is 0x300, and the IRQ (interrupt) is 5.  These values are configurable
in the PROTOCOL.INI file.  Please consult the sample PROTOCOL.INI file
in this directory for details.


1. Installation Procedure for LAN Manager V2.0
--------------------------------------------------

 a. Type "Setup" in the Lan Manager Directory.  Press <Enter>.

 b. Press <Enter>.

 c. Select "Import Network Drivers..." in "Action".  Press <Enter>.

 d. Type the source drive letter (A: or B:).

 e. Insert Driver Disk in the source drive.  Press <Enter>.
    "Import Network Drivers" appears.

 f. Press the <SPACEBAR> to select Network Adapter Card, "Ethernet+Modem
    PC Card".  Press <Enter>.

 g. Press the <NO> button.

 h. Press <Enter> three times.	"Network Driver" appears.

 i. Select "Ethernet+Modem PC Card" in the "Network Adapter Cards"
    menu.  Press <Add driver>, <Add protocol>, and <OK>.
    "Workstation Primary parameters" appears.  Press <OK>.

 k. Press <OK> three times.

 l. Select "Save" in "Action".

 m. Press <F3> to Exit.


2. Installation Introduction for LAN Manager V2.1
--------------------------------------------------

 a. Type "lmsetup" in the Lan Manager Directory.  Press Enter.
    Microsoft LAN Manger Setup appears.

 b. Select "Network Drivers..." in "Configuration".  Press Enter.

 c. Select <Add New Configs>.  Press Enter.
    "Network Adapter Driver" appears.

 d. Select <Other Driver>.  Press Enter.

 e. Insert the Driver Disk in the source drive.  Type the
    drive letter (A: or B:).  Push the <OK> button.

 f. In "Available Network Adapter Driver", select "Ethernet+Modem PC 
    Card".  Push the <OK> button.

 g. Press the SPACEBAR to select the protocols.

 h. Push the <OK> button.  "Configuration Complete" appears.

 i. Push the <Save> button.

 j. Press "F3" to exit.

 k. Press Enter.


3. Sample configuration files:
------------------------------

CONFIG.SYS

   a. <V2.0>
      LASTDRIVE=Z
      BUFFERS = 35
      FILES = 35
      SHELL=C:\DOS50\COMMAND.COM C:\DOS50\e:1000 /p /E:1024
      DEVICE=C:\HIMEM.SYS
      REM Have to exclude a range of memory from EMM386 for Card Service
      DEVICE=C:\LANMAN.DOS\DRIVERS\DOSUTILS\EMM386.EXE NOEMS X=D000-DFFF
      DEVICE=C:\DOS50\SETVER.EXE
      DOS=HIGH,UMB

      REM  PCMCIA socket and card services
      DEVICE=C:\CARDSOFT\SS365SL.EXE	
      DEVICE=C:\CARDSOFT\CS.EXE		
      DEVICE=C:\CARDSOFT\CSALLOC.EXE	

      REM Protocol Manager
      DEVICE=C:\LANMAN.DOS\DRIVERS\PROTMAN\PROTMAN.DOS /i:C:\LANMAN.DOS
      REM EN2218 PC Card NDIS Driver
      DEVICE=C:\LANMAN.DOS\DRIVERS\PCMCIA\NE\ETHPCM.DOS
      DEVICE=C:\LANMAN.DOS\DRIVERS\PROTOCOL\NETBEUI\NETBEUI.DOS


    b.<V2.1>
      LASTDRIVE=Z
      BUFFERS = 35
      FILES = 35
      SHELL=C:\DOS50\COMMAND.COM C:\DOS50\e:1000 /p /E:1024
      DEVICE=C:\HIMEM.SYS
      REM Have to exclude a range of memory from EMM386 for Card Service
      DEVICE=C:\LANMAN.DOS\DRIVERS\DOSUTILS\EMM386.EXE NOEMS X=D000-DFFF
      DEVICE=C:\DOS50\SETVER.EXE
      DOS=HIGH,UMB

      REM  PCMCIA socket and card services
      DEVICE=C:\CARDSOFT\SS365SL.EXE	
      DEVICE=C:\CARDSOFT\CS.EXE		
      DEVICE=C:\CARDSOFT\CSALLOC.EXE	

      DEVICE=C:\LANMAN.DOS\DRIVERS\PROTMAN\PROTMAN.DOS /i:C:\LANMAN.DOS
      REM EN2218 PC Card NDIS Driver
      DEVICE=C:\LANMAN.DOS\DRIVERS\PCMCIA\NE\ETHPCM.DOS

PROTOCOL.INI file for LAN Manager.

  a. V2.0
       [PROTOCOL MANAGER]
	DRIVERNAME = PROTMAN$

       [NETBEUI_XIF]
	Drivername = netbeui$
	BINDINGS = "ETHPCM_NIF"

       [ETHPCM_NIF]
        DriverName = ETHPCM$
        IRQ = 5
        IOBASE = 0x300
        COMPORT = 3

   b. V2.1
       [PROTMAN]
	DRIVERNAME = PROTMAN$
	DYNAMIC = YES
	PRIORITY = NETBEUI

       [NETBEUI_XIF]
	Drivername = netbeui$
	SESSIONS = 6
	NCBS = 12
	BINDINGS = "ETHPCM_NIF"
	LANABASE = 0

       [ETHPCM_NIF]
        DriverName = ETHPCM$
        IRQ = 5
        IOBASE = 0x300
        COMPORT = 3

AUTOEXEC.BAT file for LAN Manager.

   a. V2.0

   @echo off
   PROMPT $P$G
   PATH=c:\PE2;C:\DOS50;C:\NC;
   APPEND=C:\PE2;C:\DOS50;
   REM ====== LANMAN 2.0 === DO NOT MODIFY BETWEEN THESE LINES ===== LANMAN 2.0 ====
   SET PATH=C:\LANMAN.DOS\NETPROG;%PATH%
   C:\LANMAN.DOS\DRIVERS\PROTMAN\NETBIND
   NET START WORKSTATION
   REM ====== LANMAN 2.0 === DO NOT MODIFY BETWEEN THESE LINES ===== LANMAN 2.0 ====

   b. V2.1
   @echo off
   PROMPT $P$G
   PATH=c:\PE2;C:\DOS50;C:\NC;
   APPEND=C:\PE2;C:\DOS50;

   @REM ====== LANMAN 2.1 === DO NOT MODIFY BETWEEN THESE LINES === LANMAN 2.1 ===
   SET PATH=C:\LANMAN.DOS\NETPROG;%PATH%
   NET START WORKSTATION
   LOAD NETBEUI
   @REM ====== LANMAN 2.1 === DO NOT MODIFY BETWEEN THESE LINES === LANMAN 2.1 ===
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: 2.41