I installed the nvidia 535 driver on a new Ubuntu installation 22.04LTS, and got this error:
Error NVIDIA-SMI has failed because it couldn't communicate with the NVIDIA driver. Make sure that the latest NVIDIA driver is installed and running
I tried the suggestions in here and didn't solve the problem. Can anyone help?
The Nvidia GTX3060 is the hardware, and the following commands were used to install the NVIDIA driver. 1. sudo apt update && sudo apt upgrade 2. ubuntu-drivers devices 3. sudo apt install nvidia-driver-535 Thanks.