mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-14 21:56:41 +01:00
5f37ff47b6
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
8 lines
359 B
Text
8 lines
359 B
Text
Simple kernel module that enables you to call ACPI methods by writing
|
|
the method name followed by arguments to /proc/acpi/call. It allows you
|
|
to tamper with your system and should be used with CAUTION.
|
|
|
|
To build the package for a kernel different from the running one,
|
|
start the script setting the KERNEL variable as in:
|
|
|
|
KERNEL=4.4.14 ./acpi_call.SlackBuild
|