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

  1. *****************************************************************************
  2.               Linksys LNE100TX Fast Ethernet Adapter(LNE100TX v4)
  3.  
  4.                    NDIS 2 Driver For LANtastic Installation
  5.                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  6.  
  7.                           Copyright (C) 2000 Linksys
  8.                              All rights reserved.
  9. *****************************************************************************
  10.  
  11.  
  12.   Content:
  13.   --------
  14.  
  15.       A) Install Linksys drivers for LANtastic 5.0 (A/I)
  16.       B) Install Linksys drivers for LANtastic 6.0
  17.  
  18.  
  19. NOTE:  LANtastic only provides support for 10Mbps speeds.  For faster speeds
  20.        you must upgrade the version of your LANtastic.
  21.  
  22. A) Install Linksys drivers for LANtastic 5.0
  23. ======================================================================
  24.  
  25.   LANtastic 5.0 can support following driver: NDIS driver
  26.  
  27.  
  28. Using NDIS driver
  29. -----------------
  30.   For NDIS driver, Linksys LNE100TX driver disk provides the
  31.   "LNE100.DOS" driver for Linksys LNE100TX Fast Ethernet Adapter(LNE100TX v4).
  32.   You can use "LNE100.DOS" driver to replace AEXNDIS.DOS which is the
  33.   NDIS driver offered by ARTISOFT.
  34.  
  35.   Example  -----  CONFIG.SYS
  36.  
  37.     DEVICE=C:\LANTASTI\PROTMAN.DOS /I:C:\LANTASTI
  38.     DEVICE=C:\LANTASTI\LNE100.DOS -----> By Linksys
  39.  
  40.  
  41.   Example  -----  AUTOEXEC.BAT / STARTNET.BAT
  42.  
  43.     C:\LANTASTI\AI-NDIS BIND_TO=LNE100_NIF
  44.     C:\LANTASTI\AILANBIO
  45.     C:\LANTASTI\REDIR MachineName
  46.  
  47.  
  48.   Example  -----  PROTOCOL.INI
  49.  
  50.     [PROTMAN]
  51.        DRIVERNAME = PROTMAN$
  52.        DYNAMIC = YES
  53.  
  54.     [LNE100_NIF]
  55.        DRIVERNAME = LNE100$
  56.  
  57.   Comments:
  58.     If you are using PROTMAN.DOS V1.x, you must use the NO_BIND
  59.     option on the AI-NDIS command line in the STARTNET.BAT,
  60.     and you need to run NETBIND.EXE V1.x before AILANBIO.EXE.
  61.  
  62.  
  63. B) Install Linksys drivers for LANtastic 6.0
  64. ======================================================================
  65.  
  66.   LANtastic 6.0 can support following driver: NDIS driver
  67.  
  68.  
  69. Using NDIS driver
  70. -----------------
  71.  
  72.   To install Linksys's NDIS driver "LNE100.DOS",
  73.   you can use the LANtastic 6.0  install program, and select "NDIS support
  74.   for network adapters" then insert Linksys LNE100TX Fast Ethernet Adapter
  75.   (LNE100TX v4) driver diskette, and type path "A:\NDIS\DOS". The Install 
  76.   program will search for "LNE100.DOS" and "PROTOCOL.INI" and copy these 
  77.   two files to the target directory.
  78.  
  79.   If you already installed LANtastic 6.0 and need to install
  80.   Linksys's PCI Ethernet Adapter, just replace
  81.   AEXNDIS.DOS with Linksys's NDIS driver
  82.   "LNE100.DOS" at CONFIG.SYS
  83.  
  84.   "LNE100.DOS"; an NDIS driver which supported by Linksys
  85.   "AEXNDIS.DOS"; an NDIS driver which supported by ARTISOFT
  86.  
  87.  
  88.   Example  -----  CONFIG.SYS
  89.  
  90.     DEVICE=C:\LANTASTI\PROTMAN.DOS /I:C:\LANTASTI
  91.     DEVICE=C:\LANTASTI\LNE100.DOS -------> By Linksys
  92.  
  93.  
  94.   Example  -----  AUTOEXEC.BAT / STARTNET.BAT
  95.  
  96.     @echo ===== Begin LANtastic configuration =====
  97.     SET LAN_CFG=C:\LANTASTI
  98.     PATH C:\LANTASTI;%PATH%
  99.     SET LAN_DIR=C:\LANTASTI.NET
  100.  
  101.     rem Please obtain the NETBEUI.EXE program from Microsoft
  102.     NETBEUI
  103.     AI-NDIS BIND_TO=AEXNDIS_NIF
  104.     AILANBIO @STARTNET.CFG
  105.     REDIR THOMAS @STARTNET.CFG
  106.  
  107.     SERVER C:\LANTASTI.NET @STARTNET.CFG
  108.     NET LOGIN \\THOMAS
  109.     @echo ===== End LANtastic configuration =====
  110.  
  111.  
  112.   Example  -----  Protocol.ini
  113.  
  114.     [PROTMAN]
  115.       Priority=NETBEUI
  116.       DriverName = PROTMAN$
  117.       Dynamic = Yes
  118.  
  119.     [NETBEUI_XIF]
  120.       DriverName = netbeui$
  121.       Sessions = 6
  122.       NCBS = 12
  123.       Bindings = LNE100_NIF
  124.       LANABASE = 1
  125.  
  126.     [LNE100_NIF]
  127.       DriverName = LNE100$
  128.  
  129.  
  130.  
  131. All trademarks or brand names mentioned are properties of their respective
  132. companies.
  133.  
  134.