system76-dkms

July 9, 2026 ยท View on GitHub

On System76 laptops with Clevo proprietary firmware, these drivers control some of the hotkeys and allow for custom fan control.

Kernel support

This project targets 5.15, the last LTS of the 5.x series.

Development

To install this as a kernel module:

# Compile the module
make
# Remove any old instances
sudo modprobe -r system76
# Insert the new module
sudo insmod src/system76.ko dyndbg=+p
# View log messages
dmesg | grep system76

Resources