-
Notifications
You must be signed in to change notification settings - Fork 1.4k
akmods-nvidia-open not installing the open-source driver #856
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
This sounds like a packaging issue, and not an issue with the open-gpu-kernel-modules itself. Does the discussion here: |
Thanks for taking a look! Yeah, I'd already reviewed those, but unfortunately they did not help. |
It's definitely a packaging issue. I run into the same issue on FC42 Workstation, no rpm-ostree, and after reboot there were this kind of entries in the logs:
To use the nvidia-open driver I had to force a rebuild:
On restart the correct module was loaded:
|
@zcobol I don't know how you managed to make it work... I have the same fedora (42 workstation), same kernel. I installed akmod-nvidia-open, launched the same command you did, reboot but I still got the same error and license : NVRM: installed in this system requires use of the NVIDIA open kernel modules. modinfo nvidia Which GPU do you have ? Mine is a Geforce 5080 running in a Razer Blade 16 2025. Thanks in advance. |
I'm using a https://discussion.fedoraproject.org/t/nvidia-driver-install-issues-on-fedora-42/149091/6
|
Thanks for the reply. So it seems there is a bug somewhere. I tried again to follow the instructions but nothing changed.
And still complaining "this system requires use of the NVIDIA open kernel modules" |
As mentioned by @ethanbergstrom you also need to add an rpm macro to |
Hi, I already did this when searching for a solution
|
If finally managed to install correctly the drivers. For those who struggle with this :
DO NOT RUN the following : dnf swap akmod-nvidia akmod-nvidia-open
Hope it helps. I don't know if it's normal but it worked for me. |
Regardless, the issue is still present on OSTree-based systems. |
You should report this to your distribution. Make an issue upstream, since NVIDIA does not package these drivers. |
Or switch to |
Uh oh!
There was an error while loading. Please reload this page.
NVIDIA Open GPU Kernel Modules Version
570.144-1.fc42.x86_64
Please confirm this issue does not happen with the proprietary driver (of the same version). This issue tracker is only for bugs specific to the open kernel driver.
Operating System and Version
Fedora release 42 (Adams) - Silverblue / Atomic GNOME
Kernel Release
Linux exia 6.14.6-300.fc42.x86_64 #1 SMP PREEMPT_DYNAMIC Fri May 9 20:11:19 UTC 2025 x86_64 GNU/Linux
Please confirm you are running a stable release kernel (e.g. not a -rc). We do not accept bug reports for unreleased kernels.
Hardware: GPU
NVIDIA Corporation GB203 [GeForce RTX 5070 Ti]
Describe the bug
The package
akmod-nvidia-open
(which also installsakmod-nvidia
) install viarpm-ostree
is compiling and installing the proprietary driver instead of the open source one, and the proprietary drivers are not compatible with Blackwell-and-higher / 5000-series card.I've already tried the
%_with_kmod_nvidia_open 1
trick, but that seems to not work in OSTree-based systems.I have no issues with the proprietary driver on the same PC with a 3000-series card.
To Reproduce
nouveau
loads by default)rpm-ostree install akmod-nvidia-open xorg-x11-drv-nvidia
Expected results:
modinfo -l nvidia
should returnDual MIT/GPL
or similarActual results:
modinfo -l nvidia
returnsNVIDIA
Note, I'm not using Secureboot, and haven't seen any indications in the logs of failure due to driver signing problems:
Bug Incidence
Always
nvidia-bug-report.log.gz
nvidia-bug-report.log.gz
More Info
No response
The text was updated successfully, but these errors were encountered: