Hi, I I have installed the NVIDIA drivers from RPM fusion for my 1050Ti GPU however when I reboot my pc, I get NVIDIA Kernel Module Missing - Falling back to Nouveau.
sudo /usr/sbin/akmods --rebuild --force
returns:
`Building and installing nvidia-kmod [FAILED]
Building rpms failed; see /var/cache/akmods/nvidia/565.77-1-for-6.13.4-200.fc41.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`
sudo /usr/sbin/akmods --force
does the same as above
rpm -qa | grep nvidia
log:
nvidia-gpu-firmware-20241210-1.fc41.noarch
xorg-x11-drv-nvidia-libs-565.77-3.fc41.x86_64
nvidia-modprobe-565.77-1.fc41.x86_64
xorg-x11-drv-nvidia-kmodsrc-565.77-3.fc41.x86_64
nvidia-settings-565.77-1.fc41.x86_64
xorg-x11-drv-nvidia-xorg-libs-565.77-3.fc41.x86_64
xorg-x11-drv-nvidia-565.77-3.fc41.x86_64
akmod-nvidia-565.77-1.fc41.x86_64
xorg-x11-drv-nvidia-power-565.77-3.fc41.x86_64
xorg-x11-drv-nvidia-cuda-libs-565.77-3.fc41.x86_64
nvidia-persistenced-565.77-1.fc41.x86_64
xorg-x11-drv-nvidia-cuda-565.77-3.fc41.x86_64
dnf list --installed \*nvidia\*
shows:
akmod-nvidia.x86_64 3:565.77-1.fc41 rpmfusion-nonfree-updates
nvidia-gpu-firmware.noarch 20241210-1.fc41 updates
nvidia-modprobe.x86_64 3:565.77-1.fc41 rpmfusion-nonfree-updates
nvidia-persistenced.x86_64 3:565.77-1.fc41 rpmfusion-nonfree-updates
nvidia-settings.x86_64 3:565.77-1.fc41 rpmfusion-nonfree-updates
xorg-x11-drv-nvidia.x86_64 3:565.77-3.fc41 rpmfusion-nonfree-updates
xorg-x11-drv-nvidia-cuda.x86_64 3:565.77-3.fc41 rpmfusion-nonfree-updates
xorg-x11-drv-nvidia-cuda-libs.x86_64 3:565.77-3.fc41 rpmfusion-nonfree-updates
xorg-x11-drv-nvidia-kmodsrc.x86_64 3:565.77-3.fc41 rpmfusion-nonfree-updates
xorg-x11-drv-nvidia-libs.x86_64 3:565.77-3.fc41 rpmfusion-nonfree-updates
xorg-x11-drv-nvidia-power.x86_64 3:565.77-3.fc41 rpmfusion-nonfree-updates
xorg-x11-drv-nvidia-xorg-libs.x86_64 3:565.77-3.fc41 rpmfusion-nonfree-updates
Any help would be greatly appreciated.
Thanks in advance.