README.TXT Driver File Contents (en2218-5-daa.zip)

              LAN Manager NDIS Driver Installation
	         for Ethernet+Modem PC Card

The ETHPCM.DOS driver contained in the \MSLANMAN.DOS directory 
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 can be used to enable both the LAN and modem functions of the PC Card.
It should be loaded with the CONFIG.SYS file as an MS/DOS device driver.  

The following keywords are supported in PROTOCOL.INI:

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

               Keyword Assignment - 

                  All legal IRQ values are supported.  If the Card Service is 
	          installed in the system, the driver will check with the Card  
	          Service to see if the IRQ you select is free.  If it is, the  
	          driver will use this IRQ.  If it is not free, the driver will  
	          ask the Card Service to assign an available IRQ and use that  
	          IRQ instead of the one you choose.

  	          If Card Service is not installed, the driver will try to use 
	          the IRQ you select regardless whether it is free.  In case 
	          the IRQ is not free, the driver will not 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
	       one for you.  If Card Service is not installed, please make sure 
	       the IRQ you assign, 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 I/O BASE
	       value and let the driver assign one for you.  If Card Service 
	       in not installed, please make sure the I/O Base you assign, 
	       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 one for you.  If Card Service 
	       is not installed, please make sure the COM port you assign, 
	       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 is COM3.
      COMPORT = 0x03E8
      COMIRQ  = 0x4
      IOBASE  = 0x0300
      IRQ     = 0x5

This message indicates the ETHPCM.DOS uses the COM3 port for 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 the 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.

 b. Press <Enter>.

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

 d. Insert Driver Disk in the source drive. 

 e. Type the source drive letter (A: or B:). Press <Enter>.  Then the
    "Import Network Drivers" appears.

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

 g. Follow screen instructions to complete the process until the 
    "Network Driver" appears onscreen.

 h. Select "Ethernet+Modem PC Card" in the "Network Adapter Cards"
    menu.  Select <Add driver> and <Add protocol>.  Then press <OK>.
    The "Workstation Primary parameters" will appear.  Press <OK>.

 i. Press <OK> three times.

 j. Select "Save" in "Action" to confirm the settings.

 k. Press <F3> to Exit.


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

 a. Type "lmsetup" in the LAN Manager Directory.  Press <Enter>.
    Then the Microsoft LAN Manger Setup screen will appear.

 b. Select "Network Drivers..." in the "Configuration" window.  Press <Enter>.

 c. Select <Add New Configuration>.  Press <Enter>.
    Then the "Network Adapter Driver" will appear.

 d. Select <Other Driver> and Press <Enter>.

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

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

 g. Use the <SPACEBAR> to select the protocols.

 h. Press <OK> to show the "Configuration Complete" message.

 i. Select the <Save> button to confirm the settings.

 j. Press "F3" to exit.


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 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 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 ===
-------------------------------------------------------------------------------------

Trademarks or brand names mentioned are trademarks or
registered trademarks 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: web1, load: 0.71