From cc7b6eee4f4dd0b657db9f0907d9aaca357ccb3e Mon Sep 17 00:00:00 2001 From: Eriq Taing Date: Mon, 23 Jun 2025 17:22:31 -0400 Subject: [PATCH] add info to list lib modules and use particular version given --- files/scripts/install-xpadneo.sh | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/files/scripts/install-xpadneo.sh b/files/scripts/install-xpadneo.sh index efa8c9d..3893928 100644 --- a/files/scripts/install-xpadneo.sh +++ b/files/scripts/install-xpadneo.sh @@ -9,9 +9,12 @@ dnf list --installed | grep kernel.x86_64 echo "INFO: uname -r output:" uname -r +echo "INFO: list /lib/modules/" +ls /lib/modules + 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 -k 6.14.11-300 -sudo dkms install -m xpadneo/0.9.7 -k 6.14.11-300 \ No newline at end of file +sudo dkms build -m xpadneo/0.9.7 -k 6.14.11-300.fc42.x86_64 +sudo dkms install -m xpadneo/0.9.7 -k 6.14.11-300.fc42.x86_64 \ No newline at end of file