I just manually installed the mainline 5.16.2 kernel. I need it for the new alder lake cpu/igpu support.
The problem is that the headers for this kernel were not installed (and not installable), since a newer version of libc6
is required, as well as libssl
.
The following packages have unmet dependencies:
linux-headers-5.16.2-051602-generic : Depends: libc6 (>= 2.34) but 2.31-0ubuntu9.2 is installed
Depends: libssl3 (>= 3.0.0~~alpha1) but it is not installable
Is there a workaround? If not, I can attempt and compile and configure the kernel from scratch, but all the links and guides I found about that are incredibly old, so I don't trust them.
EDIT: I'm on Kubuntu 20.04. I have an Alder Lake CPU, and also a Nvidia A6000 video card. The integrated graphics on Alder Lake has to provide the video output, so that the A6000 is left alone for computation. That's why I needed the 5.16 kernel.
EDIT2: I solved the problem by uplifting my whole distro to 22.04. Hardly the best solution (for obvious reasons).