I have a new laptop (Lenovo IdeaPad 5 14ARE05 with a Ryzen 4000 SoC). In order for its hardware to be supported, I had to install the latest 5.8.0 mainline kernel on my fresh 20.04 Kubuntu install. However I also need acpi-call-dkms for controlling power saving features etc.. However, the install fails:
Unpacking acpi-call-dkms (1.1.0-5) ...
Setting up acpi-call-dkms (1.1.0-5) ...
Loading new acpi-call-1.1.0 DKMS files...
Building for 5.8.0-050800-generic
Building initial module for 5.8.0-050800-generic
ERROR (dkms apport): kernel package linux-headers-5.8.0-050800-generic is not supported
Error! Bad return status for module build on kernel: 5.8.0-050800-generic (x86_64)
Consult /var/lib/dkms/acpi-call/1.1.0/build/make.log for more information.
dpkg: error processing package acpi-call-dkms (--configure):
installed acpi-call-dkms package post-installation script subprocess returned error exit status 10
Errors were encountered while processing:
acpi-call-dkms
E: Sub-process /usr/bin/dpkg returned an error code (1)
Basically it just says it's not supported. Is there some PPA where I can get a newer version of that package that is supported? Or (how) can I build that thing from source?