Cannot load kernel module because of CONFIG_MODULE_SIG=y
pkejval opened this issue · 2 comments
pkejval commented
Hello, I can't load kernel module "ryzen_smu" https://github.com/leogx9r/ryzen_smu because kernel is compiled with these config flags below. Could you modify it to =n or is this intended? I want this kernel module for using "ryzenadj" https://github.com/FlyGoat/RyzenAdj.
CONFIG_MODULE_SIG=y
CONFIG_MODULE_SIG_ALL=y
I'm getting this dmesg error when loading module:
[ 2.154813] ryzen_smu: loading out-of-tree module taints kernel.
[ 2.154816] ryzen_smu: module verification failed: signature and/or required key missing - tainting kernel
sirlucjan commented
Yes, it's intentional. It's taken straight from the Arch Linux config
pkejval commented
OK. Thank you for answering.