I have been trying to build the akmod-nvidia package for Fedora 44 on kernel 7.1.x and have had no success. I have tried forcing the build and rebuild with no luck.
A few steps I’ve done is increasing the file limits, disabling my dkms config, switching to nvidia-open, and limiting the threads it can use while building. Everything doesn’t work and I am unable to build for 7.1.3-201
I just tried compiling for the current kernel version I am on and it passed.
hamcore@hatcore:~$ sudo akmods --rebuild --force
[sudo] password for hamcore:
Checking kmods exist for 7.1.3-201.fc44.x86_64 [ OK ]
Building and installing nvidia-kmod [FAILED]
Building rpms failed; see /var/cache/akmods/nvidia/610.43.03-1-for-7.1.3-201.fc44.x86_64.failed.log for details
Building and installing v4l2loopback-kmod [FAILED]
Building rpms failed; see /var/cache/akmods/v4l2loopback/0.15.4-1-for-7.1.3-201.fc44.x86_64.failed.log for details
Hint: Some kmods were ignored or failed to build or install.
You can try to rebuild and install them by by calling
'/usr/sbin/akmods --force' as root.
Checking kmods exist for 7.0.14-201.fc44.x86_64 [ OK ]
Building and installing nvidia-kmod [ OK ]
Building and installing v4l2loopback-kmod [ OK ]
Hi All, do You try with command -v (verbose) ? in step’s of compilation kernel in verbobe may see whot is wrong in build (MOK key, permission or missing file or path or wrong old drivers for module). Try to get module with verbose in compilation and build without any errors in log. >> akmods --verbose --rebuild --force
This entire thing frustrated me enough that I started fresh. Unfortunately I could never narrow down the issue in the end, which will make this topic stale. My apologies. I have moved on to another flavor of Linux that manages GPU drivers a bit differently to challenge myself. I appreciate all of the help.