home *** CD-ROM | disk | FTP | other *** search
/ Computer Tool Software / soft.iso / Multimed / Net / INTEL / README.DIR / LMDOS.TXT < prev    next >
Encoding:
Text File  |  1993-09-29  |  2.6 KB  |  71 lines

  1.                        LAN Manager DOS workstations
  2.                         
  3.   This document applies to the EtherExpress(tm) 16, 16TP, 16C, FLASH,
  4.   FLASH TP, FLASHC, MCA, and MCA/TP.  It contains notes for installing 
  5.   the NDIS driver in a LAN Manager DOS workstation.  It does not explain 
  6.   how to configure an EtherExpress board.  For instructions about 
  7.   configuring the board, see either the Expert's Guide or the Complete 
  8.   Guide for your board.
  9.  
  10.   This document (or an updated version) is also available on FaxBACK,
  11.   document #6404.
  12.  
  13.  
  14.   DOS WORKSTATIONS:
  15.   -----------------
  16.   1. To use the EtherExpress card in a DOS workstation, follow the
  17.      standard installation procedure (Using the SETUP utility).  An
  18.      EtherExpress driver is included with LAN Manager 2.2, but you 
  19.      should update that driver with the one on the EtherExpress disk.
  20.   
  21.   2. Once you exit the SETUP utility, do NOT shutdown the computer.
  22.      Verify that the I/O address in the Protocol.ini matches the I/O
  23.      address of the board.  Refer to the "EDITING PROTOCOL.INI" section
  24.      below for instructions on changing the I/O address.
  25.  
  26.   3. After exiting SETUP, reboot the computer as described in the
  27.      manual.  If an error message is displayed, ensure that the board
  28.      is installed properly and the I/O address in PROTOCOL.INI matches
  29.      the board. 
  30.  
  31.  
  32.   EDITING PROTOCOL.INI:
  33.   ---------------------
  34.   LAN Manger uses the PROTOCOL.INI file to ensure that the driver and
  35.   the board are configured to work together.  Our driver only "requires"
  36.   one parameter, and its purpose is to ensure that the driver and the
  37.   board are configured to use the same I/O address.  The parameter's
  38.   name is IOADDRESS.  If a board is using an I/O address other than
  39.   300h, you must edit the PROTOCOL.INI file located in the directory
  40.   \LANMAN.DOS to change configuration of the driver.
  41.  
  42.   1. Using an ASCII editor, locate the EtherExpress section shown below:
  43.  
  44.      [EXP16_NIF]
  45.         
  46.      ; Intel EtherExpress(tm) 16 Ethernet Adapter.
  47.         
  48.      IOADDRESS=0x300
  49.      DRIVERNAME=EXP16$
  50.  
  51.   2. Replace the I/O address with the address you selected when you
  52.      ran SOFTSET for the EtherExpress 16 or the System Configuration
  53.      utility for the EtherExpress MCA.
  54.      
  55.      Example using I/O address 340H :
  56.  
  57.      [EXP16_NIF]
  58.  
  59.      ; Intel EtherExpress(tm) 16 Ethernet Adapter.
  60.  
  61.      IOADDRESS=0x340
  62.      DRIVERNAME=EXP16$
  63.  
  64.   3. Save the file and exit.
  65.  
  66.   The network driver now matches the configuration of the board and you
  67.   should continue with rebooting the computer and loading the driver.
  68.  
  69.  
  70.  
  71.