home *** CD-ROM | disk | FTP | other *** search
/ PC World 2004 March / PCWorld_2004-03_cd.bin / Hardware / VIAeth / LANTASTI / LANTASTI.TXT < prev    next >
Text File  |  2003-01-17  |  4KB  |  125 lines

  1. **
  2. **
  3. **  VIA Rhine Family Fast Ethernet Adapter
  4. **
  5. **  NDIS Driver for LANTASTIC
  6. **
  7. **  v4.17    Jan , 2003
  8. **
  9. **
  10.  
  11. Introduction:
  12. =============
  13.  
  14.   This document shows you how to install Lantastic NDIS driver
  15.   and how to use the enhanced functions by setting the custom keywords.
  16.  
  17.  
  18. Contents of the Subdirectory:
  19. =============================
  20.  
  21.     LANTASTI.TXT        This file.
  22.     FETND.DOS           The NDIS2 driver.
  23.     PROTOCOL.INI        Sample protocol.ini file.
  24.  
  25.  
  26.  
  27. Installation:
  28. =============
  29.  
  30.   Before starting with the installation process, make sure that the adapter
  31.   is properly installed and configured. You can use the diagnostic program
  32.   (A:\SETUP.EXE) to make sure your connection with the network is correct.
  33.  
  34.   Install procedure for Lantastic 6.0
  35.   -----------------------------------
  36.  
  37.     1) Run Lantastic 6.0 install program and follow screen instructions.
  38.  
  39.     2) When the "Network Adapter Setup" appears, Select "Use NDIS driver for
  40.        non-Artisoft adapter" and type "A:\LANTASTI" in the search path and
  41.        select "Search" button.
  42.  
  43.     3) When the install program find FETND NDIS driver, select "OK" to continue.
  44.  
  45.     4) Follow the screen instructions to complete the installation.
  46.  
  47.     5) Restart the computer.
  48.  
  49.   Manual install for Lantastic 6.0/5.0
  50.   ------------------------------------
  51.  
  52.     You can replace the NDIS driver by modify the following configuration files:
  53.  
  54.         Sample CONFIG.SYS
  55.         -----------------
  56.  
  57.         DEVICE=C:\LANTASTI\PROTMAN.DOS /I:C:\LANTASTI
  58.         DEVICE=C:\LANTASTI\FETND.DOS
  59.  
  60.  
  61.         Sample STARTNET.BAT
  62.         -------------------
  63.  
  64.         C:\LANTASTI\AI-NDIS BIND_TO=FETND_NIF
  65.         C:\LANTASTI\AILANBIO
  66.  
  67.  
  68.         Sample PROTOCOL.INI
  69.         -------------------
  70.  
  71.         [PROTMAN]
  72.            DRIVERNAME = PROTMAN$
  73.            DYNAMIC = YES
  74.  
  75.         [FETND_NIF]
  76.            DRIVERNAME = FETND$
  77.  
  78.  
  79. Configuration Files:
  80. ====================
  81.  
  82.     You can change the configuration by modify PROTOCOL.INI file.
  83.  
  84.     File Name:          PROTOCOL.INI
  85.     ----------
  86.     Sample of configuration file:
  87.     -----------------------------
  88.  
  89.         ...
  90.         [FETND_NIF]
  91.         DRIVERNAME=FETND$
  92.       
  93.         ...
  94.  
  95.  
  96.     Custom Keywords:
  97.     ----------------
  98.         FULLDUPLEX                      This keyword is used to enable full
  99.                                         duplex mode.
  100.                                         (suggest use CONNECTIONTYPE instead of this keyword)
  101.  
  102.         SPEED                           This keyword is used to force the
  103.                                         adapter at 10Mbps or 100Mbps speed.
  104.                                         (suggest use CONNECTIONTYPE instead of this keyword)
  105.  
  106.         AUTO                            This keyword is used to force the
  107.                                         chip at Auto-Negotiation mode.
  108.                                         (suggest use CONNECTIONTYPE instead of this keyword)
  109.  
  110.         CONNECTIONTYPE                  This keyword is used to specify duplex 
  111.                                         and speed mode. The strings are :
  112.                                         
  113.                                         AUTOSENSE
  114.                                         _10BaseT  
  115.                                         _10BaseTFD
  116.                                         _100BaseTX   
  117.                                         _100BaseTXFD 
  118.                                         
  119.         FLOW_CONTROL                    This keyword is used to specify flow contro
  120.                                         ability. The strings are :
  121.                                         
  122.                                         HARDWARE_DEFAULT (HD)
  123.                                         ENABLE
  124.                                         DISABLE
  125.