I had alway updated using the DGX Dashboard and had no issues. I wanted to install glow the markdown viewer, but I perform the apt update and upgrade from the terminal and now Nvidia-smi does not work and the DGX Dashboard GPU Telemetry Error. Any advice on how do I recover?
You’ve probably had a conflict with Nvidia, as it’s trying to install a newer version and failing. Try this command; it should fix it.
sudo apt install nvidia-driver-580-open=580.159.03-0ubuntu0.24.04.1 linux-modules-nvidia-580-open-6.17.0-1018-nvidia
Thanks @giakbs , I normally see the update indicator on the initial Dashboard, but when I went to the update page, I see the filesas you stated listed for update, update went good. Thanks Again