mit dem Backport Kernel funktioniert das mitgelieferte acpi-call-dkms acpi-call-dkms leider nicht mehr.
Ich habe jetzt nach folgender Anleitung acpi-call nachinstalliert: https://github.com/nix-community/acpi_call
Das geht auch und macht soweit nichts kaputt.
Leider habe ich das ganze ohne checkinstall konfiguriert (ginge das überhaupt?).
Für den Fall der Fälle bzw. ab Kernel 5.17 wie deinstalliert man (ich) das wieder?
Danke
Die Anleitung in Kurzform (sudo ignorieren):
Code: Alles auswählen
# Navigate to the cloned repository
cd acpi_call
# Prepare dkms.conf file
make dkms.conf
# Copy the module source to the shared sources directory
sudo cp -R . /usr/src/acpi-call-1.2.2
# Add the module to the dkms tree for build
sudo dkms add -m acpi-call -v 1.2.2
# Build the module
sudo dkms build -m acpi-call -v 1.2.2
# Install the module
sudo dkms install -m acpi-call -v 1.2.2