SlackBuildsOrg/system/system76-io-dkms
Erich Ritz 9164984e60
system/system76-io-dkms: Add douninst.sh.
The douninst.sh script will remove all versions of the module built by
dkms so that this package properly cleans up after itself.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2021-11-23 01:11:15 +07:00
..
doinst.sh system/system76-io-dkms: Add douninst.sh. 2021-11-23 01:11:15 +07:00
douninst.sh system/system76-io-dkms: Add douninst.sh. 2021-11-23 01:11:15 +07:00
README system/system76-io-dkms: Add douninst.sh. 2021-11-23 01:11:15 +07:00
slack-desc
system76-io-dkms.info
system76-io-dkms.SlackBuild system/system76-io-dkms: Add douninst.sh. 2021-11-23 01:11:15 +07:00

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

A douninst.sh script is included which calls "dkms remove" to delete all
kernel versions of the old module on package removal or upgrade.