int6keth.1.html 7.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137
  1. <?xml version='1.0' encoding='iso-8859-1'?>
  2. <!doctype html public '-//W3C//DTD XHTML 1.0 Strict//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'>
  3. <html xmlns='http://www.w3c.org/1999/xhtml' lang='en-us'>
  4. <head>
  5. <title>
  6. int6keth.1
  7. </title>
  8. <meta http-equiv='content-type' content='text/html;iso-8859-1'/>
  9. <meta name='generator' content='motley-tools 1.9.4 13:40:33 Feb 18 2015'/>
  10. <meta name='author' content='cmaier@cmassoc.net'/>
  11. <meta name='robots' content='noindex,nofollow'/>
  12. <link href='toolkit.css' rel='stylesheet' type='text/css'/>
  13. </head>
  14. <body>
  15. <div class='headerlink'>
  16. [<a href='int6kdetect.1.html' title=' int6kdetect.1 '>PREV</a>]
  17. [<a href='toolkit.html' title=' Index '>HOME</a>]
  18. [<a href='int6kf.1.html' title=' int6kf.1 '>NEXT</a>]
  19. </div>
  20. <pre>
  21. int6keth(1) Qualcomm Atheros Open Powerline Toolkit int6keth(1)
  22. NAME
  23. int6keth - Qualcomm Atheros Ethernet PHY Settings
  24. SYNOPSIS
  25. int6keth [options] [device] [device] [...]
  26. DESCRIPTION
  27. Read or write INT6x00 Ethernet PHY Settings using VS_ENET_SETTINGS.
  28. This program is part of the Qualcomm Atheros Powerline Toolkit. See the plc man page for an overview and installation
  29. instructions.
  30. OPTIONS
  31. -a mode
  32. Advertise auto-negotiate capabilities. This option takes effect when option -w is present. It is ignored when
  33. option -r is present. Valid values are &quot;1000Full&quot;, &quot;100Full&quot;, &quot;100Half&quot;, &quot;10Full&quot; and &quot;10Half&quot;. The default
  34. value is no advertisement of capabilities.
  35. -d mode
  36. Device duplex transmission mode. This option takes effect when option -w is present. It is ignored when option
  37. -r is present. Valid values are &quot;Half&quot; and &quot;Full&quot;. The default value is &quot;Half&quot;.
  38. -e Redirects stderr messages to stdout. By convention status and error messages are printed on stderr while primary
  39. program output is printed on stdout. This option prints all output on stdout in cases where this is desired.
  40. -f control
  41. Flow control enable. This option takes effect when option -w is present. It is ignored when option -r is
  42. present. Valid values are &quot;On&quot;, &quot;Off&quot;, &quot;Tx&quot; and &quot;Rx&quot;. The default value is &quot;Off&quot;.
  43. -n mode
  44. Auto-negotiate mode. This option takes effect when option -w is present. It is ignored when option -r is
  45. present. Valid values are &quot;On&quot; and &quot;Off&quot;. The default value is &quot;On&quot;.
  46. -p number
  47. The ethernet port number. Available port numbers differ with chipset and firmware version so consult the appro‐
  48. priate technical documentation. Permitted values are 0 through 7. The default port is 0.
  49. -s speed
  50. Network transmission speed in mbps. This option takes effect when option -w is present. It is ignored when
  51. option -r is present. Valid values are &quot;10&quot;, &quot;100&quot; and &quot;1000&quot;. The default value is &quot;10&quot;.
  52. -i interface
  53. Select the host Ethernet interface. All requests are sent via this host interface and only reponses received via
  54. this host interface are recognized. The default interface is eth1 because most people use eth0 as their principle
  55. network connection; however, if environment string &quot;PLC&quot; is defined then it takes precedence over the default
  56. interface. This option then takes precedence over either default.
  57. -q Suppresses status messages on stderr.
  58. -r Read settings from the Ethernet interface on the designated port. If present, or implied by default, then options
  59. -a, -d, -f, -n and -s have no effect. This option and option -w are mutually exclusive.
  60. -v Print additional information on stdout. In particular, this option dumps incoming and outgoing packets which can
  61. be saved as text files for reference.
  62. -w Write settings to the Ethernet interface on the specified port. Be sure to specify all settings to avoid writing
  63. default values. This option and option -r are mutually exclusive.
  64. -?,--help
  65. Print program help summary on stdout. This option takes precedence over other options on the command line.
  66. -?,--version
  67. Print program version information on stdout. This option takes precedence over other options on the command line.
  68. Use this option when sending screen dumps to Atheros Technical Support so that they know exactly which version of
  69. the Linux Toolkit you are using.
  70. ARGUMENTS
  71. device The MAC address of some powerline device. More than one address may be specified on the command line. If more
  72. than one address is specified then operations are performed on each device in turn. The default address is local.
  73. See DEVICES for information.
  74. DEVICES
  75. Powerline devices use Ethernet Media Access Control (MAC) addresses. A MAC address is a 48-bit value entered as 12 hexa‐
  76. decimal digits in upper, lower or mixed character case. Octets may be separated with colons for clarity. For example,
  77. &quot;00b052000001&quot;, &quot;00:b0:52:00:00:01&quot; and &quot;00b052:000001&quot; are valid and equivalent.
  78. The following MAC addresses are special and may be entered by name instead of number.
  79. all Same as &quot;broadcast&quot;.
  80. broadcast
  81. A synonym for the Ethernet broadcast address, FF:FF:FF:FF:FF:FF. All devices, whether local, remote or foreign
  82. recognize messages sent to this address. A remote device is any device at the far end of a powerline connection.
  83. A foreign device is any device not manufactured by Atheros.
  84. local A synonym for the Qualcomm Atheros vendor specific Local Management Address (LMA), 00:B0:52:00:00:01. All local
  85. Atheros devices recognize this address but remote and foreign devices do not. A remote device is any device at
  86. the far end of a powerline connection. A foreign device is any device not manufactured by Atheros.
  87. REFERENCES
  88. See the Qualcomm Atheros HomePlug AV Firmware Technical Reference Manual for more information.
  89. DISCLAIMER
  90. Atheros HomePlug AV Vendor Specific Management Message structure and content is proprietary to Qualcomm Atheros, Ocala FL
  91. USA. Consequently, public information is not available. Qualcomm Atheros reserves the right to modify message structure
  92. or content in future firmware releases without any obligation to notify or compensate users of this program.
  93. EXAMPLES
  94. None.
  95. SEE ALSO
  96. plc(1) int6kid(1), int6krule(1), int6kstat(1)
  97. CREDITS
  98. Charles Maier &lt;cmaier@qca.qualcomm.com&gt;
  99. open-plc-utils-0.0.3 Mar 2014 int6keth(1)
  100. </pre>
  101. <div class='footerlink'>
  102. [<a href='int6kdetect.1.html' title=' int6kdetect.1 '>PREV</a>]
  103. [<a href='toolkit.html' title=' Index '>HOME</a>]
  104. [<a href='int6kf.1.html' title=' int6kf.1 '>NEXT</a>]
  105. </div>
  106. </body>
  107. </html>