int6kmdio2.1 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147
  1. .TH int6kmdio2 1 "Mar 2014" "plc-utils-2.1.6" "Qualcomm Atheros Powerline Toolkit"
  2. .SH NAME
  3. int6kmdio2 - Qualcomm Atheros 32-bit MDIO Register Editor
  4. .SH SYNOPSIS
  5. .BR int6kmdio2
  6. .RI [ options ]
  7. .RI [ device ]
  8. .RI [ device ]
  9. [...]
  10. .SH DESCRIPTION
  11. Read or write the global MDIO registers on an Atheros powerline device using multiple VS_MDIO_COMMAND vendor-specific management messages.
  12. Commands are entered using 32-bit register and data values then converted to three equivalent 16-bit commands.
  13. The default operation is to read a register.
  14. Registers are written only if data is specified on the command line.
  15. .PP
  16. This program writes MDIO instructions using \fB802.3ae Clause 45\fR (\fIaddress\fR, \fIdata\fR and \fImask\fR) format.
  17. See program \fBint6kmdio\fR for a similar program to write instructions using \fB802.3 Clause 22\fR (\fIphy\fR, \fIreg\fR, \fIdata\fR and \fImask\fR) format.
  18. .PP
  19. This program is deprecated and may be removed in future toolkit releases.
  20. Use program \fBplcmdio32\fR instead.
  21. .SH OPTIONS
  22. .TP
  23. -\fBa \fIaddress\fR
  24. The 19-bit global register address.
  25. Some devices may not support all possible addresses.
  26. Addresses may be expressed in decimal, hexadecimal or binary notation.
  27. Hexadecimal values must be prefixed with "0x" or "0X".
  28. Binary values must be prefixed with "0b" or "0B".
  29. .TP
  30. -\fBd \fIdata\fR
  31. A 32-bit data value to be inserted into the specified register.
  32. The specified data value is written when this option is present; otherwise the specified register is read and the content is displayed.
  33. Data values may be expressed in decimal, hexadecimal or binary notation.
  34. Hexadecimal values are prefixed with "0x" or "0X".
  35. Binary values are prefixed with "0b" or "0B".
  36. .TP
  37. .RB - e
  38. Redirects stderr messages to stdout.
  39. By convention status and error messages are printed on stderr while primary program output is printed on stdout.
  40. This option prints all output on stdout in cases where this is desired.
  41. .TP
  42. .RB - h
  43. Write high order-byte before low-order byte.
  44. This option is only useful on some architectures.
  45. .TP
  46. -\fBi \fIinterface\fR
  47. Select the host Ethernet interface.
  48. All requests are sent via this host interface and only reponses received via this host interface are recognized.
  49. The default interface is \fBeth1\fR because most people use \fBeth0\fR as their principle network connection;
  50. however, if environment string "PLC" is defined then it takes precedence over the default interface.
  51. This option then takes precedence over either default.
  52. .TP
  53. .RB - q
  54. Suppresses status messages on stderr.
  55. .TP
  56. .RB - v
  57. Prints additional information on stdout.
  58. In particular, this option dumps outgoing Ethernet packets on stdout.
  59. .TP
  60. .RB - ? ,-- help
  61. Displays program help information on stderr.
  62. This option takes precedence over all other options on the command line except version information.
  63. .TP
  64. .RB - ! ,-- version
  65. Displays program version information on stderr.
  66. This option takes precedence over all other options on the command line except help information.
  67. Use this option when sending screen dumps to Atheros technical staff.
  68. .SH ARGUMENTS
  69. .TP
  70. .IR device
  71. The MAC address of some powerline device.
  72. More than one address may be specified.
  73. If more than one address is specified then operations are performed on each device in turn.
  74. The default address is \fBlocal\fR.
  75. See \fBDEVICES\fR for information about symbolic device addresses.
  76. .SH DEVICES
  77. Powerline devices use Ethernet Media Access Control (MAC) addresses.
  78. A MAC address is a 48-bit value entered as 12 hexadecimal digits in upper, lower or mixed character case.
  79. Octets may be separated with colons for clarity.
  80. For example, "00b052000001", "00:b0:52:00:00:01" and "00b052:000001" are valid and equivalent.
  81. .PP
  82. The following MAC addresses are special and may be entered by name instead of number.
  83. .TP
  84. .BR all
  85. Same as "broadcast".
  86. .TP
  87. .BR broadcast
  88. A synonym for the Ethernet broadcast address, \fBFF:FF:FF:FF:FF:FF\fR.
  89. All devices, whether local, remote or foreign recognize messages sent to this address.
  90. A remote device is any device at the far end of a powerline connection.
  91. A foreign device is any device not manufactured by Atheros.
  92. .TP
  93. .BR local
  94. A synonym for the Qualcomm Atheros vendor specific Local Management Address (LMA), \fB00:B0:52:00:00:01\fR.
  95. All local Atheros devices recognize this address but remote and foreign devices do not.
  96. A remote device is any device at the far end of a powerline connection.
  97. A foreign device is any device not manufactured by Atheros.
  98. .SH REFERENCES
  99. See the Qualcomm Atheros HomePlug AV Firmware Technical Reference Manual for technical information.
  100. .SH DISCLAIMER
  101. Atheros HomePlug AV Vendor Specific Management Message structure and content is proprietary to Qualcomm Atheros, Ocala FL USA.
  102. Consequently, public information may not be available.
  103. Qualcomm Atheros reserves the right to modify message structure and content in future firmware releases without any obligation to notify or compensate users of this program.
  104. .SH EXAMPLES
  105. None.
  106. .SH SEE ALSO
  107. .BR plc ( 1 ),
  108. .BR int6kmod ( 1 ),
  109. .BR int6kmdio ( 1 ),
  110. .BR int6kmdio2 ( 1 ),
  111. .BR mdioblock ( 1 ),
  112. .BR mdioblock2 ( 1 ),
  113. .BR mdiodump ( 1 ),
  114. .BR mdiogen ( 1 ),
  115. .BR plcmdio16 ( 1 ),
  116. .BR plcmdio32 ( 1 )
  117. .SH CREDITS
  118. Nathaniel Houghton <nhoughto@qca.qualcomm.com>
  119. Charles Maier <cmaier@qca.qualcomm.com>