123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111 |
- <?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>
- mme.1
- </title>
- <meta http-equiv='content-type' content='text/html;iso-8859-1'/>
- <meta name='generator' content='motley-tools 1.9.4 13:40:33 Feb 18 2015'/>
- <meta name='author' content='cmaier@cmassoc.net'/>
- <meta name='robots' content='noindex,nofollow'/>
- <link href='toolkit.css' rel='stylesheet' type='text/css'/>
- </head>
- <body>
- <div class='headerlink'>
- [<a href='mdustats.1.html' title=' mdustats.1 '>PREV</a>]
- [<a href='toolkit.html' title=' Index '>HOME</a>]
- [<a href='modpib.1.html' title=' modpib.1 '>NEXT</a>]
- </div>
- <pre>
- mme(1) Qualcomm Atheros Open Powerline Toolkit mme(1)
- NAME
- mme - Qualcomm Atheros vendor-specific message enumerator
- SYNOPSIS
- mme [options]
- DESCRIPTION
- Print Atheros vendor-specific message types and names with associated error codes and text on stdout. Output can be
- printed in various formats such as HTML, CSV and plain text. The plain text format is ideal for searching using a util‐
- ity like grep.
- This program is part of the Qualcomm Atheros Powerline Toolkit. See the AMP man page for an overview and installation
- instructions.
- OPTIONS
- -c Output in Comma Separated Value (CSV) format. This format is suitable for import into a spreadsheet or database.
- -h Output in Hypertext Markup Language (HTML) format. This format is suitable for inclusion on a basic webpage.
- -?, --help
- Print program help summary on stdout. This option takes precedence over other options on the command line.
- -!, --version
- Print program version information on stdout. This option takes precedence over other options on the command line.
- Use this option when sending screen dumps to Atheros Technical Support so that they know exactly which version of
- the Linux Toolkit you are using. See the HomePlug AV Specification for a description of all HomePlug AV message
- types. See the Qualcomm Atheros INT6000 Firmware Reference Manual for a description of Atheros Vendor Specific
- message types.
- EXAMPLES
- The following example prints Atheros vendor-specific message codes and names, along with associated error codes and text,
- on stdout. The output format is plain text because no formatting options were specified on the command line.
- # mme
- 0xA005 VS_WR_MEM.CNF 0x14 "Bad Checksum"
- 0xA005 VS_WR_MEM.CNF 0x1C "Bad Length"
- 0xA005 VS_WR_MEM.CNF 0x38 "Bad Address"
- 0xA005 VS_WR_MEM.CNF 0x3C "Bad Data Alignment"
- 0xA009 VS_RD_MEM.CNF 0x10 "Bad Offset"
- 0xA009 VS_RD_MEM.CNF 0x14 "Bad Length"
- 0xA00D VS_ST_MAC.CNF 0x10 "Bad Module ID"
- 0xA00D VS_ST_MAC.CNF 0x14 "Bad Image Checksum"
- 0xA00D VS_ST_MAC.CNF 0x1C "Bad Image Length"
- 0xA00D VS_ST_MAC.CNF 0x38 "Bad Image Load Address"
- 0xA00D VS_ST_MAC.CNF 0x3C "Bad Data Alignment"
- 0xA00D VS_ST_MAC.CNF 0x40 "Bad Start Address"
- 0xA011 VS_GET_NVM.CNF 0x10 "No NVRAM"
- 0xA01D VS_RS_DEV.CNF 0x01 "Device Failed to Reset"
- 0xA01D VS_RS_DEV.CNF 0x02 "Device Busy"
- 0xA021 VS_WR_MOD.CNF 0x10 "Bad Module"
- 0xA021 VS_WR_MOD.CNF 0x12 "Bad Length"
- 0xA021 VS_WR_MOD.CNF 0x14 "Bad Checksum"
- 0xA021 VS_WR_MOD.CNF 0x20 "Bad Offset"
- 0xA021 VS_WR_MOD.CNF 0x40 "Operation Blocked"
- 0xA021 VS_WR_MOD.CNF 0x50 "Fail to lock NVM"
- 0xA025 VS_RD_MOD.CNF 0x10 "Bad Module"
- 0xA025 VS_RD_MOD.CNF 0x12 "Bad Length"
- 0xA025 VS_RD_MOD.CNF 0x14 "Bad Checksum"
- ......
- The next example does the same thing but output is piped into the grep utility which selects only those lines containing
- the substring "0x40". The result shows that this error code is used by two different Atheros vendor-specific messages.
- # mme | grep "0x40"
- 0xA00D VS_ST_MAC.CNF 0x40 "Bad Start Address"
- 0xA021 VS_WR_MOD.CNF 0x40 "Operation Blocked"
- ......
- DISCLAIMER
- Atheros HomePlug AV Vendor Specific Management Message structure and content is proprietary to Qualcomm Atheros, Ocala FL
- USA. Consequently, public information is not available. Qualcomm Atheros reserves the right to modify management mes‐
- sage structure and content in future firmware releases without any obligation to notify or compensate users of this pro‐
- gram.
- SEE ALSO
- amp(1), efsu(1), hpav(1)
- CREDITS
- Charles Maier <cmaier@qca.qualcomm.com>
- open-plc-utils-0.0.3 Mar 2014 mme(1)
- </pre>
- <div class='footerlink'>
- [<a href='mdustats.1.html' title=' mdustats.1 '>PREV</a>]
- [<a href='toolkit.html' title=' Index '>HOME</a>]
- [<a href='modpib.1.html' title=' modpib.1 '>NEXT</a>]
- </div>
- </body>
- </html>
|