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
|
.TH plcdevs 1 "November 2013" "open-plc-utils-0.0.3" "Qualcomm Atheros Open Powerline Toolkit"
.SH NAME
plcdevs - Qualcomm Atheros Powerline Device Enumerator
.SH SYNOPSIS
.BR plcdevs
.RI [ options ]
.SH DESCRIPTION
Search host Ethernet interfaces for local Atheros powerline devices.
This program is useful on host computers having multiple interface cards and powerline device are connected to only one or two of them.
.PP
This program is part of the Qualcomm Atheros Powerline Toolkit.
See the \fBplc\fR man page for an overview and installation instructions.
.SH OPTIONS
.TP
.RB - ? ,-- help
Print program help summary on stdout.
This option takes precedence over other options on the command line.
.TP
.RB - ! ,-- 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 Intellon Technical Support so that they know exactly which version of the Linux Toolkit you are using.
.SH ARGUMENTS
None.
.SH EXAMPLES
The following example searches host Ethernet interfaces for powerline devices.
We can see that there are three network interfaces present but interface \fBeth3\fR is the only one having a local powerline device connected.
.PP
# plcdevs
eth2 00:0f:EA:4b:98:CA 010.234.095.003
eth3 00:0F:EA:4B:98:CB 010.234.094.099 AR7400 INT7400-MAC-Test mac-release 2011/02/09 14:59:43 OCAFAE01494
eth4 00:50:04:A5:D8:98 192.168.099.001
.SH SEE ALSO
.BR plc ( 1 ),
.BR ifs ( 1 ),
.BR plcnets ( 1 )
.SH CREDITS
Charles Maier
|