NVIDIA-SMI has failed because it couldn‘t communicate with the NVIDIA driver.

电脑重启后经常出现这种情况,找不到NVIDIA的驱动。而且分辨率也变得有问题。

但在终端输入nvcc -V 是存在的;

解决办法:

step1:sudo apt-get install dkms

NVIDIA-SMI has failed because it couldn‘t communicate with the NVIDIA driver.

进入/usr/src/查看NVIDIA的版本号:

NVIDIA-SMI has failed because it couldn‘t communicate with the NVIDIA driver.

step2: sudo dkms install -m nvidia -v 455.38

NVIDIA-SMI has failed because it couldn‘t communicate with the NVIDIA driver.

再次输入nvidia-smi时,就可以啦!!!

NVIDIA-SMI has failed because it couldn‘t communicate with the NVIDIA driver.

 

再次重启后,分辨率就恢复正常啦!!

 

参考这篇博客解决问题的:https://blog.csdn.net/hangzuxi8764/article/details/86572093

 

相关文章:

  • 2021-09-27
  • 2022-12-23
  • 2021-09-25
  • 2022-12-23
  • 2021-04-12
  • 2021-05-26
  • 2021-12-21
  • 2021-11-30
猜你喜欢
  • 2021-03-29
  • 2022-01-26
  • 2022-02-20
  • 2021-04-26
  • 2022-12-23
  • 2021-04-24
相关资源
相似解决方案