home *** CD-ROM | disk | FTP | other *** search
/ PC World 2004 March / PCWorld_2004-03_cd.bin / Hardware / VIAeth / NETWARE / SRVRODI.56 / Nw56.txt < prev   
Text File  |  2003-02-18  |  6KB  |  150 lines

  1. **
  2. **                                   
  3. **  VIA Rhine Family Fast Ethernet Adapter
  4. ** 
  5. **  ODI Driver (CHSM, Specification v1.11) for 5.0, 5.1 6.0 Servers
  6. ** 
  7. **  v5.19    Feb, 2003
  8. **
  9. **
  10.  
  11. Introduction:
  12. =============
  13.  
  14.   The Fast  Ethernet 10M/100M  ODI Driver  for NetWare  5.0, 5.1  & 6.0  Servers
  15.   confirms  to the  Novell Open  Data-Link Interface  (ODI) specification.  This
  16.   document  shows you  how to  setup the  driver and  how to  use the  enhanced
  17.   functions by setting 
  18.   the custom keywords.
  19.  
  20.  
  21. Contents of the Subdirectory:
  22. =============================
  23.  
  24.     FETNWSC.LAN         The ODI driver for NetWare 5.0, 5.1 & 6.0 Servers.
  25.     FETNWSC.LDI         The installation information file.
  26.     NW56.TXT            This file.
  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) in DOS mode to make sure your connection with the network is
  34.   correct.
  35.  
  36.   Using Server Install utility:
  37.   -----------------------------
  38.     1) On the server console :
  39.         For Netware 5.0, 5.1 & 6.0 , execute the NWconfig program:
  40.            NWConfig <Enter>
  41.            
  42.     2) Choose "Driver Option/Configure network drivers/Load an additional driver".
  43.  
  44.     3) Press the <Ins> key to install the driver which is not on the list.
  45.  
  46.     4) Press <F3> to specify a different path and press <Enter>.
  47.  
  48.     5) The FETNWSC.LAN should appear on the selection list. Press <Enter> to
  49.        choose it.
  50.  
  51.     6) You can choose "Select/Modify driver parameters and protocols", and then choose
  52.        "Save parameters and load driver" to finish driver loading.
  53.  
  54.   Loading Driver Manually:
  55.   ------------------------
  56.     1) On the server console, load the driver directly, for example:
  57.  
  58.           LOAD A:\NETWARE\NWSERVER56\FETNWSC FRAME=Ethernet_802.2
  59.  
  60.     2) Bind with IPX:
  61.  
  62.           BIND IPX FETNWSC
  63.  
  64.     3) You can login the server from a workstation, and then copy FETNWSC.LAN to
  65.        the directory SYS:\SYSTEM on server. Add the LOAD and BIND command lines
  66.        to AUTOEXEC.NCF file so that the lan driver will be loaded automatically
  67.        while the server starting up next time.
  68.  
  69.  
  70.   NOTE:
  71.   -----
  72.     1) Multiple Lan Adapters in a system:
  73.         If you want to install mutiple lan adapters in a server, you have to use
  74.         the keyword, SLOT, to let driver locate the right adapter.
  75.         For example:
  76.  
  77.             LOAD FETNWSC SLOT=1 FRAME=Ethernet_802.2 NAME=Lan_1
  78.             BIND IPX TO Lan_1 NET=2001
  79.             LOAD FETNWSC SLOT=2 FRAME=Ethernet_802.2 NAME=Lan_2
  80.             BIND IPX TO Lan_2 NET=2002
  81.  
  82.     2) Tagging ability :
  83.         If keyword "TAG" is supported, the transmited packets
  84.         will be tagged packets. It's only supportted by management adapter.
  85.         
  86.     3) Hardware checksum offload :
  87.         If "HCHECHSUM" keyword is supported. The ability will be activated. 
  88.         It's only supported by management adapter.
  89.         
  90.     4) VLAN support :
  91.         For now, we only support one VID value setting. It's only supportted by 
  92.         management adapter.
  93.         
  94.     5) The original keywords "FULLDUPLE", "HALFDUPLE", "SPEED" and "AUTO" are still
  95.        supported.
  96.  
  97. Configuration Parameters:
  98. =========================
  99.  
  100.     Custom Keywords:
  101.     ----------------
  102.   
  103.         FULLDUPLEX                      This keyword is used to force full
  104.                                         duplex mode.
  105.                                         (suggest use CONNECTIONTYPE instead of this keyword)
  106.  
  107.         HALFDUPLEX                      This keyword is used to force half
  108.                                         duplex mode.
  109.                                         (suggest use CONNECTIONTYPE instead of this keyword)
  110.  
  111.         SPEED                           This keyword is used to force Line
  112.                                         Speed at 10 or 100 Mbps.
  113.                                         (suggest use CONNECTIONTYPE instead of this keyword)
  114.         
  115.         AUTO                            This keyword is used to force the
  116.                                         chip at Auto-Negotiation mode.
  117.                                         (suggest use CONNECTIONTYPE instead of this keyword)
  118.  
  119.         CONNECTIONTYPE                  This keyword is used to specify media type.
  120.         
  121.             CONNECTIONTYPE=AutoSense
  122.             CONNECTIONTYPE=10BASET
  123.             CONNECTIONTYPE=10BASETFD
  124.             CONNECTIONTYPE=100BASETX
  125.             CONNECTIONTYPE=100BASETXFD
  126.             
  127.         FLOW_CONTROL                    This keyword is used to specify flow control
  128.                                         ability.
  129.             FLOW_CONTROL=DISABLE
  130.             FLOW_CONTROL=ENABLE
  131.             FLOW_CONTROL=HARDWARE_DEFAULT   (default)
  132.             
  133.         HCHECKSUM                       This keyword is used to force hardware checksum.
  134.                                         Only be supported by management adapter.
  135.             HCHECKSUM=DISABLE
  136.             HCHECKSUM=ENABLE            (default)
  137.             
  138.         TAG                             This keyword is used to enable TX tagging.
  139.                                         It's combined with VID keyword for transmitting
  140.                                         tagged packet. Only be supported by management 
  141.                                         adapter.
  142.             TAG=ENABLE
  143.             TAG=DISABLE                 (default)
  144.             
  145.         VID                             This keyword is used to support VLAN's VID.
  146.                                         It's only worked when TAG keyword is enabled.
  147.                                         Only be supported by management adapter.
  148.             VID=1~4094                  
  149.  
  150.