I try nvidia-smi in Ubuntu 18.04 , I get the 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.
anyone can help me?
nvidia-bug-report.log.gz (2.6 MB)
You have installed an incompatible kernel built for Ubuntu 22.04 so the driver doesn’t compile. Please return to the stock 5.4 hwe kernel.
1 Like
thanks for replying, I have return 5.4 kernel. but still nvidia-smi has failed
nvidia-bug-report.log.gz (2.6 MB)
You previously installed the driver using the runfile installer without dkms. Please uninstall it using the --uninstall option, then add the grpahics driver ppa and install the driver using “Software&Updates”
https://launchpad.net/~graphics-drivers/+archive/ubuntu/ppa
1 Like
thank you very much, solve
- Check if the NVIDIA driver is installed by running the command
lsmod | grep nvidia
. If the command returns output, then the NVIDIA driver is installed and loaded. If not, you will need to install the NVIDIA driver, you can take idea from here.
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.