Skip to content

Instantly share code, notes, and snippets.

@SheatNoisette
Created May 12, 2022 22:53
Show Gist options
  • Save SheatNoisette/53ffc94132f91c6d22222fd93b71d165 to your computer and use it in GitHub Desktop.
Save SheatNoisette/53ffc94132f91c6d22222fd93b71d165 to your computer and use it in GitHub Desktop.
NVIDIA kernel module missing. Falling back to nouveau. Fedora 36 upgrade

How to fix "NVIDIA kernel module missing. Falling back to nouveau." when upgrading from Fedora 35 to 36:

# Remove every kmod-nvidia from your system
sudo dnf remove kmod-nvidia-5.17.*
sudo dnf reinstall akmod-nvidia
sudo akmods --force

Then Reboot

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment