From d645f1e5b52995ae51e9fcedd5487a53833bbd16 Mon Sep 17 00:00:00 2001 From: Eriq Taing Date: Mon, 23 Jun 2025 17:10:27 -0400 Subject: [PATCH] Attempt dkms build and install with hard-coded kernel version --- files/scripts/install-xpadneo.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/files/scripts/install-xpadneo.sh b/files/scripts/install-xpadneo.sh index 50dcc3e..efa8c9d 100644 --- a/files/scripts/install-xpadneo.sh +++ b/files/scripts/install-xpadneo.sh @@ -13,5 +13,5 @@ echo "INFO: xpad modules in /usr/src" ls /usr/src | grep xpad echo "INFO: build and install xpadneo" -sudo dkms build -m xpadneo/0.9.7 -sudo dkms install -m xpadneo/0.9.7 \ No newline at end of file +sudo dkms build -m xpadneo/0.9.7 -k 6.14.11-300 +sudo dkms install -m xpadneo/0.9.7 -k 6.14.11-300 \ No newline at end of file