NVIDIA_SMI 失败,因为它无法与 NVIDIA 驱动程序通信

NVIDIA_SMI 失败,因为它无法与 NVIDIA 驱动程序通信

我们购买了带有 Windows 的 HP z4 g4 工作站,我已卸载 Windows 并安装了 ubuntu 18.04。安装过程中,我遇到了很多错误,我已使用在线资源进行了更正。但现在,我尝试安装 nvidia-driver 并安装了最新的 nvidia-driver (430),但当我使用 nvidia-smi 检查时,出现了以下错误。

我已经使用以下命令安装了 nvidia-driver

sudo apt-get install nvidia-430

NVIDIA_SMI 失败,因为它无法与 NVIDIA 驱动程序通信。请确保最新的驱动程序已安装并正在运行

lspci -k | grep -EA3 'VGA|3D|Display'

上述命令产生以下输出

00:1f.5 Non-VGA unclassified device: Intel Corporation 200 Series/Z370 Chipset F                                                                                        amily SPI Controller
00:1f.6 Ethernet controller: Intel Corporation Ethernet Connection (2) I219-LM
        Subsystem: Hewlett-Packard Company Ethernet Connection (2) I219-LM
        Kernel driver in use: e1000e
--
21:00.0 VGA compatible controller: NVIDIA Corporation Device 1e30 (rev a1)
        Subsystem: Hewlett-Packard Company Device 129e
        Kernel modules: nvidiafb, nouveau
21:00.1 Audio device: NVIDIA Corporation Device 10f7 (rev a1)

我尝试了很多种方法但都无法纠正,非常感谢您的帮助。

我在安全启动中具有以下属性https://drive.google.com/file/d/1QnTDLKnjPVWnKzyOIF2hgafmvPkgoCKV/view?usp=sharing

答案1

要正确安装驱动程序,请禁用 BIOS 中的安全启动(如果您使用的是 UEFI),然后通过以下方式安装

sudo apt install nvidia-driver-430

在你的情况下,正确的 BIOS 选项是

Legacy Support Disable and Secure Boot Disable

相关内容