home *** CD-ROM | disk | FTP | other *** search
/ PC World 2004 March / PCWorld_2004-03_cd.bin / Hardware / VIAeth / MSLANMAN.DOS / DRIVERS / ETHERNET / FETND / LMDOS.TXT < prev    next >
Text File  |  2003-01-17  |  5KB  |  119 lines

  1. **
  2. **
  3. **  VIA Rhine Family Fast Ethernet Adapter
  4. **
  5. **  NDIS2 Driver for MS LAN MANAGER DOS Workstations
  6. **
  7. **  v4.17    Jan , 2003
  8. **
  9. **
  10.  
  11. Introduction:
  12. =============
  13.  
  14.   The Ethernet NDIS2 Driver for LAN MANAGER DOS workstations confirms to the
  15.   Network Driver Interface Specification(NDIS2). This document shows you how
  16.   to setup the driver and how to use the enhanced functions by setting the
  17.   custom keywords in configuration file.
  18.  
  19.  
  20. Contents of the Subdirectory:
  21. =============================
  22.  
  23.     LMDOS.TXT           This file.
  24.     FETND.DOS           The NDIS2 driver for Lan Requester DOS workstations.
  25.     PROTOCOL.INI        Sample protocol.ini file.
  26.     ..\..\NIF\FETND.NIF The installation information file.
  27.  
  28.  
  29. Installation:
  30. =============
  31.  
  32.   Before starting with the installation process, make sure that the adapter
  33.   is properly installed and configured. You can use the diagnostic program
  34.   (A:\SETUP.EXE) to make sure your connection with the network is correct.
  35.  
  36.   Installing driver procedure on LAN MANAGER DOS WorkStation:
  37.   -----------------------------------------------------------
  38.  
  39.      1) If you install LAN Manager for the first time, you Install LAN Manager
  40.         to your HardDisk by running SETUP.EXE program from the setup diskette.
  41.         Upon completion of the workstation's last disk installation, you
  42.         will be asked if you want to import additional network drivers.
  43.         Answer "YES".
  44.  
  45.         If you have already installed LAN Manager in your hard disk, run
  46.         SETUP.EXE from HardDisk and select "Actions"->"Import Network Driver"
  47.         option.
  48.  
  49.      2) Insert the NDIS2 driver diskette into drive 'A' and follow the steps
  50.         on the screen. Select the "Plug&Play ETHERNET ADAPTER" card and press
  51.         "enter", then SETUP.EXE program will copy the necessary NDIS2 driver
  52.         programs from the driver diskette to your hard disk, according to LAN
  53.         MANAGER file structure.
  54.  
  55.      3) Reboot your computer for the changes to take effect.
  56.  
  57.  
  58.  
  59. Configuration Files:
  60. ====================
  61.  
  62.     Sample of configuration file:
  63.     -----------------------------
  64.     (Suppose the Lan Requester package is installed at C:\NET directory)
  65.  
  66.     File Name:          C:\CONFIG.SYS
  67.     ----------
  68.         LASTDRIVE=Z
  69.         DEVICE=C:\LANMAN.DOS\DRIVERS\PROTMAN\PROTMAN.DOS /i:C:\LANMAN.DOS
  70.         DEVICE=C:\LANMAN.DOS\DRIVERS\ETHERNET\FETND\FETND.DOS
  71.         DEVICE=C:\LANMAN.DOS\DRIVERS\PROTOCOL\NETBEUI\NETBEUI.DOS
  72.  
  73.     File Name:          C:\AUTOEXEC.BAT
  74.     ----------
  75.         (Suppose Computer name is set to AAA)
  76.         C:\LANMAN.DOS\DRIVERS\PROTMAN\NETBIND
  77.         NET START WORKSTATION AAA
  78.  
  79.  
  80.     File Name:          C:\LANMAN.DOS\PROTOCOL.INI
  81.     ----------
  82.         [PROTOCOL MANAGER]
  83.           DRIVERNAME = PROTMAN$
  84.         [NETBEUI_XIF]
  85.           Drivername = netbeui$
  86.           BINDINGS   = "FETND_NIF"
  87.         [FETND_NIF]
  88.           DRIVERNAME = FETND$
  89.  
  90.  
  91.     Custom Keywords:
  92.     ----------------
  93.         FULLDUPLEX                      This keyword is used to enable full
  94.                                         duplex mode.
  95.                                         (suggest use CONNECTIONTYPE instead of this keyword)
  96.  
  97.         SPEED                           This keyword is used to force the
  98.                                         adapter at 10Mbps or 100Mbps speed.
  99.                                         (suggest use CONNECTIONTYPE instead of this keyword)
  100.  
  101.         AUTO                            This keyword is used to force the
  102.                                         chip at Auto-Negotiation mode.
  103.                                         (suggest use CONNECTIONTYPE instead of this keyword)
  104.  
  105.         CONNECTIONTYPE                  This keyword is used to specify duplex 
  106.                                         and speed mode. The strings are :
  107.                                         
  108.                                         AUTOSENSE
  109.                                         _10BaseT  
  110.                                         _10BaseTFD
  111.                                         _100BaseTX   
  112.                                         _100BaseTXFD 
  113.                                         
  114.         FLOW_CONTROL                    This keyword is used to specify flow contro
  115.                                         ability. The strings are :
  116.                                         
  117.                                         HARDWARE_DEFAULT (HD)
  118.                                         ENABLE
  119.                                         DISABLE