I want setup GPU with Tesla K80 on the computer is Dell T7500 workstation, 144GB RAM, CentOS 7 64bit. When install the drive NVIDIA-Linux-x86-64-384.145.run, it shows “ERROR: Unable to load the ‘nvidia-drm’ kernel module”.
I did:
Compare running kernel
sudo systemctl isolate multi-user.target
yum -y install dkms
/etc/modprobe.d/blacklist.conf
blacklist nouveau
nouveau modeset=0
/etc/default/grub
rd.driver.blacklist=nouveau nouveau.modeset=0
Hello Generix,
I run the command as you suggestion but there does not have this directory. below is the result. Also, I attached the log file of NVIDIA driver installation.
[wge@NCU0124369 Downloads]$ sudo sh nvidia-bug-report.sh
[sudo] password for wge:
nvidia-bug-report.sh will now collect information about your
system and create the file ‘nvidia-bug-report.log.gz’ in the current
directory. It may take several seconds to run. In some
cases, it may hang trying to capture data generated dynamically
by the Linux kernel and/or the NVIDIA kernel module. While
the bug report log file will be incomplete if this happens, it
may still contain enough data to diagnose your problem.
Please include the ‘nvidia-bug-report.log.gz’ log file when reporting
your bug via the NVIDIA Linux forum (see devtalk.nvidia.com)
or by sending email to ‘linux-bugs@nvidia.com’.
Running nvidia-bug-report.sh…ls: cannot access /proc/driver/nvidia/./gpus/: No such file or directory
If the bug report script hangs after this point consider running with
–safe-mode and --extra-system-data command line arguments.
complete.
[wge@NCU0124369 Downloads]$ dir /proc/driver/
nvram rtc
Thanks for you mention that. On this computer has a video card for the monitor. maybe I have to remove this card before install the Nvidia driver. I found the result of nvidia-bug-report.sh. I will attached it. nvidia-bug-report.log (563 KB)
I reboot this computer and removed the video card and try install NVIDIA driver again. It is still shows “ERROR: Unable to load the ‘nvidia-drm’ kernel module”. nvidia-installer.log (8.68 KB)
Hello generix,
Thanks for your suggestion. My computer is T7500 has different BIOS configure with the link you provided. I have three kernels on this computer:
kernel-devel-3.10.0-957.el7.x86_64
kernel-devel-3.10.0-957.1.3.el7.x86_64
kernel-devel-3.10.0-957.5.1.el7.x86_64
The last one is default running kernel. I use this kernel and *1.3.el7.x86_64 install the NVIDIA driver. Both ware Failed and shows “Unable to load the ‘nvidia-drm’ kernel module”.