home *** CD-ROM | disk | FTP | other *** search
/ PC World 2004 March / PCWorld_2004-03_cd.bin / Hardware / VIAeth / UNIXWARE / unixware.txt next >
Text File  |  2003-01-15  |  3KB  |  107 lines

  1. **
  2. **
  3. **  VIA Rhine Family Fast Ethernet Adapter                      
  4. **
  5. **  UnixWare Driver
  6. **
  7. **  v2.08   Jan. 2003
  8. **
  9. **
  10.  
  11. Introduction:
  12. =============
  13.  
  14.   This document describes the procedure to install the SCO UnixWare 7
  15.   driver for "VIA Rhine Family Fast Ethernet Adapter Driver".
  16.  
  17.  
  18. Contents of the Subdirectory:
  19. =============================
  20.  
  21.     VTD.PKG             The ethernet driver for Unixware.
  22.     UNIXWARE.TXT        This file.
  23.  
  24.  
  25. Installation:
  26. =============
  27.  
  28.   SCO UnixWare 7.x
  29.  
  30.   Installing driver procedure on SCO UnixWare7 :
  31.   -----------------------------------------
  32.       Before you start with the installation process, make sure that the
  33.       SCO Unixware system is properly installed. Similarly, your adapter
  34.       should also be properly installed in your machine.
  35.  
  36.      1. Installation Diskette in DOS format.
  37.         Put the "VIA Rhine Family Fast Ethernet Adapter" SCO UnixWare Driver
  38.         diskette to floppy A: and use mcopy command to copy Driver into 
  39.         Unixware's directories.
  40.  
  41.        # cd /
  42.        # mcopy A:/vtD.pkg  /tmp
  43.  
  44.      2. Run 'pkgadd' utility to add the driver software to system.
  45.  
  46.        # pkgadd -d /tmp/vtD.pkg
  47.          => Select "1 vtD VIA Rhine Family Fast Ethernet Adapter Driver"
  48.             to add the driver package to the system.
  49.          => quit
  50.  
  51.      3. Use 'scoadmin' utility to add adapters.
  52.  
  53.        # scoadmin
  54.  
  55.          => Select "Networking" item from the item list and press enter.
  56.          => Select "Network Configuration Manager" item from the item list
  57.             and press enter.
  58.          => Select "Add New Lan Adapter" menu item from "Hardware".
  59.          => Select the "VIA Rhine Family Fast Ethernet Adapter" item from the 
  60.             item list.
  61.          => select Network driver options for speed mode, duplex mode and
  62.             flow control setting.
  63.          => Add protocol(s) to the adapter.
  64.  
  65.      4.  Return to the command prompt.
  66.  
  67.      5.  Shutdown the system and reboot.
  68.  
  69.        # cd /
  70.        # shutdown
  71.  
  72.      NOTE: 1. If you want to install more than one network adapter, you
  73.               should do the 4th, 5th, 6th steps above for each network card
  74.               separately.
  75.            2. This driver can support up to four network adapters.
  76.  
  77.  
  78. Network driver options:
  79. =======================
  80. 1) Speed Mode
  81.    Speed Mode is used for setting the speed of NIC.
  82.    Value:
  83.        Auto: indicate autonegotiation for speed mode(Default).
  84.        10: indicate speed is 10Mbps.
  85.        100: indicate speed is 100Mbps.
  86.  
  87. 2) Duplex Mode
  88.    Duplex Mode is used for setting the duplex mode of NIC.
  89.    Value:
  90.        Auto: indicate autonegotiation for duplex mode(Default).
  91.        Half: indicate half duplex mode.
  92.        Full: indicate full duplex mode.
  93.  
  94. 3) Flow Control
  95.    Flow Control is used for setting the flow control ability of NIC.
  96.    Value:
  97.        Hardware_Default: Use Hardware default value in ANAR(Default).
  98.        Disable: disable PAUSE in ANAR.
  99.        Enable: enable PAUSE in ANAR.
  100.  
  101. 4) Drop invalid 802.3 frame
  102.    Drop invalid 802.3 frame is used for controlling driver should drop
  103.    invalid 802.3 fram or not.
  104.    Value:
  105.        Disable: Receiving invalid 802.3 frame
  106.        Enable:  Drop invalid 802.3 frame
  107.