-
Notifications
You must be signed in to change notification settings - Fork 162
/
Copy pathint6kmdio.1.html
125 lines (99 loc) · 6.89 KB
/
int6kmdio.1.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
<?xml version='1.0' encoding='iso-8859-1'?>
<!doctype html public '-//W3C//DTD XHTML 1.0 Strict//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'>
<html xmlns='http://www.w3c.org/1999/xhtml' lang='en-us'>
<head>
<title>
int6kmdio.7
</title>
<meta http-equiv='content-type' content='text/html;iso-8859-1'/>
<meta name='generator' content='motley-tools 1.8.2.10:42:30 Mar 28 2013'/>
<meta name='author' content='[email protected]'/>
<meta name='robots' content='noindex,nofollow'/>
<link href='toolkit.css' rel='stylesheet' type='text/css'/>
</head>
<body>
<div class='headerlink'>
[<a href='int6klog.7.html' title=' int6klog.7 '>PREV</a>]
[<a href='toolkit.html' title=' Index '>HOME</a>]
[<a href='int6kmdio2.7.html' title=' int6kmdio2.7 '>NEXT</a>]
</div>
<pre>
int6kmdio(7) Qualcomm Atheros Powerline Toolkit int6kmdio(7)
NAME
int6kmdio - Qualcomm Atheros 16-bit MDIO Register Editor
SYNOPSIS
int6kmdio [options] [device] [device] [...]
DESCRIPTION
Read or write the generic MDIO registers on an Atheros powerline device using the Qualcomm Atheros VS_MDIO_COMMAND ven‐
dor-specific management message. The default operation is to read a register. Registers are written only if data is
specified on the command line.
This program writes MDIO instructions using 802.3 Clause 22 (phy, reg, data and mask) format. See program int6kmdio2 for
a similar program to write instructions using 802.3ae Clause 45 (address, data and mask) format.
This program is deprecated and may be removed in later toolkit releases. Use program plcmdio16 instead.
OPTIONS
-d data
A 16-bit data value to be inserted into the specified register. The specified data value is written when this
option is present; otherwise the specified register is read and the content is displayed. Data values may be
expressed in decimal, hexadecimal or binary notation. Hexadecimal values are prefixed with "0x" or "0X". Binary
values are prefixed with "0b" or "0B".
-e Redirects stderr messages to stdout. By convention status and error messages are printed on stderr while primary
program output is printed on stdout. This option prints all output on stdout in cases where this is desired.
-i interface
Select the host Ethernet interface. All requests are sent via this host interface and only reponses received via
this host interface are recognized. The default interface is eth1 because most people use eth0 as their principle
network connection; however, if environment string "PLC" is defined then it takes precedence over the default
interface. This option then takes precedence over either default.
-p address
The 5-bit PHY address. Some devices may not support all possible addresses. Addresses may be expressed in deci‐
mal, hexadecimal or binary notation. Hexadecimal values must be prefixed with "0x" or "0X". Binary values must
be prefixed with "0b" or "0B".
-q Suppresses status messages on stderr.
-r register
The 5-bit register address. Addresses may be expressed in decimal, hexadecimal or binary notation. Hexadecimal
values must be prefixed with "0x" or "0X". Binary values must be prefixed with "0b" or "0B". Some devices may
not support all possible addresses.
-v Prints additional information on stdout. In particular, this option dumps outgoing Ethernet packets on stdout.
-?,--help
Displays program help information on stderr. This option takes precedence over all other options on the command
line except version information.
-!,--version
Displays program version information on stderr. This option takes precedence over all other options on the com‐
mand line except help information. Use this option when sending screen dumps to Atheros technical staff.
ARGUMENTS
device The MAC address of some powerline device. More than one address may be specified. If more than one address is
specified then operations are performed on each device in turn. The default address is local. See DEVICES for
information about symbolic device addresses.
DEVICES
Powerline devices use Ethernet Media Access Control (MAC) addresses. A MAC address is a 48-bit value entered as 12 hex‐
adecimal digits in upper, lower or mixed character case. Octets may be separated with colons for clarity. For example,
"00b052000001", "00:b0:52:00:00:01" and "00b052:000001" are valid and equivalent.
The following MAC addresses are special and may be entered by name instead of number.
all Same as "broadcast".
broadcast
A synonym for the Ethernet broadcast address, FF:FF:FF:FF:FF:FF. All devices, whether local, remote or foreign
recognize messages sent to this address. A remote device is any device at the far end of a powerline connection.
A foreign device is any device not manufactured by Atheros.
local A synonym for the Qualcomm Atheros vendor specific Local Management Address (LMA), 00:B0:52:00:00:01. All local
Atheros devices recognize this address but remote and foreign devices do not. A remote device is any device at
the far end of a powerline connection. A foreign device is any device not manufactured by Atheros.
REFERENCES
See the Qualcomm Atheros HomePlug AV Firmware Technical Reference Manual for technical information.
DISCLAIMER
Atheros HomePlug AV Vendor Specific Management Message structure and content is proprietary to Qualcomm Atheros, Ocala FL
USA. Consequently, public information may not be available. 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.
EXAMPLES
None.
SEE ALSO
plc(7), int6kmod(7), int6kmdio2(7), mdioblock(7), mdioblock2(7), mdiodump(7), mdiogen(7), plcmdio16(7), plcmdio32(7)
CREDITS
Charles Maier <[email protected]>
plc-utils-2.1.5 March 2013 int6kmdio(7)
</pre>
<div class='footerlink'>
[<a href='int6klog.7.html' title=' int6klog.7 '>PREV</a>]
[<a href='toolkit.html' title=' Index '>HOME</a>]
[<a href='int6kmdio2.7.html' title=' int6kmdio2.7 '>NEXT</a>]
</div>
</body>
</html>