Nothing works to solve it. I tried adding things to the grub file, with scripts, without. Can someone help me diagnose the particular problem of my notebook? It seems immortal.
I am with:
nvidia-driver-390
kernel 5.4.0-86-generic
ubuntu 20.04 - Gnome (vanilla)
I removed all blacklisted nvidias.
/etc/default/grub:
GRUB_DEFAULT="saved"
#GRUB_HIDDEN_TIMEOUT="0"
GRUB_HIDDEN_TIMEOUT_QUIET="true"
GRUB_TIMEOUT="10"
GRUB_DISTRIBUTOR="`lsb_release -i -s 2> /dev/null || echo Debian`"
#GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX_DEFAULT=""
GRUB_CMDLINE_LINUX="nouveau.blacklist=1"
#GRUB_CMDLINE_LINUX="nouveau.modeset=0"
#GRUB_CMDLINE_LINUX="acpi_osi=! \"acpi_osi=Windows 2013\""
sudo vim /etc/modprobe.d/blacklist.conf:
blacklist nouveau
options nouveau modeset=0
From dmesg | grep -i "nvidia\|suspend":
[ 186.525319] nvidia-nvlink: Nvlink Core is being initialized, major device number 236
[ 186.525749] NVRM: The NVIDIA probe routine was not called for 1 device(s).
NVRM: nouveau, rivafb, nvidiafb or rivatv
NVRM: was loaded and obtained ownership of the NVIDIA device(s).
NVRM: driver(s)), then try loading the NVIDIA kernel module
[ 186.525751] NVRM: No NVIDIA graphics adapter probed!
From /var/log/syslog:
Sep 27 10:57:41 inspiron-3542 kernel: [ 0.038632] You have booted with nomodeset. This means your GPU drivers are DISABLED
Sep 27 10:57:41 inspiron-3542 kernel: [ 0.038633] Any video related functionality will be severely degraded, and you may not even be able to suspend the system properly
Sep 27 10:57:41 inspiron-3542 kernel: [ 0.038634] Unless you actually understand what nomodeset does, you should reboot without enabling it
...
Sep 27 01:46:23 inspiron-3542 suspend: nvidia-suspend.service
Sep 27 01:46:23 inspiron-3542 logger[98412]: <13>Sep 27 01:46:23 suspend: nvidia-suspend.service
Sep 27 01:46:23 inspiron-3542 systemd[1]: nvidia-suspend.service: Succeeded.
Sep 27 01:46:23 inspiron-3542 systemd[1]: Finished NVIDIA system suspend actions.
Sep 27 01:46:23 inspiron-3542 systemd[1]: Starting Suspend...
Sep 27 01:46:23 inspiron-3542 systemd[1]: grub-common.service: Succeeded.
Sep 27 01:46:23 inspiron-3542 systemd[1]: Finished Record successful boot for GRUB.
Sep 27 01:46:23 inspiron-3542 systemd[1]: Starting GRUB failed boot detection...
Sep 27 01:46:23 inspiron-3542 systemd[1]: Stopping Atop advanced performance monitor...
Sep 27 01:46:23 inspiron-3542 systemd[1]: grub-initrd-fallback.service: Succeeded.
Sep 27 01:46:23 inspiron-3542 systemd[1]: Finished GRUB failed boot detection.
...
Sep 27 10:59:51 inspiron-3542 gsd-media-keys[10232]: Unable to inhibit suspend: GDBus.Error:org.freedesktop.DBus.Error.NoReply: Message recipient disconnected from message bus without replying
Sep 27 10:59:51 inspiron-3542 gsd-media-keys[6647]: Unable to inhibit suspend: GDBus.Error:org.freedesktop.DBus.Error.NoReply: Message recipient disconnected from message bus without replying
Sep 27 10:59:51 inspiron-3542 gsd-power[10235]: Unable to inhibit suspend: GDBus.Error:org.freedesktop.DBus.Error.NoReply: Message recipient disconnected from message bus without replying
Sep 27 10:59:51 inspiron-3542 gsd-power[6652]: Unable to inhibit suspend: GDBus.Error:org.freedesktop.DBus.Error.NoReply: Message recipient disconnected from message bus without replying
0 Answers