lirc-lsplugins (1) Linux Manual Page
lirc-lsplugins – print dynamic modules info
Synopsis
lirc-lsplugins [-l] [-q] [-U plugindir] [drivers]lirc-lsplugins -e [-q] [-U plugindir]
lirc-lsplugins -e [-q|-p|-h|-v]
Description
Tool which writes a simple list with info for each driver found. In particular, it writes info if a plugin can’t be loaded e. g., due to unresolved references. The [drivers] argument is an optional selector which limits the output to matching drivers. The match is a glob-type match as done by fnmatch()
Options
- -U –plugindir <path>
- Use <path> to search for plugins. The path is a’:’-separated search path similar to e. g., $PATH.
- -q –quiet
- Don’t write headers and trailing legend.
- -s –summary
- Just write a summary over number of plugins, drivers and errors.
- -e –errors
- Only list plugins which can’t be loaded, or does not contain any drivers.
- -l –long
- Add info on driver features.
- -p –default-path
- Print default search path and exit.
- -h –help
- Display usage summary.
- -v –version
- Display version info.
Examples
- $ lirc-lsplugins -U ../lib/.libs:/usr/local/lib/lirc/plugins tira*
Lists all drivers with name matching ‘tira*’ found in plugins living in ../lib/.libs or /usr/local/lib/lirc/plugins.
Return Value
lirc-lsplugins returns a non-zero error code if there is at least one plugin from which no driver can be loaded or options and parameters can’t be parsed. Otherwise it returns zero.Bugs
Some drivers change their capabilities in runtime after inspecting the underlying hardware. These runtime capabilities can not be listed by lirc-lsplugins.Status
This tool is in an early alpha stage. Both the output format and the command line syntax are subject to change.See Also
fnmatch(3)lircd(8)
