plcmdio16.1 5.2 KB

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