home *** CD-ROM | disk | FTP | other *** search
/ ftp.tcs3.com / ftp.tcs3.com.tar / ftp.tcs3.com / DRIVERS / Network / LinkSYS / LNE100TX / lne100txv42.exe / NDIS / NDIS.TXT < prev    next >
Text File  |  2000-01-26  |  5KB  |  125 lines

  1. *****************************************************************************
  2.                Linksys LNE100TX Fast Ethernet Adapter(LNE100TX v4)
  3.  
  4.                           NDIS 2 Driver Installation
  5.                           ~~~~~~~~~~~~~~~~~~~~~~~~~~
  6.  
  7.                           Copyright (C) 2000 Linksys
  8.                              All rights reserved.
  9. *****************************************************************************
  10.  
  11.  
  12. The drivers you need are in the directories MSLANMAN.DOS, MSLANMAN.OS2 and
  13. NDIS.  The NDIS drivers contained in these subdirectories are used with 3Com
  14. 3+Open, Microsoft OS/2 LAN Manager OEM distribution, Release 1.x or 2.x,
  15. and other compatible OEM versions of LAN Manager.  The driver can also used
  16. with IBM LAN Server 3.0, 4.0, Banyan VINES, ARTISOFT LANtastic 5.0, 6.0,
  17. Wollongong Pathway Access, Microsoft Windows for Workgroups v3.11,
  18. DEC PATHWORKS, Sun PC-NFS etc.
  19.  
  20.  
  21.  
  22. The drivers named LNE100 conform to the Network Driver Interface Specification
  23. (NDIS) defined by Microsoft/3Com.
  24.  
  25. Included in MSLANMAN.DOS, and NDIS subdirectories are the following files:
  26.  
  27. \MSLANMAN.DOS\DRIVERS\Fast\LNE100\
  28.  
  29.         LNE100.DOS              The DOS NDIS MAC driver
  30.         PROTOCOL.INI            A sample section of PROTOCOL.INI file
  31.  
  32. \MSLANMAN.DOS\DRIVERS\NIF\
  33.  
  34.         LNE100.NIF              Network Information File
  35.  
  36. \MSLANMAN.OS2\DRIVERS\Fast\LNE100\
  37.  
  38.         LNE100.OS2               The OS2 NDIS MAC driver
  39.         PROTOCOL.INI            A sample section of PROTOCOL.INI file
  40.  
  41. \MSLANMAN.OS2\DRIVERS\NIF\
  42.  
  43.         LNE100.NIF               Network Information File
  44.  
  45.  
  46. \NDIS\
  47.  
  48.         NDIS.TXT                This readme file
  49.  
  50.         WFW311.TXT              The Installation guide for Windows for
  51.                                 Workgroups v3.11
  52.  
  53.         LANMAN.TXT              The Installation guide for LAN Manager
  54.  
  55.         LANSVR.TXT              The Installation guide for Lan Server
  56.  
  57.         BANYAN.TXT              The Installation guide for Banyan VINES
  58.  
  59.         LANTASTI.TXT            The Installation guide for ARTISOFT
  60.                                 LANtastic 5.0, 6.0
  61.  
  62.         PATHWORK.TXT            The Installation guide for DEC PATHWORKS
  63.  
  64.         PCNFS.TXT               The Installation guide for Sun PC-NFS
  65.  
  66.  
  67. \NDIS\DOS\
  68.  
  69.         LNE100.NIF               Network Information File for IBM Lan Support
  70.                                 Program
  71.         LNE100.DOS               The DOS NDIS 2 driver
  72.         OEMSETUP.INF            Network Information File for Windows for
  73.                                 Workgroups v3.11
  74.         PROTOCOL.INI            A sample section of PROTOCOL.INI file
  75.  
  76.  
  77. \NDIS\OS2\
  78.  
  79.         LNE100.NIF               Network Information File for IBM LAN Server
  80.                                 3.0, 4.0
  81.         LNE100.OS2               The OS2 NDIS 2 driver
  82.         PROTOCOL.INI            A sample section of PROTOCOL.INI file
  83.  
  84.  
  85. Sample PROTOCOL.INI Files and Parameters
  86. ----------------------------------------
  87. [LNE100_NIF]
  88.  
  89.   DriverName = LNE100$
  90. ; Slot = 1            ;; {1-4}
  91. ; SIA_Mode = AUTODETECT
  92. ; {SIA_Mode = UTP, UTP_FD,UTP_100,UTP_100FD, AUTODETECT}
  93.  
  94. There are several parameters included in the LNE100_NIF section of the
  95. PROTOCOL.INI file. However, the only parameter that you should specify
  96. is the "drivername."
  97.  
  98. If you change other parameter settings, such as the SIA_MODE, make sure
  99. that it matches the hardware setting.  Otherwise, the adapter may fail.
  100.  
  101. If you don't specify these settings, Linksys's NDIS 2
  102. driver will automatically detect them.
  103.  
  104.  
  105. SLOT        Specifies which network adapter is used by the driver.  If you have
  106.             only one Linksys LNE100TX Fast Ethernet Adapter(LNE100TX v4)
  107.             in your machine, this parameter is unnecessary!  For two or more
  108.             Linksys's PCI LAN cards, this parameter
  109.             is required and cannot be omitted from PROTOCOL.INI. For the
  110.             first LNE100TX adapter, Slot=1, and the second one, Slot=2, third,
  111.             Slot=3,..., etc.
  112.  
  113. SIA_MODE    Specifies the medium type used by the adapter.
  114.             Acceptable values for this parameter are AUTODETECT, UTP, UTP_FD
  115.             ,UTP_100 and UTP_100FD. If you didn't specify this settings it
  116.             would be AUTODETECT for LNE100TX.
  117.  
  118.             UTP:        10BaseT, UTP_100: Fast Ethernet (100BaseTx)
  119.             UTP_FD:     10BaseT with Full_Duplex
  120.             UTP_100FD:  100BaseTx with Full_Duplex
  121.  
  122.             Default:    AUTODETECT
  123.  
  124.  
  125.