Go to file
Winston Hoy 7bae1af569 Add build and install instructions 2024-06-24 13:35:49 -06:00
.github init 2019-03-01 16:22:51 -07:00
debian Add dh-sequence-dkms to fix 24.04 build 2024-02-07 09:54:25 -07:00
lib/udev/hwdb.d Change package from system76-coreboot-dkms to system76-acpi-dkms 2019-08-22 11:42:18 -06:00
usr/share/initramfs-tools Make initramfs-tools hook executable 2020-09-09 13:26:52 -06:00
LICENSE init 2019-03-01 16:22:51 -07:00
Makefile system76-coreboot -> system76_acpi 2019-08-22 11:26:27 -06:00
README.md Add build and install instructions 2024-06-24 13:35:49 -06:00
system76_acpi.c platform/x86: system76: constify pointers to hwmon_channel_info 2024-05-24 15:43:17 +02:00

README.md

System76 ACPI Driver (DKMS)

This provides the system76_acpi in-tree driver for systems missing it.

Building .deb from source

sudo dpkg-buildpackage  -b -uc -us

Installing from built .deb

sudo dpkg -i ../system76-acpi-dkms_1.0.2_amd64.deb

build, install and reload kernel module (for developing)

sudo dpkg-buildpackage  -b -uc -us && sudo dpkg -i ../system76-acpi-dkms_1.0.2_amd64.deb && sudo modprobe -r system76_acpi && sleep 5 && sudo modprobe system76_acpi