Create README.md

This commit is contained in:
Jeremy Soller 2019-02-01 08:46:36 -07:00 committed by GitHub
parent 84d91098c6
commit 22ec492d1d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 19 additions and 0 deletions

19
README.md Normal file
View File

@ -0,0 +1,19 @@
# 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
```