home *** CD-ROM | disk | FTP | other *** search
/ PC World 2004 March / PCWorld_2004-03_cd.bin / Hardware / VIAeth / DIAG.TXT < prev    next >
Text File  |  2002-12-18  |  3KB  |  115 lines

  1. **
  2. **
  3. **  VIA Rhine Family Fast Ethernet Adapter
  4. **
  5. **  DIAG Utility
  6. **
  7. **  v3.17   Dec. 2002
  8. **
  9. **
  10.  
  11. Introduction:
  12. =============
  13.  
  14.   This document shows you how to use the diag utility.
  15.  
  16.  
  17. Contents of the Subdirectory:
  18. =============================
  19.  
  20.     DIAG.EXE            The diag utility program file.
  21.     DIAG.TXT            This file.
  22.  
  23.  
  24. Usage:
  25. ======
  26.  
  27.     The diag menu consists of four functions:
  28.  
  29.     1.  I/O Base Address
  30.         I/O base address is assigned by PCI BIOS and can not be modified.
  31.  
  32.  
  33.     2.  Interrupt Output Line
  34.         Interrupt is assigned by PCI BIOS and can not be modified.
  35.  
  36.  
  37.     3.  Connection Type
  38.         The physical media currently you had connected.
  39.  
  40.  
  41.     4.  Boot ROM 
  42.         You can select Boot ROM 64K/FlashROM or No Boot ROM.
  43.         Boot ROM base address is assigned by PCI BIOS and can not be modified.
  44.  
  45.  
  46.     5.  Ethernet Address
  47.         Ethernet MAC address of this card.
  48.  
  49.  
  50.     6.  Chip Type
  51.         Chip type of this card.
  52.  
  53.  
  54. Key definition:
  55. ===============
  56.  
  57.     F1      Help screen.
  58.     F4      Change boot ROM size.
  59.     F5      Diagnose this network adapter.
  60.     F6      Network test in Master/Slave mode.
  61.     F7      WOL test in Waker/Sleeper mode.
  62.     F8      Change connection type.
  63.  
  64.  
  65. Command line usage:
  66. ===================
  67.  
  68.     Command line syntax:
  69.  
  70.     DIAG [-[OPTION][NUMBER] [-[OPTION][NUMBER]...]]
  71.  
  72.     Command line options:
  73.  
  74.     -?             show help.
  75.     -h             show help.
  76.     -e#            Miscellaneous switches.
  77.                    # : ( 0 - 2 ) function number.
  78.                    e0: Display extended menu item.
  79.                    e1: Disable shared IRQ support.
  80.                    e2: No test cable link in diagnostic.
  81.                    e3: External loopback test in diagnostic.
  82.     -d#            Specify auto-test function to diagnose.
  83.                    # : ( 1 ~ 8 ) card number, could be ignored.
  84.                    d: auto-test with first adapter.
  85.                    d4: auto-test with 4th adapter.
  86.     -f#            Specify the frequency of auto-test function.
  87.                    This parameter should be used together with auto-
  88.                    test parameters like -d or -p.
  89.                    # : ( 1 ~ 4294967295 ) test times, could be ignored.
  90.                    f: auto-test continuously, never stop.
  91.                    f100: auto-test 100 times.
  92.                    f65536: auto-test 65536 times.
  93.     -m#            Initialize with forced mode.
  94.                    # : ( 1 ~ 4 ) connection type.
  95.                    m1: 100BaseTx Half-Duplex mode.
  96.                    m2: 100BaseTx Full-Duplex mode.
  97.                    m3: 10BaseT Half-Duplex mode.
  98.                    m4: 10BaseT Full-Duplex mode.
  99.     -p#            Specify auto-test function to 2-card network test.
  100.                    # : ( 0 | 1 | 60 - 1514 ) packet size selection.
  101.                    p0: 2-card test with increased packet size.
  102.                    p1: 2-card test with random packet size.
  103.                    p60: 2-card test with fixed packet size 60 bytes.
  104.                    p512: 2-card test with fixed packet size 512 bytes.
  105.     -k#            Show phy id of the card.
  106.                    # : ( 1 - 8 ) card number, could be ignored.
  107.     -c             Show EEPROM checksum checking & SVID/SSID on UI.
  108.  
  109.  
  110. Exit status:
  111.  
  112.     0              Command execution success.
  113.     1              Command execution fail.
  114.  
  115.