acpi-call-linux-module 1.2.2
Linux kernel module to perform ACPI method calls
This simple Linux kernel module allows calls from user space to any ACPI method provided by your computer's firmware, by writing to /proc/acpi/call
. You can pass any number of parameters of types ACPI_INTEGER
, ACPI_STRING
, and ACPI_BUFFER
.
It grants direct and undocumented access to your hardware that may cause damage and should be used with caution, especially on untested models.
- Outputs:
out
- Website: https://github.com/nix-community/acpi_call
- Licenses: GPL 3+
- Package source: gnu/packages/linux.scm
- Builds: See build status
- Issues: See known issues
Installation
Install acpi-call-linux-module 1.2.2
as follows:
guix install acpi-call-linux-module@1.2.2
Or install the latest version:
guix install acpi-call-linux-module
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.