当前位置: 首页 > news >正文

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

NVIDIA-SMI has failed because it couldn’t communicate with the NVIDIA driver. Make sure that the latest NVIDIA driver is installed and running

相关gpu驱动问题 可以通过卸载删除相关文件重装

Even with those commands, the issue wasn’t solved.
Eventually, the fastest way to fix 2 machines with a package manager is to purge all Nvidia & Cuda,did it by:

 
sudo apt-get remove --purge '^nvidia-.*'
sudo apt-get remove --purge '^libnvidia-.*'
sudo apt-get remove --purge '^cuda-.*'

Then after it’s clean ran that:
sudo apt-get install linux-headers-$(uname -r)

From here - it’s the same for all VMs:
Download latest run file from Nvidia site, and run it, accept if needed to upgrade current, or install from scratch.
The driver is back to work.

The issue was started after did some updates, and the Linux kernel was changed.

http://www.dtcms.com/a/323945.html

相关文章:

  • 软件编程1-shell命令
  • RabbitMQ面试精讲 Day 18:内存与磁盘优化配置
  • 深度学习-卷积神经网络CNN-AlexNet
  • LeetCode_哈希表
  • 智能体革命:网络安全人的角色重塑与突围指南
  • GPU指令集入门教程
  • 安全运维工具链全解析
  • 代码可读性与维护性的实践与原则
  • H3C(基于Comware操作系统)与eNSP平台(模拟华为VRP操作系统)的命令差异
  • Vulhub靶场组件漏洞(XStream,fastjson,Jackson)
  • 【Vue✨】Vue3 中英文切换功能实现
  • kubernetes安装搭建
  • nginx+Lua环境集成、nginx+Lua应用
  • 【东枫科技】NTN-IOT 卫星互联网原型系统,高达1.6G大带宽
  • LeetCode简单题 - 学习
  • java生成用户登录token
  • Android Camera 打开和拍照APK源码
  • Redis实现消息队列三种方式
  • 前端学习日记 - 前端函数防抖详解
  • c#属性(Property)的概念定义及使用详解
  • 音视频学习(五十二):ADTS
  • i2c dump工具使用(202589)
  • WAV音频数据集MFCC特征提取处理办法
  • 人工智能正在学习自我提升的方式
  • Agent在游戏行业的应用:NPC智能化与游戏体验提升
  • PySpark
  • Java集合中的 LinkedList
  • 通过sealos工具在ubuntu 24.02上安装k8s集群
  • JavaScript性能优化30招实战指南
  • JUC学习笔记-----ReentrantLock