Go to file
Jeremy Soller 291223ea20 Print errors 2019-04-24 16:17:49 -06:00
.github init 2019-03-01 16:22:51 -07:00
debian Add hwdb information to catch touchpad toggle 2019-03-01 19:27:59 -07:00
lib/udev/hwdb.d Add hwdb information to catch touchpad toggle 2019-03-01 19:27:59 -07:00
usr/share/initramfs-tools init 2019-03-01 16:22:51 -07:00
LICENSE init 2019-03-01 16:22:51 -07:00
Makefile init 2019-03-01 16:22:51 -07:00
README.md init 2019-03-01 16:22:51 -07:00
lpc.c Fix compilation of color keyboard file, add lpc command to enable camera toggle 2019-04-24 16:14:59 -06:00
rebuild.sh init 2019-03-01 16:22:51 -07:00
system76-coreboot.c Print errors 2019-04-24 16:17:49 -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 system76.ko
# View log messages
dmesg | grep system76