On 05/02/2023 15.56, Eric Streit wrote:
Hi,
I installed the linux-headers and it worked, but what is not normal: I
didn't install any specific firmware source, so nothing had to be compiled.
DKMS was already installed.
If the installation of new kernels needs linux-headers, it must be a
dependancy.
This is actually a regression from bullseye:
If foobar-dkms is installed and linux-image-foo, but not
linux-headers-foo gets installed, dkms will
on bullseye) emit a warning about the missing headers and exit 0
on bookworm) emit a warning about the missing headers and exit 11
making the linux-image-foo installation fail in bookworm. This is
probably the same issue in all the similar bug reports that were
reassigned against dkms.
Trying to bisect ...
Andre