RHEL 6.1 is rather old. See if dkms is still installed, you should be able to reinstall the kernel modules running (as root)
/usr/lib/dkms/dkms_autoinstaller start
dracut -f
If that doesn’t work, please run nvidia-bug-report.sh as root and attach the resulting .gz file to your post. Hovering the mouse over an existing post of yours will reveal a paperclip icon.
[url]https://devtalk.nvidia.com/default/topic/1043347/announcements/attaching-files-to-forum-topics-posts/[/url]
Hello, it seems that the dkms autoinstaller fails.
[root@norscae2 ~]# /usr/lib/dkms/dkms_autoinstaller start
dkms: running auto installation service for kernel 2.6.32-754.3.5.el6.x86_64
Error! echo
Your kernel headers for kernel 2.6.32-754.3.5.el6.x86_64 cannot be found at
/lib/modules/2.6.32-754.3.5.el6.x86_64/build or /lib/modules/2.6.32-754.3.5.el6.
x86_64/source.
Error! echo
Your kernel headers for kernel 2.6.32-754.3.5.el6.x86_64 cannot be found at
/lib/modules/2.6.32-754.3.5.el6.x86_64/build or /lib/modules/2.6.32-754.3.5.el6.
x86_64/source.
Error! echo
Your kernel headers for kernel 2.6.32-754.3.5.el6.x86_64 cannot be found at
/lib/modules/2.6.32-754.3.5.el6.x86_64/build or /lib/modules/2.6.32-754.3.5.el6.
x86_64/source.
Error! echo
Your kernel headers for kernel 2.6.32-754.3.5.el6.x86_64 cannot be found at
/lib/modules/2.6.32-754.3.5.el6.x86_64/build or /lib/modules/2.6.32-754.3.5.el6.
x86_64/source.
Done.
[root@norscae2 ~]#
both kernel-devel and kernel-headers were already installed. Nothing to do.
[root@norscae2 ~]# yum install kernel-devel
Loaded plugins: aliases, changelog, presto, product-id, rhnplugin, search-
: disabled-repos, security, subscription-manager, tmprepo, verify,
: versionlock
This system is receiving updates from RHN Classic or RHN Satellite.
Setting up Install Process
Package kernel-devel-2.6.32-754.6.3.el6.x86_64 already installed and latest vers
ion
Nothing to do
[root@norscae2 ~]# yum install kernel-headers
Loaded plugins: aliases, changelog, presto, product-id, rhnplugin, search-
: disabled-repos, security, subscription-manager, tmprepo, verify,
: versionlock
This system is receiving updates from RHN Classic or RHN Satellite.
Setting up Install Process
Package kernel-headers-2.6.32-754.6.3.el6.x86_64 already installed and latest ve
rsion
Nothing to do
You’re running an old kernel (2.6.32-754.3.5) but the installed headers are for the current kernel (2.6.32-754.6.3), so please either change to the new kernel (6.3) probably at the boot prompt or install the headers for the currently running kernel (3.5)
Thank you. It was necessary to fallback the kernel to an older version due to a problem with our backup software. We’ll update the kernel, as soon as the backup software will support the new kernel version, and then we’ll make sure the kernel headers matches the kernel version. Please close out this thread.