raymond-w-ko / system76-dkms

System76 DKMS driver

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

System76 DKMS driver

License:GNU General Public License v2.0


Languages

Language:C 97.2%Language:Shell 2.3%Language:Makefile 0.4%