My problem is that suspend often does not work correctly in my Dell Latitude 7490 laptop. The OS seems to think that the computer went to suspend, but it does not, the power light keeps on and it consumes power like normal running.
debashishc@DebashishC-ublp:~$ uname -a
Linux DebashishC-ublp 5.0.13-050013-generic #201905051330 SMP Sun May
5 13:32:41 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
I have tried other kernels as well including 4.14, but with little success. I also have the following in my '/etc/default/grub' even though I do not have an NVidia graphics card.
GRUB_CMDLINE_LINUX_DEFAULT="acpi_sleep=nonvs nouveau.modeset=0"
GRUB_CMDLINE_LINUX=""
This does load the kernel parameters correctly.
cat /proc/cmdline
BOOT_IMAGE=/boot/vmlinuz-5.0.13-050013-generic root=UUID=9250662f-
23aa-4559-b05f-327fd41d8040 ro acpi_sleep=nonvs nouveau.modeset=0
Please help.