ls: cannot access ‘/dev/nvidia*’: No such file or directory
I attach to this subject the output of the nvidia-bug-report.sh nvidia-bug-report.log.gz (95.0 KB)
helpful informations:
gcc version : gcc (Ubuntu 9.4.0-1ubuntu1~20.04.1) 9.4.0
Ubuntu 18 was installed in this PC and everything was normal. I erased the ssd to get a fresh restart so that I can install Ubuntu 20.04 properly.
Hello @MarkusHoHo and thank you your reply. I blacklisted the nouveau driver and reinstalled nvidia-driver with GUI. the command lsmod | grep nouveau return nothing (I assume that the nouveau driver is not in use) and still don’t have nvidia device in /dev/nvidia*. Here is an update of the nvidia-bug-report nvidia-bug-report.log.gz (97.8 KB)
Tried to add nouveau.modeset=0 to grub GRUB_CMDLINE_LINUX_DEFAULT="quiet splash nvidia-drm.modeset=1 nouveau.modeset=0"
in the file /etc/modprobe.d/blacklist.conf added these lines
# Blacklist nouveau
blacklist nouveau
options nouveau modeset=0
in file /etc/modprobe.d/blacklist-framebuffer.conf I commented the line :
# blacklist nvidiafb
Still have same issues with the nvidia-driver.
If it helps I attached the output of journalctl -xe after tying to start nvidia-persistenced.service jounal.txt (159.2 KB)
Hello @MarkusHoHo,
The solution to this problem was to remove and purge the installed nvidia driver and to install the open-gpu-kernel-modules. I encountred some problems with the installation but I found the solutions by searching the issues in the github repository.
Still, it should be possible to use a fresh installed Ubuntu with the distro drivers out of the box. I am regularly verifying that myself on a test system to stay up to date.
In any case, good that you could solve your issue and are up and running now!