重装驱动:Failed to initialize NVML: Driver/library version mismatch

简介: 重装驱动:Failed to initialize NVML: Driver/library version mismatch

这个驱动,问题真多。以下办法是网上的,有没有用不知道。

安装办法,参考吾专门的安装驱动帖子。

nvidia-smi
Failed to initialize NVML: Driver/library version mismatch
sudo dpkg --list | grep nvidia-*
cat /proc/driver/nvidia/version
sudo rmmod nvidia
sudo nvidia-smi
sudo rmmod nvidia
rmmod: ERROR: Module nvidia is in use by: nvidia_uvm
lsmod | grep nvidia
nvidia_uvm            798720  8
nvidia              17600512  1072 nvidia_uvm
ipmi_msghandler        53248  4 ipmi_devintf,ipmi_si,nvidia,ipmi_ssif
    sudo rmmod nvidia_uvm
    sudo rmmod nvidia
    sudo add-apt-repository ppa:graphics-drivers/ppa
    sudo apt-get update
    sudo apt-get install nvidia-410

rmmod: ERROR: Module nvidia_uvm is in use

sudo lsof /dev/nvidia*

# killall

目录
相关文章
|
6月前
|
Windows
Qtdesigner报错:This application failed to stat could not find or load the Qt platform plugin “windows“
Qtdesigner报错:This application failed to stat could not find or load the Qt platform plugin “windows“
codeblocks中出现#error This file requires compiler and library support for the错误时的解决方案
codeblocks中出现#error This file requires compiler and library support for the错误时的解决方案
728 0
codeblocks中出现#error This file requires compiler and library support for the错误时的解决方案
|
iOS开发
编译OpenJDK8报错:configure: error: Failed to determine Xcode version.
编译OpenJDK8报错:configure: error: Failed to determine Xcode version.
115 0
重装驱动:Failed to initialize NVML: Driver/library version mismatch
重装驱动:Failed to initialize NVML: Driver/library version mismatch
622 0
The NVIDIA driver on your system is too old (found version 9000).
The NVIDIA driver on your system is too old (found version 9000).
266 0
|
内存技术 芯片
MDK st-link下载STM32程序出现Internal command error和Error:Flash download failed. Target DLL
MDK st-link下载STM32程序出现Internal command error和Error:Flash download failed. Target DLL   是因为目标板的芯片处于休眠的状态,在尝试连接目标板时候也会出现报错Internal command ...
3728 0
|
并行计算 PyTorch Go
成功解决The NVIDIA driver on your system is too old (found version 8000).Please update your GPU driver
成功解决The NVIDIA driver on your system is too old (found version 8000).Please update your GPU driver
|
iOS开发
Xcode报错:Failed to find a suitable device for the type SimDeviceType解决方法
Xcode报错:Failed to find a suitable device for the type SimDeviceType解决方法
211 0
|
iOS开发
iOS linker command failed with exit code 1 (use -v to see invocation)解决方法
iOS linker command failed with exit code 1 (use -v to see invocation)解决方法
2259 0