I tried to install siduction kernel (I used debian kernel for a while)
apt install linux-image-siduction-amd64 linux-headers-siduction-amd64I got the following errors:
run-parts: /etc/kernel/postinst.d/dkms exited with return code 11
dpkg: error processing package linux-image-6.8.3-1-siduction-amd64 (--configure):
installed linux-image-6.8.3-1-siduction-amd64 package post-installation script subprocess returned error exit status 11
dpkg: dependency problems prevent configuration of linux-headers-siduction-amd64:
linux-headers-siduction-amd64 depends on linux-headers-6.8.3-1-siduction-amd64 (= 6.8-3); however:
Package linux-headers-6.8.3-1-siduction-amd64 is not configured yet.
dpkg: error processing package linux-headers-siduction-amd64 (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of linux-image-siduction-amd64:
linux-image-siduction-amd64 depends on linux-image-6.8.3-1-siduction-amd64 (= 6.8-3); however:
Package linux-image-6.8.3-1-siduction-amd64 is not configured yet.
dpkg: error processing package linux-image-siduction-amd64 (--configure):
dependency problems - leaving unconfigured
Errors were encountered while processing:
linux-headers-6.8.3-1-siduction-amd64
linux-image-6.8.3-1-siduction-amd64
linux-headers-siduction-amd64
linux-image-siduction-amd64
needrestart is being skipped since dpkg has failed
E: Sub-process /usr/bin/dpkg returned an error code (1)
After that I tried the
apt install -f and I got the previous error again.
Is something that I can do?