hello,
I’m on fedora 41 and AD107GLM RTX 500 Ada Generation
since kernel 6.15.4 update, os updates are causing system failing to boot
this seems related on nviadia module compiling. If I reinstall the kernel, system boot again, however it seems nvidia module fails to compile
sudo dkms install -m nvidia -v 575.57.08
returns
^^^
Building module(s)…(bad exit status: 2)
Failed command:
‘make’ -j22 KERNEL_UNAME=6.15.4-100.fc41.x86_64 modules
Error! Bad return status for module build on kernel: 6.15.4-100.fc41.x86_64 (x86_64)
Consult /var/lib/dkms/nvidia/575.57.08/build/make.log for more information.
^^^
looking to the logs
^^^^
ERROR: modpost: GPL-incompatible module nvidia.ko uses GPL-only symbol ‘__vma_start_write’
ERROR: modpost: GPL-incompatible module nvidia-drm.ko uses GPL-only symbol ‘__vma_start_write’
make[4]: *** [/usr/src/kernels/6.15.4-100.fc41.x86_64/scripts/Makefile.modpost:147: Module.symvers] Error 1
make[3]: *** [/usr/src/kernels/6.15.4-100.fc41.x86_64/Makefile:1993: modpost] Error 2
make[2]: *** [/usr/src/kernels/6.15.4-100.fc41.x86_64/Makefile:260: __sub-make] Error 2
make[2]: Leaving directory ‘/var/lib/dkms/nvidia/575.57.08/build’
make[1]: *** [Makefile:260: __sub-make] Error 2
make[1]: Leaving directory ‘/usr/src/kernels/6.15.4-100.fc41.x86_64’
make: *** [Makefile:140: modules] Error 2
exit code: 2
elapsed time: 00:00:38
^^^^