Go to file
Tim Crawford d3d9ce28c6 Add oryp13
Signed-off-by: Tim Crawford <tcrawford@system76.com>
2025-09-22 20:40:59 -06:00
.github Create ISSUE_TEMPLATE.md 2018-05-10 17:16:54 -06:00
debian Add oryp13 2025-09-22 20:40:59 -06:00
lib/udev/hwdb.d Update the way touchpad is handled to use events from PS/2 instead of WMI 2019-03-28 09:54:34 -06:00
src Add oryp13 2025-09-22 20:40:59 -06:00
usr/share/initramfs-tools Make initramfs hook executable 2021-03-22 08:51:53 -06:00
.editorconfig Add EditorConfig 2025-06-06 07:35:55 -06:00
.gitignore .gitignore: ignore files generated by make 2024-12-12 09:13:05 -07:00
Kbuild Move sources to subdirectory 2025-06-06 07:35:55 -06:00
LICENSE Create LICENSE 2019-02-01 08:47:29 -07:00
Makefile Move sources to subdirectory 2025-06-06 07:35:55 -06:00
README.md Move sources to subdirectory 2025-06-06 07:35:55 -06:00

README.md

system76-dkms

System76 DKMS driver

On newer System76 laptops, this driver controls some of the hotkeys and allows for custom fan control.

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
# View log messages
dmesg | grep system76