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
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
In my case I updated from 20 to 21 ubuntu, installed new nvidia drivers and it didn't work. The solution was to disable secure boot
.
Thanks lyh458
worked with 510 drivers, thanks
Disabling secure boot worked on ubutu 20.04, nvidia gtx 1650. Thanks @faustAbc
Worked without changing secure boot. Thank you!!!
Disabling secure boot and worked on ubuntu 20.04, nvidia 1080Ti. Thanks!
Thanks, it worked for ubuntu 22.04 as well - the secure boot option in UEFI was the source!
Works on Ubuntu 22.04.1, NVIDIA GeForce RTX 3090. Original 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."
thanks @tuokor !!
sudo apt-get purge nvidia-*
sudo apt-get update
sudo apt-get autoremove
and
apt search nvidia ( check latest version)
sudo apt install libnvidia-common-<version>
sudo apt install libnvidia-gl-<version>
sudo apt install nvidia-driver-<version>
Worked for me (Ubuntu 22.04 on a dell inspiron 5510) after I did the reboot on secure mode on, but with a slight detail: The BIOS Audit Mode for the secure boot must be checked instead of the other (default) mode. If this default mode is checked, the drivers still does not load. After booting up with this config on, the driver is loaded and I could switch back the secure boot off again (maybe I could even leave it with secure boot on).
In my case I updated from 20 to 21 ubuntu, installed new nvidia drivers and it didn't work. The solution was to disable
secure boot
. Thanks lyh458
This is it!!
Worked for me (Ubuntu 22.04 on a dell inspiron 5510) after I did the reboot on secure mode on, but with a slight detail: The BIOS Audit Mode for the secure boot must be checked instead of the other (default) mode. If this default mode is checked, the drivers still does not load. After booting up with this config on, the driver is loaded and I could switch back the secure boot off again (maybe I could even leave it with secure boot on).
thanks
work!
Disabling secure boot from the BIOS settings worked for me
it worked. Thank you !
In my case, it's caused by
secure boot
, even through it has been set asdisable
. Just doenable
->reboot
->disable
->reboot
, everything works.