int6kmdio.1 5.2 KB

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