plcdevs.1 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. .TH plcdevs 1 "Mar 2014" "plc-utils-2.1.6" "Qualcomm Atheros Powerline Toolkit"
  2. .SH NAME
  3. plcdevs - Qualcomm Atheros Powerline Device Enumerator
  4. .SH SYNOPSIS
  5. .BR plcdevs
  6. .RI [ options ]
  7. .SH DESCRIPTION
  8. Search host Ethernet interfaces for local Atheros powerline devices.
  9. This program is useful on host computers having multiple interface cards and powerline device are connected to only one or two of them.
  10. .PP
  11. This program is part of the Qualcomm Atheros Powerline Toolkit.
  12. See the \fBplc\fR man page for an overview and installation instructions.
  13. .SH OPTIONS
  14. .TP
  15. .RB - ? ,-- help
  16. Print program help summary on stdout.
  17. This option takes precedence over other options on the command line.
  18. .TP
  19. .RB - ! ,-- version
  20. Print program version information on stdout.
  21. This option takes precedence over other options on the command line.
  22. 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.
  23. .SH ARGUMENTS
  24. None.
  25. .SH EXAMPLES
  26. The following example searches host Ethernet interfaces for powerline devices.
  27. We can see that there are three network interfaces present but interface \fBeth3\fR is the only one having a local powerline device connected.
  28. .PP
  29. # plcdevs
  30. eth2 00:0f:EA:4b:98:CA 010.234.095.003
  31. eth3 00:0F:EA:4B:98:CB 010.234.094.099 AR7400 INT7400-MAC-Test mac-release 2011/02/09 14:59:43 OCAFAE01494
  32. eth4 00:50:04:A5:D8:98 192.168.099.001
  33. .SH SEE ALSO
  34. .BR plc ( 1 ),
  35. .BR ifs ( 1 ),
  36. .BR plcnets ( 1 )
  37. .SH CREDITS
  38. Charles Maier <cmaier@qca.qualcomm.com>