@generix helped me get the drivers working on this system in this thread.
Since the past week or so (around the time the 510 driver was released?], the graphics card isn’t working. No changes from my side, although the kernel and drivers have been auto-updating in the background:
$ nvidia-smi
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’ve tried the same recommended install steps for the following driver versions: 440, 455, 470 and 510:
$sudo apt purge nvidia*
$sudo apt purge libnvidia*
$sudo apt install nvidia-driver-<version>
$sudo prime-select nvidia
$sudo update-initramfs -u
Also checking:
$ grep nvidia /etc/modprobe.d/* /lib/modprobe.d/*
/etc/modprobe.d/blacklist-framebuffer.conf:blacklist nvidiafb
/lib/modprobe.d/nvidia-kms.conf:# This file was generated by nvidia-prime
/lib/modprobe.d/nvidia-kms.conf:options nvidia-drm modeset=1
Also tried switching to older kernels, same result. Currently:
$ uname -r
5.4.0-107-lowlatency
$$ lspci -nnk | grep -iA2 vga
00:02.0 VGA compatible controller [0300]: Intel Corporation UHD Graphics 630 (Mobile) [8086:3e9b]
Subsystem: Dell Device [1028:0825]
Kernel driver in use: i915
--
01:00.0 VGA compatible controller [0300]: NVIDIA Corporation GP106M [GeForce GTX 1060 Mobile] [10de:1c20] (rev a1)
Subsystem: Dell GP106M [GeForce GTX 1060 Mobile] [1028:0825]
Kernel modules: nvidiafb, nouveau
Any help in getting this working again would be appreciated!
nvidia-bug-report.log.gz (669.6 KB)