ec_probe(1)
| EC_PROBE(1) | General Commands Manual | EC_PROBE(1) |
NAME
ec_probe - probing tool for the embedded controller
DESCRIPTION
Probing tool for the embedded controller
SYNOPSIS
ec_probe {read | write | dump | load | monitor | watch | acpi_call | shell} [OPTIONS]
OPTIONS
-h, --help
--version
-e, --embedded-controller={ec_sys,acpi_ec,dev_port}
- ec_sys: Use the ec_sys kernel module.
- acpi_ec: Use the acpi_ec kernel module.
- dev_port: Access the embedded controller via /dev/port.
COMMANDS
dump [OPTIONS]
-c, --color
-C, --no-color
load FILE
read [OPTIONS] REGISTER
-w, --word
write [OPTIONS] REGISTER VALUE
-w, --word
monitor [OPTIONS]
-i, --interval SECONDS
-t, --timespan SECONDS
-r, --report FILE
-c, --clearly
-d, --decimal
watch [OPTIONS]
-i, --interval SECONDS
-t, --timespan SECONDS
acpi_call METHOD [ARGUMENT...]
The maximum number of arguments is 8.
Example:
shell
All input values are interpreted as decimal numbers by default. Hexadecimal values may be entered by prefixing them with "0x".
EXIT STATUS
- 0
- Everything fine
- 1
- Generic error
- 2
- Command-line error
- 3
- Initialization error
- 5
- Fatal error (memory allocation failure)
BUGS
Report bugs to https://github.com/nbfc-linux/nbfc-linux
AUTHOR
Benjamin Abendroth (braph93@gmx.de)
SEE ALSO
nbfc(1), nbfc_service(1), nbfc_service.json(5), fancontrol(1)
| FEBRUARY 2026 | Notebook FanControl 0.4.0 |
