I have installed Fedora 41 and simply can’t get the Nvidia drivers (akmod-nvidia) to work. I followed the RPMFusion guide step by step, hoping that nothing had changed between versions 40 and 41 in that regard. The kernel module is also installed:
modinfo -F version nvidia
560.35.03
I have enrolled the certificate created with “kmodgen -a,” beforhand but for some reason, this appears in the logs:
NVRM: GPU 0000:01:00.0 is already bound to nouveau.
Does anyone have an idea what the issue might be? I’m, of course, aware that this is still a beta version, but maybe someone has already solved the same problem.
For some reason, the grub.cfg was not updated after installing akmod-nvidia. I checked the entry in the Grub menu using the “e” key, and I noticed that the kernel parameters “rd.driver.blacklist=nouveau modprobe.blacklist=nouveau” were missing. After adding them, the driver now loads correctly.
I have now updated the entries with the command
sudo grub2-mkconfig -o /boot/grub2/grub.cfg
and it works.
Update
It didn’t work. Not only are the kernel parameters gone, it can’t even find the kernel.
I also had a discrepancy between /etc/kernel/cmdline and /boot/grub2/grub.cfg and the nouveau blacklist arguments were missing in the latter… I don’t know if it’s related to the fact that i have dual boot on same hdd … grubby output in some cases seemed to find the windows partition but I don’t want to reproduce now. As soon as i edited the cfg file and disabled uefi fastboot, I could use both systems and nvidia-smi gives the expected output.