slackbuilds_ponce/system/system76-io-dkms/README
Erich Ritz dc23f5156c system/system76-io-dkms: Added (DKMS module).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2019-11-16 20:57:24 +07:00

17 lines
630 B
Text

DKMS module for controlling System76 Io board.
This kernel module enables reading/controlling the fan speed of fans plugged
into the System76 Io board on Thelio desktops.
To ensure loading of the system76-io kernel module, you may need to add
modprobe system76-io
to /etc/rc.d/rc.modules.local.
See system76-power (available on SBo) for a daemon to control the fan speed.
The system76-io dkms module is automatically registered with dkms by
doinst.sh with the following command:
dkms install system76-io/$VER
Old versions of system76-io should be manually unregistered from dkms using:
dkms remove system76-io/$OLD_VER --all