home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 29 Fixes_o / 29-Fixes_o.zip / wr07060a.zip / US7060B2.DSK / DRIVERS / INTEL.ZIP / exp16.txt < prev    next >
Text File  |  1994-07-29  |  3KB  |  98 lines

  1.                        LAN Server 3.0
  2.  
  3.   This document applies to the EtherExpress(tm) 16, 16TP, 16C, FLASH,
  4.   FLASH TP, FLASHC, MCA, and MCA/TP.  The FlashC will work with the
  5.   flash/boot rom disabled.  This document contains notes for installing
  6.   the NDIS driver and does not explain how to configure an EtherExpress
  7.   board.  For instructions about configuring the board, see either the
  8.   Expert's Guide or the Complete Guide.
  9.  
  10.   INTRODUCTION:
  11.   -------------
  12.   Before you begin, you will need the I/O address of the EtherExpress board.
  13.   You can get this information by running SOFTSET on the EtherExpress 16,
  14.   16TP, 16C, FLASH, FLASH TP, or FlashC card or the IBM SC program on the
  15.   Etherexpress MCA or MCA/TP card.
  16.  
  17.   This installation does not use OS/2 Extended Services.
  18.  
  19.   These steps apply to both the file server and the workstation.  After
  20.   installing OS/2, follow the below steps prior to installing LAN Server 3.0
  21.   or the workstation requestor.
  22.  
  23.   OS/2 2.1 and LAN Server 3.0:
  24.   ----------------------------
  25.   1.  Make sure you have the extended nif file, EXP16.NIF dated later than
  26.       6/18/90.  This file is available on the Intel BBS in the archive
  27.       NDIS16.EXE.
  28.  
  29.   2.  Copy EXP16.OS2 and EXP16.NIF from the Intel EtherExpress(tm) LAN
  30.       Adapter Driver and Option Diskette or from the downloaded file to the
  31.       C:\IBMCOM\MACS directory.
  32.  
  33.   3.  Install LAN Adapter and Protocol Support (LAPS) from an OS/2 window.
  34.  
  35.   4.  After installing the software, select configure LAN transports.  The
  36.       EtherExpress 16 will appear in the Lan Adaptors window.  Select the
  37.       necessary protocols and save the configuration.
  38.  
  39.   5.  Exit LAPS, shutdown the system and reboot the computer.  The complete
  40.       PROTOCOL.INI file will be created and put in the C:\IBMCOM directory.  The
  41.       CONFIG.SYS and AUTOEXEC.BAT files will be updated.
  42.  
  43.  
  44.   SAMPLE PROTOCOL.INI FILE
  45.   ------------------------
  46.   [PROT_MAN]
  47.      DriverName=PROTMAN$
  48.  
  49.   [IBMLXCFG]
  50.      EXP16_nif = EXP16.nif
  51.      NETBEUI_nif = NETBEUI.nif
  52.  
  53.   ;*--------------------------------------------------------------------*
  54.   ;*---------------------PROTOCOL SECTION--------------*
  55.   ;*--------------------------------------------------------------------*
  56.  
  57.   [NETBEUI_nif]
  58.      DriverName = netbeui$
  59.      Bindings = EXP16_nif
  60.      ETHERAND_TYPE = "I"
  61.      USEADDRREV = "YES"
  62.      OS2TRACEMASK = 0x0
  63.      SESSIONS = 40
  64.      NCBS = 95
  65.      NAMES = 21
  66.      SELECTORS = 5
  67.      USEMAXDATAGRAM = "NO"
  68.      ADAPTRATE = 1000
  69.      WINDOWERRORS = 0
  70.      TI = 30000
  71.      T1 = 500
  72.      T2 = 200
  73.      MAXIN = 1
  74.      MAXOUT = 2
  75.      NETBIOSTIMEOUT = 500
  76.      NETBIOSRETRIES = 8
  77.      NAMECACHE = 0
  78.      PIGGYBACKACKS = 1
  79.      DATAGRAMPACKETS = 2
  80.      PACKETS = 350
  81.      LOOPPACKET= 1
  82.      PIPELINE = 5
  83.      MAXTRANSMITS = 6
  84.      MINTRANSMITS = 2
  85.      DLCRETRIES = 5
  86.  
  87.   ;*---------------------------------------------------------------------*
  88.   ;*---------------------------MAC SECTION--------------------*
  89.   ;*---------------------------------------------------------------------*
  90.  
  91.   [EXP16_nif]
  92.      DriverName = EXP16$
  93.      IOADDRESS = 0x300
  94.  
  95.  
  96.  
  97.  
  98.