home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Internet 2000 December / MICD_2000_12_NR1.iso / Dreamnet / drivery / SMC / ETHER.EXE / OS2_NDIS / INSTALL.DOC < prev    next >
Text File  |  1996-11-13  |  9KB  |  248 lines

  1.                   STANDARD MICROSYSTEMS CORPORATION
  2.  
  3.                               NDIS driver 
  4.                       For Ethernet LAN Adapters
  5.  
  6.                       GENERAL INSTALLATION GUIDE
  7.  
  8.    This software is licensed by SMC for use by its customers only.
  9.         Copyright (c) 1995 Standard Microsystems Corporation.
  10.                          All rights reserved.
  11.  
  12.  
  13. This installation guide provides the following instructions:
  14.  
  15.   1.  Overview
  16.  
  17.   2.  Configuration
  18.  
  19.   3.  PROTOCOL.INI Parameters
  20.    
  21.   4.  Error Messages
  22.  
  23. 1.  OVERVIEW
  24. ------------
  25. The NDIS driver is designed to work with all SMC Ultra and EtherCard
  26. Families and the older WD Ethernet LAN Adapters. It conforms to the 
  27. Network Driver Interface Specification (NDIS) version 2.0.1 defined 
  28. by Microsoft/3Com. The driver has been tested with Microsoft LAN 
  29. Manager, 3Com 3+Open, IBM LAN Server, IBM PC LAN Program, 
  30. DEC Pathworks and other NDIS compatible network operating systems and 
  31. protocol stacks. 
  32.  
  33. SUPPLIED FILES:
  34.     
  35.    NDIS.DOC           Installation Guide (this File)
  36.  
  37.    SMC8000.OS2         OS/2 NDIS MAC driver
  38.    SMC8000.DOS         DOS NDIS MAC driver
  39.  
  40.    PROTOCOL.INI       PROTOCOL.INI file sample
  41.  
  42.    SMCDOSMC.NIF       NIF file for Micro Channel adapters
  43.               using DOS and IBM LAN Server
  44.    SMCOS2MC.NIF       NIF file for Micro Channel adapters
  45.               using OS/2 and IBM LAN Server
  46.    SMCDOSAT.NIF       NIF file for AT adapters using DOS
  47.               and IBM LAN Server
  48.    SMCOS2AT.NIF       NIF file for AT adapters using OS/2
  49.               and IBM LAN Server
  50.    SMCDOSJP.NIF       NIF file for Western Digital EtherCard 
  51.               PLUS adapters using DOS and IBM LAN 
  52.               Server
  53.    SMCOS2JP.NIF       NIF file for Western Digital EtherCard 
  54.               PLUS adapters using OS/2 and IBM LAN 
  55.               Server
  56.    SMC.MSG            OS/2 Driver Message File
  57.  
  58.  
  59. Install the adapter card in your PC using the instructions in the 
  60. Installation Guide included with the adapter.
  61.  
  62.  
  63. 2.  Configuration
  64. ------------------
  65.   The SMC NDIS drivers may be used to install one or two adapter
  66.   cards. When installing a LAN software, select either one or two SMC
  67.   Adapters. When the LAN setup exits, examine the CONFIG.SYS
  68.   file and the PROTOCOL.INI file.
  69.  
  70.   1. The CONFIG.SYS file should have only one DEVICE= line that 
  71.      contains the SMC8000.XXX driver for DOS/OS2.
  72.      For example:
  73.  
  74.          DEVICE=C:\LANMAN\DRIVERS\ETHERNET\SMC8000\SMC8000.DOS
  75.                 or
  76.              DEVICE=C:\LSP\SMC8000.DOS
  77.                 or
  78.              DEVICE=C:\IBMCOM\MACS\SMC8000.OS2
  79.  
  80.   2. The PROTOCOL.INI file should specify one or two SMC8000$ entries.
  81.      
  82.         a. For the first adapter
  83.  
  84.           [SMC8000_NIF]
  85.          DriverName = SMC8000$
  86.          IOBase = 0x280
  87.  
  88.            For the second adapter
  89.  
  90.           [SMC80002_NIF]
  91.          DriverName = SMC8000$
  92.          IOBase = 0x300
  93.  
  94.         Make sure the IOBase value does not conflict with the
  95.         value provided for the first adapter, and that it matches 
  96.         the second adapter setting. Always include an IOBase
  97.         statement with the DriverName.
  98.  
  99.      b. For Micro Channel adapters, for the first adapter
  100.  
  101.           [SMC8000_NIF]
  102.          DriverName = SMC8000$
  103.          SlotNumber = 3
  104.  
  105.             For the second adapter
  106.  
  107.           [SMC8000_NIF]
  108.          DriverName = SMC8000$
  109.          SlotNumber = 4
  110.  
  111.         Make sure the SlotNumber value does not conflict with the
  112.         value provided for the first adapter, and that it matches 
  113.         the second adapter setting. Always include a SlotNumber
  114.         statement with the DriverName.
  115.  
  116.           c. A sample entry for an older WD Ethernet adapter which
  117.              is not software configurable
  118.  
  119.           [SMC8000_NIF]
  120.          DriverName = SMC8000$
  121.          IOBase = 0x300
  122.          RAMAddress = 0xCC00
  123.          IRQ = 5
  124.  
  125.       3. Modify adapter values so that the two adapters do not use 
  126.          the same values for I/O Base Address, RAM Address and IRQ.  
  127.  
  128.      Refer to the adapter's Installation Guide for information
  129.          about these parameters.
  130.  
  131. 3.  PROTOCOL.INI PARAMETERS
  132. ---------------------------
  133.   Several parameters are typically specified in the SMC8000 section of
  134.   the PROTOCOL.INI file. The only parameter that must be specified
  135.   is the 'DriverName'. All others have default values supplied
  136.   by the driver and can be left out of the PROTOCOL.INI file if the
  137.   installed adapter matches the default configuration. Software-
  138.   configurable and Micro Channel adapters ignore the values of IRQ, 
  139.   IOBase and RAMAddress and instead use the values in the POS 
  140.   registers set up when the card was installed.
  141.  
  142.   Below is a list of parameters and their definitions commonly found
  143.   in the PROTOCOL.INI file.  Both default values and possible value
  144.   ranges are provided for each parameter.
  145.  
  146.     IOBase       Specifies the base I/O address used by the adapter.
  147.          The default is 0x280. This parameter is required for
  148.                  all ISA adapters.
  149.  
  150.     SlotNumber   Specifies the number of the slot containing the
  151.          adapter card in a Micro Channel machine.  This
  152.          parameter is a decimal number in the range of 1 - 10
  153.                  and is required for all Micro Channel adapters.
  154.  
  155.     NetAddress   Overrides the factory set network address of the 
  156.                  network adapter.  The value of this parameter is a
  157.                  hexadecimal string of 12 digits between double
  158.                  quatation marks.  The address must be unique among 
  159.                  all network addresses on the network.
  160.  
  161.     CLOAK        will enable cloaking. THIS MUST BE ADDED to the 
  162.          protocol.ini in order for cloaking to work.
  163.  
  164.     ALLOWRIPL    enables the driver to be RIPL loaded in an OS/2
  165.          environment.
  166.  
  167.  
  168.     The following parameters are required for WD adapters which are not
  169.         software configurable
  170.  
  171.      IRQ     Specifies the interrupt used by the adapter.  The
  172.          default is 3,
  173.  
  174.     RAMAddress   Specifies the Shared RAM segment address used by the
  175.          adapter.  The default is 0xD000.
  176.  
  177. 4. ERROR MESSAGES
  178. --------------
  179. Could not find an adapter [at slot ___] [at I/O base address ___].
  180.         The driver could not find an adapter at the specified
  181.         location.
  182.         
  183. Cannot access adapter RAM properly.
  184.         The memory test for adapter memory failed.
  185.  
  186. Adapter hardware failure detected (self-test).
  187.         There was an unidentified failure during adapter
  188.         initialization.
  189.  
  190. Adapter hardware failure detected during initialization.
  191.         The hardware did not respond correctly to initialization
  192.         commands.
  193.  
  194. Other system RAM already occupies adapter RAM address space.
  195.         There is a ram conflict with the adapter fram.
  196.  
  197. Other system ROM already occupies adapter RAM address space.
  198.         There is a rom conflict with adapter ram.
  199.  
  200. Adapter unable to insert into network.
  201.         The adapter was unable to re-initialize and re-open the
  202.         adapter.
  203.  
  204. RAM base address chosen for driver does not match adapter
  205.     configuration.
  206.         The ram base address must be specified by EZSTART.
  207.         The definition in the configuration file must be removed.
  208.  
  209. IRQ chosen for driver does not match adapter configuration.
  210.         The irq must be specified by EZSTART.
  211.         The definition in the configuration file must be removed.
  212.         
  213. RAM size chosen for driver does not match adapter configuration.
  214.         The ram size is stored on the adapter and is fixed in size.
  215.         The definition in the configuration file must be removed.
  216.  
  217. Adapter IRQ higher than 7 not valid in 8-bit slot.
  218.  
  219. Adapter RAM base address on illegal boundary.
  220.         Adapter ram must start on 200h boundaries.
  221.  
  222. I/O base address chosen for driver not valid.
  223.         The adapter i/o base must be between 200h-ec0h on a 20h
  224.         boundary.
  225.  
  226. RAM base address chosen for driver not valid (out of range).
  227.         The ram base must be between a000h-c000h
  228.  
  229. IRQ chosen for driver not valid (out of range).
  230.         IRQ values are between 2-15.
  231.  
  232. RAM size chosen for driver not valid (out of range).
  233.         Ram size must be either 200h (8k) or 400h (16k).
  234.  
  235. Adapter configuration information corrupted; run software setup
  236.     program.
  237.         The onboard EEROM contents have been corrupted. Please
  238.         run EZSTART to verify and correct.
  239.  
  240.  
  241. EtherCard Ultra, EtherCard PLUS, TokenCard, and SuperDisk are
  242. trademarks, and SMC and Standard Microsystems are registered
  243. trademarks of Standard Microsystems Corporation. Other Trademarks
  244. mentioned herein belong to their respective companies.
  245.  
  246. 
  247. 
  248.