Hey jlehtone and Sheldon,
I’m using the open source version of the driver, which I’ve been using for well over a year now, installed (from guidance given by nvidia-driver-assistant) with the command:
dnf -y module install nvidia-driver:open-dkms
These continue to work fine with the previous kernel, but X will not start with the 9.6 kernel. It’s not an installation problem, per se. The new kernel boots, but the nvidia loadable kernel modules do not load with the 9.6 kernel. If I reboot with the 9.6 kernel, then (logging in from a different machine) check to see if the proprietary modules loaded, they did not. On the 9.5 kernels, if I issue the command
lsmod | grep nvidia
I see a host of nvidia modules loaded:
nvidia_uvm 4087808 0
nvidia_drm 151552 17
nvidia_modeset 1732608 63 nvidia_drm
nvidia 11579392 729 nvidia_uvm,nvidia_modeset
drm_kms_helper 274432 2 nvidia_drm
drm 782336 21 drm_kms_helper,nvidia,nvidia_drm
video 73728 2 asus_wmi,nvidia_modeset
On the 9.6 kernel, none of these are loaded.
I’ve rebooted into the 9.6 kernel, and removed and reinstalled the nvidia drivers, and still no joy. X will not start, and I suspect there will be no cuda occuring either.
Sheldon, your listing did help, at least to confirm I am using the same rpm packages except for one. This might be what the issue is. That package difference is the kmod-nvidia* package. You’re using “latest”, and I’m using “open”.
Mine:
kmod-nvidia-open-dkms.noarch 3:575.57.08-1.el9 @cuda-rhel9-x86_64
Yours:
kmod-nvidia-latest-dkms.x86_64 3:575.57.08-1.el9 @cuda-rhel9-x86_64
I have found the page in the nvidia site that shows how to switch between the two, and I got the switch completed. I’m about to reboot with the “latest-dkms” as the choice, and hopefully that will do the trick. If it does I’ll let you know…
Thanks much!
Mike
EDIT: rebooted, and still no joy, but I could boot with the latest-dkms nvidia driver installed on that system with the 9.5 kernels. I may have muffed something in my thrashes, but I now believe that others are not finding a problem getting the system to work with the nviida drivers under the 9.6 kernels.
Thanks much for the help. I’ll try to run this to ground and share with the community. Cheers all…