home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 20 NDrivers / 20-NDrivers.zip / NORB200.ZIP / INSTALL.DOC < prev    next >
Text File  |  1992-07-15  |  4KB  |  153 lines

  1.               STANDARD MICROSYSTEMS CORP
  2.               OS/2 REQUESTER DRIVER FOR
  3.           "PLUS" FAMILY LAN ADAPTER BOARDS
  4.  
  5.               INSTALLING OS/2 REQUESTER
  6.               -------------------------
  7.  
  8.  
  9.      MINIMUM REQUIREMENTS:
  10.  
  11.       1) 80286, 80386, or 80486-Based System
  12.       2) 2.5 MB System RAM
  13.       3) 10 MB Hard Disk
  14.       4) OS/2 Installation Package (Version 1.10 or later)
  15.       5) NetWare for OS/2 (Version 1.1 or later)
  16.          a) OS/2 Requester Software
  17.          b) OS/2 Public Software
  18.       6) Driver Software for OS/2
  19.          a) smc8000.sys
  20.          b) net.cfg
  21.  
  22.      INSTALLATION PROCEDURE:
  23.  
  24.       1) Install OS/2 using the instructions provided with
  25.          the OS/2 package.
  26.  
  27.       2) Install NetWare using the instructions provided with
  28.          the NetWare package.
  29.  
  30.       3) Copy 'SMC8000.SYS' to either the root directory or to a
  31.          subdirectory off the root, such as C:\DRIVER or C:\NETWARE.
  32.  
  33.       4) Copy NET.CFG to the directory where 'SMC8000.SYS' is loaded.
  34.          If one does exist, follow these instructions:
  35.  
  36.          a) Copy the new NET.CFG to the root directory making sure
  37.         to give the new NET.CFG a different name from the existing
  38.         NET.CFG.  For example:
  39.  
  40.           copy a:\net.cfg c:\netware\newnet.cfg
  41.  
  42.          b) Append the new configuration file to the end of the 
  43.         existing NET.CFG file.  For example:
  44.  
  45.           append c:\net.cfg;c:\newnet.cfg
  46.  
  47.          This file is used to configure the entire operating system, 
  48.          not just the driver.
  49.  
  50.       5) Modify CONFIG.SYS
  51.  
  52.          Note:  The following instructions are also provided
  53.             in the documentation files included in the
  54.             NetWare installation diskette.
  55.  
  56.          a) After installing the NetWare package, the files
  57.         CONFIG.PST and AUTOEXEC.PST (for version 1.2 only) 
  58.         will appear in the root directory. These files must be 
  59.         appended to the CONFIG.SYS and AUTOEXEC.BAT files 
  60.         respectively.  For example:
  61.  
  62.           append c:\config.sys c:\config.pst
  63.           append c:\autoexec.bat c:\autoexec.pst
  64.  
  65.          b) Use your text editor to insert 'C:\NETWARE' as the first 
  66.         directory path in your LIBPATH statement.
  67.  
  68.          c) Use your text editor to insert 'C:\NETWARE' as the last
  69.         directory path in your DPATH statement.
  70.  
  71.          d) Add the statement which loads the LAN interface
  72.         board driver just before the IPX.SYS statement.  For
  73.         example:
  74.  
  75.              device=C:\smc8000.sys
  76.  
  77.           or 
  78.  
  79.              device=C:\DRIVER\smc8000.sys
  80.  
  81.           or 
  82.  
  83.              device=C:\NETWARE\smc8000.sys
  84.  
  85.           depending on whether SMC8000.SYS is loaded from the
  86.           root, the \DRIVER, or the \NETWARE directory.
  87.  
  88.  
  89.      USING NET.CFG
  90.  
  91.       1) There is no need to use the NET.CFG file if the
  92.          EtherCard PLUS adapter is an AT adapter
  93.          configured with the default settings:
  94.  
  95.         Base I/O Address: 280
  96.         Interrupt IRQ:    3
  97.         RAM Base Address: D000
  98.  
  99.       2) If the adapter being used is software configurable
  100.          then only the Base I/O Address (if it is not 280)
  101.          must be specified.
  102.  
  103.       3) To change the Base I/O Address, locate the line in
  104.          NET.CFG which reads
  105.  
  106.         Port #1 280 20
  107.  
  108.          and change '280' to the appropriate Base I/O Address.
  109.  
  110.       3) To change the Interrupt IRQ, locate the line in
  111.          NET.CFG which reads
  112.  
  113.         Int #1 3
  114.  
  115.          and change '3' to the appropriate Interrupt IRQ.
  116.  
  117.       4) To change the RAM Base Address, locate the line in
  118.          NET.CFG which reads
  119.     
  120.         Mem #1 000D0000 2000/10
  121.  
  122.          and change '000D0000' to the appropriate RAM Base
  123.          Address.
  124.  
  125.          For example, 
  126.  
  127.         Mem #1 000C8000 2000/10
  128.  
  129.          causes the driver to use C8000 as the RAM Base Address.
  130.  
  131.       5) When using a Micro Channel machine, the PS/2 Slot
  132.          entry in the NET.CFG file must be specified.  Locate 
  133.          the line which reads
  134.  
  135.         PS/2 Slot ?
  136.  
  137.          and change the '?' to the slot number desired.
  138.  
  139.          Note: The ';' in the first column of the NET.CFG file
  140.            denotes an ignored line.  Delete this symbol 
  141.            from all used lines and insert it into all unused 
  142.            lines, or delete unused lines altogether.
  143.  
  144.  
  145.  
  146.  
  147. Standard Microsystems is a registered trademark and the PLUS family of
  148. adapters are trademarks of Standard Microsystems Corporation. Other trademarks
  149. mentioned herein belong to their respective companies.
  150.  
  151. COPYRIGHT (c) 1991 Standard Microsystems Corporation
  152. All rights reserved
  153.