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

  1. **
  2. **
  3. **  VIA Rhine Family Fast Ethernet Adapter
  4. **
  5. **  SCOUNIX 5.0 Driver
  6. **
  7. **  v4.09   Jan. 2003
  8. **
  9. **
  10.                  
  11.          
  12. Introduction:
  13. =============
  14.  
  15.   Below are instructions for creating an SCO "custom" installation diskette
  16.   containing the MDI device driver for Fast Ethernet network adapter family.
  17.   MDI drivers are used with SCO's Open Server 5.0 Operating System.  Once the
  18.   diskette is created, follow the SCO instructions for using the "custom" and
  19.   "netconfig" utilities to install the driver.
  20.  
  21.  
  22. Contents of the Subdirectory:
  23. =============================
  24.  
  25.     sco5.vol               The SCO UNIX Open Server 5.0.4 driver installation package.
  26.     sco5.txt               This file.
  27.  
  28.  
  29. Installation:
  30. =============
  31.  
  32.     To begin, place the fetsco5.vol file on a DOS formatted diskette.  sco5.vol is a 
  33.     SCO UNIX diskette image file.  Place the diskette in drive A on a computer with SCO
  34.     UNIX installed.  If you wish to use drive B, adjust the instructions below appropriately.
  35.  
  36.     1)Now enter the following commands at the UNIX prompt.  Remember, UNIX is case sensitive.
  37.       doscp a:sco5.vol VOL.000.000  (copies from DOS disk to current working directory)
  38.  
  39.     2)Now place the 3.5" diskette you want to become the installation diskette 
  40.       in drive A.  This should be a UNIX formatted, high density diskette.
  41.       Enter the following command.  Again, if you wish to use drive B, adjust the
  42.       instructions below appropriately.
  43.  
  44.       dd if=VOL.000.000 of=/dev/rfd0135ds18 (transfers disk image to diskette)
  45.  
  46.       The diskette is now ready to use with the SCO "custom" utility.
  47.  
  48.     3) Run netconfig ,and in Hardware select "Add new LAN adapter card" .
  49.        It will find the card automatically. The driver will be set auto mode.
  50.  
  51.  
  52. Configuration:
  53. ==============
  54.     We support two options for you to configure your Adapter.
  55.     1) Media Speed and Media Type
  56.        This option is used for setting the speed and duplex mode of NIC.
  57.        Value:
  58.            Autonegotiation: indicate autonegotiation for both speed and duplex mode (Default).
  59.            M_100_Full: indicate 100Mbps full duplex mode
  60.            M_100_Half: indicate 100Mbps half duplex mode
  61.            M_10_Full: indicate 10Mbps full duplex mode
  62.            M_10_Half: indicate 10Mbps half duplex mode
  63.  
  64.     2) Flow Control (in Advanced Options)
  65.        This option is used for setting the flow control ability of NIC.
  66.        Value:
  67.            Hardware_Default: hardware deafult (Default). Use Hardware default value in ANAR.
  68.            Disable: disable PAUSE in ANAR.
  69.            Enable: enable PAUSE in ANAR.
  70.  
  71.     3) Validate layer 2 frame length
  72.        This option is used for controling if NIC receiving or drop the frame with
  73.        invalid layer 2 frame langth.
  74.        Value:
  75.            Disable: Receive the frame with invalid layer 2 frame length (Default)
  76.            Enable: Drop the frame with invalid layer 2 frame length
  77.