nvidia-smi failed because it couldn't communicate with the nvidia driver


Ubuntu裝好CUDA之后過段時間提示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.

解決方案一:sudo modprobe nvidia ,然后再運行nvidia-smi.
---------------------  
作者:hhhuua  
來源:CSDN  
原文:https://blog.csdn.net/hhhuua/article/details/80734092  
版權聲明:本文為博主原創文章,轉載請附上博文鏈接!

方法二:禁用安全啟動選項

https://stackoverflow.com/questions/42348400/nvidia-smi-failed-couldnt-communicate-with-nvidia-driver

方法三:

sudo apt-get update
sudo apt-get install --no-install-recommends nvidia-384 libcuda1-384 nvidia-opencl-icd-384
sudo reboot

https://blog.csdn.net/zw__chen/article/details/83217004


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM