openEuler 24.03 LTS SP1无法安装NVIDIA驱动

下面是报错
[root@162 tmp]# ./NVIDIA-Linux-x86_64-550.144.03.run
Verifying archive integrity… OK
Uncompressing NVIDIA Accelerated Graphics Driver for Linux-x86_64 550.144.03Extraction failed.

Signal caught, cleaning up

问题解决了,但是又有新问题了
NVIDIA-SMI has failed because it couldn’t communicate with the NVIDIA driver. Make sure that the latest NVIDIA driver is installed and running.

大佬们,怎么办,不管装什么版本的驱动还是按照这里的方法都不行

还是出现这个
NVIDIA-SMI has failed because it couldn’t communicate with the NVIDIA driver. Make sure that the latest NVIDIA driver is installed and running.

你这个问题我貌似遇见过类似的,问题不一定跟你的一样,我当时是驱动安装完后换了另外一张卡就出现你说的那个信息。我的做法是卸载当前驱动,重启机器,然后再次安装就好了。

下面的链接有cuda-12.6的版本,是在 openEuler 24.03 LTS版本上验证过的没任何问题:
https://repo.oepkgs.net/openEuler/rpm/openEuler-24.03-LTS/contrib/drivers/x86_64/Packages/

服务器是超微4028,显卡3090涡轮*8

是不是3090卡的问题

对,我也下载这个试了,安装过程没问题,nvidia-smi是一样的报错

应该是你的驱动下的不对,我给的那个链接的版本对应的是英伟达Tesla系列显卡的驱动, 你下载这个试试, Linux x64 (AMD64/EM64T) Display Driver 550.144.03 | Linux 64-bit | NVIDIA 看描述支持3090

1 Like

好的,我试试,我一开始就是从官网按照选项下的,我下低版本的试试

不行,nvidia-smi还是一样的报错
NVIDIA-SMI has failed because it couldn’t communicate with the NVIDIA driver. Make sure that the latest NVIDIA driver is installed and running.

我安装的是 openEuler 24.03 LTS SP1最精简版本

安装了这些包

系统包
yum install “kernel-devel-$(uname -r)” “kernel-headers-$(uname -r)”
yum install gcc make -y
dnf install pkg-config xorg-x11-server-devel xorg-x11-util-macros libglvnd-devel

显卡驱动依赖包
yum install vulkan-loader -y

你先用lspci看下你的显卡有没有被系统识别,是不是显卡都没有被pci枚举到呢!
NVIDIA-SMI has failed because it couldn’t communicate with the NVIDIA driver.
这个错误,如果没有硬件或者硬件不识别的话,也会报这个错误!因为你安装的是一个驱动包,不存在依赖关系的问题,猜测就是硬件没识别,先看看lspci的信息吧!

你好,我看你的帖子说问题解决了,请问下是怎么解决的呢,我也遇到了这个问题:
Verifying archive integrity… OK
Uncompressing NVIDIA Accelerated Graphics Driver for Linux-x86_64 550.144.03Extraction failed.

Signal caught, cleaning up

我的下载了驱动,成功安装了.GTX1650的显卡。

检查环境变量