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

  1. **
  2. **
  3. **  VIA Rhine Family Fast Ethernet Adapter
  4. **
  5. **  NDIS2 Driver for Lan Server DOS Workstations
  6. **
  7. **  v4.17    Jan , 2003
  8. **
  9. **
  10.  
  11. Introduction:
  12. =============
  13.  
  14.   The Ethernet NDIS2 Driver for Lan Requester 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.     FETND.DOS           The NDIS2 driver for Lan Requester DOS workstations.
  24.     OEMSETUP.INF        The installation information file.
  25.     LSDOS.TXT           This file.
  26.  
  27.  
  28. Installation:
  29. =============
  30.  
  31.   Before starting with the installation process, make sure that the adapter
  32.   is properly installed and configured. You can use the diagnostic program
  33.   (A:\SETUP.EXE) to make sure your connection with the network is correct.
  34.  
  35.   Installing driver procedure on DOS LAN Requester :
  36.   -------------------------------------------------
  37.       1) Install DOS Lan Requester to HardDisk with "NO Network Adapter
  38.          Selected" option.
  39.  
  40.       2) Copy FETND.DOS from your Driver diskette to DOS LAN Services
  41.          subdirectory, like C:\NET .
  42.  
  43.       3) Under DOS LAN Requester subdirectory C:\NET, run INSTALL
  44.  
  45.       4) Move highlight to "The listed options are correct" item ,
  46.          then press ENTER.
  47.  
  48.       5) Move highlight to "Network Card", then press ENTER.
  49.  
  50.       6) Select "Change driver for network card." item, then press ENTER.
  51.  
  52.       7) Select "Network card not shown in list below..", then press ENTER.
  53.  
  54.       8) Insert the PCI Fast Ethernet driver diskette in floppy A,and specify
  55.          the pathname A:\LANSVR40.DOS,then press ENTER.
  56.  
  57.       9) PCI Ethernet NDIS2 driver is now installed on your computer, reboot
  58.          your computer.
  59.  
  60.  
  61. Configuration Files:
  62. ====================
  63.  
  64.     Sample of configuration file:
  65.     -----------------------------
  66.     (Suppose the Lan Requester package is installed at C:\NET directory)
  67.  
  68.     File Name:          C:\CONFIG.SYS
  69.     ----------
  70.         DEVICE=C:\NET\PROTMAN.DOS /I:C:\NET
  71.         DEVICE=C:\NET\DLSHELP.SYS
  72.         DEVICE=C:\NET\FETND.DOS
  73.  
  74.     File Name:          C:\AUTOEXEC.BAT
  75.     ----------
  76.         SHARE
  77.         C:\NET\NET START
  78.         C:\NET\NET START PEER
  79.         C:\NET\NET SHARE ZZZ=C:\
  80.  
  81.     File Name:          C:\NET\PROTOCOL.INI
  82.     ----------
  83.         ...
  84.         # The followings are Custom Keywords. Put the keywords to enable the
  85.         # special functions.
  86.         [MS$FETND]
  87.         DriverName=FETND$
  88.        
  89.         [IBM$NETBEUI]
  90.         DriverName=netbeui$
  91.         SESSIONS=20
  92.         NCBS=20
  93.         BINDINGS=MS$FETND
  94.         LANABASE=0
  95.         ...
  96.  
  97.  
  98.     Custom Keywords:
  99.     ----------------
  100.         FULLDUPLEX                      This keyword is used to enable full
  101.                                         duplex mode.
  102.                                         (suggest use CONNECTIONTYPE instead of this keyword)
  103.  
  104.         SPEED                           This keyword is used to force the
  105.                                         adapter at 10Mbps or 100Mbps speed.
  106.                                         (suggest use CONNECTIONTYPE instead of this keyword)
  107.  
  108.         AUTO                            This keyword is used to force the
  109.                                         chip at Auto-Negotiation mode.
  110.                                         (suggest use CONNECTIONTYPE instead of this keyword)
  111.  
  112.         CONNECTIONTYPE                  This keyword is used to specify duplex 
  113.                                         and speed mode. The strings are :
  114.                                         
  115.                                         AUTOSENSE
  116.                                         _10BaseT  
  117.                                         _10BaseTFD
  118.                                         _100BaseTX   
  119.                                         _100BaseTXFD 
  120.                                         
  121.         FLOW_CONTROL                    This keyword is used to specify flow contro
  122.                                         ability. The strings are :
  123.                                         
  124.                                         HARDWARE_DEFAULT (HD)
  125.                                         ENABLE
  126.                                         DISABLE
  127.