Frogging-Family / linux-tkg

linux-tkg custom kernels
GNU General Public License v2.0
1.35k stars 169 forks source link

[Debian 13] SSL error using dkms #895

Open Xdavius opened 8 months ago

Xdavius commented 8 months ago

Hi.

1- Compil full kernel 6.7.8 in distrobox archlinux for Debian .deb 2- Installed on Debian with secureboot on (Vbox VM with dkms drivers and additions ON) 3- while signing DKMS : got this error

Seems to be related to zstd in .config file.

Maybe the root origin is distrobox cause it don't use .config from Debian ?

I seems neeted to set this in .config to avoid the error :

CONFIG_MODULE_COMPRESS_NONE=y
# CONFIG_MODULE_COMPRESS_ZSTD is not set

But i"m not sure at all.

Thank you for reading.

AdelKS commented 8 months ago

Hello, you can do that .config change either with a "fragment" (see readme of this project) or selecting make menuconfig when prompted by the script.

Xdavius commented 8 months ago

Hi @AdelKS

I will have a look about fragment.

For now, It seems I have solved the issue by installing linux-image-amd64 inside the distrobox, so his .config is used as "model" to build.

But I need to finish all the tests.

AdelKS commented 1 month ago

Hey, any news on this ?