Signed-off-by: Tim Crawford <tcrawford@system76.com> |
||
|---|---|---|
| .github | ||
| debian | ||
| lib/udev/hwdb.d | ||
| usr/share/initramfs-tools | ||
| LICENSE | ||
| Makefile | ||
| README.md | ||
| system76.c | ||
| system76_ap-led.c | ||
| system76_hwmon.c | ||
| system76_input.c | ||
| system76_kb-led.c | ||
| system76_nv_hda.c | ||
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 system76.ko
# View log messages
dmesg | grep system76