I'm a beginner and I'm following this guide on how to create a deep learning environment. Nvidia-smi
was working when I installed nvidia drivers, but after installing Cuda (which went successfully) it stopped working properly. Output:
nvidia-smi
NVIDIA-SMI has failed because it couldn't communicate with the NVIDIA driver. Make sure that the latest NVIDIA driver is installed and running.
nvidia-settings
ERROR: NVIDIA driver is not loaded
ERROR: Unable to load info from any available system
nvcc -V
nvcc: NVIDIA (R) Cuda compiler driver
Copyright (c) 2005-2018 NVIDIA Corporation
Built on Sat_Aug_25_21:08:01_CDT_2018
Cuda compilation tools, release 10.0, V10.0.130
Secure boot is disabled, I have tried rebooting, and sudo prime-select nvidia
.run
file for the installation, unselecting the NVIDIA driver allows you to use the driver that is compatible with your video card. – Terrance Mar 19 '20 at 19:34