Skip to content

Instantly share code, notes, and snippets.

@espoirMur
Last active June 17, 2026 16:14
Show Gist options
  • Select an option

  • Save espoirMur/65cec3d67e0a96e270860c9c276ab9fa to your computer and use it in GitHub Desktop.

Select an option

Save espoirMur/65cec3d67e0a96e270860c9c276ab9fa to your computer and use it in GitHub Desktop.
How I fix this issue 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 am no longer abe to monitor this post , I have decided to move everything to my personal blog for better monitoring.

Please click here to access the full post

@stan1ey-shen

Copy link
Copy Markdown

Thanks! Disabling Secure Boot fixed the issue with nvidia-driver-570 on Ubuntu 24.04.

@smehdii

smehdii commented Jul 30, 2025

Copy link
Copy Markdown

Was all about disabling secure boot since unsigned modules can't be loaded with secure boot.

@hannhu

hannhu commented Aug 8, 2025

Copy link
Copy Markdown

it works for me, thank you!

@srisaisubramanyam

Copy link
Copy Markdown

go to device manager -> click on display adapters -> click on nvidia gpu -> enable
This worked for me

ghost commented Oct 23, 2025

Copy link
Copy Markdown

@srisaisubramanyam Can you be a little bit more specific ?

@farid1965

Copy link
Copy Markdown

how i install nvidia driver for 570 with cuda 12.90 supported

ghost commented Oct 27, 2025

Copy link
Copy Markdown

@farid1965 Depends on the OS. If Windows, you can find everything you need on the Download page for Drivers on the official site of Nvidia. If Linux, try getting the one from your distro's package manager. Should be something like (correct me if I'm wrong) nvidia-driver-{driver_version} (at least on Debian).

@rugularox

Copy link
Copy Markdown

Check If the NVIDIA Kernel Module Is Loaded
Open a terminal and run:

bash

lsmod | grep nvidia
If this returns nothing, the kernel module isn’t loaded. That’s your root problem.

source

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment