Hi All,
I recently upgrade my Linux Mint Framework 13’s mainboard to the AMD 7840U. See below for specifics on my current setup.
I had a 12th gen intel board, and swapped over my SSD, to the new board with new DDR5 ram. Everything works well except for hibernate and suspend. Neither works since I upgraded. I downgraded to an older Kernel ( 6.6.30-060630-generic
) from the latest 6.8 release and that fixed hibernate, but sleep is not available. When I try to suspend using systemctl suspend
, I get:
Call to Suspend failed: Sleep verb 'suspend' is not configured or configuration is not supported by kernel
I didn’t change anything substantial in this area since the upgrade so i’m not sure what to do to fix the issue. Does anyone have any ideas?
Thanks
Steve
lsb_release -a
o LSB modules are available.
Distributor ID: Linuxmint
Description: Linux Mint 22.1
Release: 22.1
Codename: xia
$ lshw
WARNING: you should run this program as super-user.
sk-framework
description: Computer
width: 64 bits
capabilities: smp vsyscall32
*-core
description: Motherboard
physical id: 0
*-memory
description: System memory
physical id: 0
size: 64GiB
*-cpu
product: AMD Ryzen 7 7840U w/ Radeon 780M Graphics
vendor: Advanced Micro Devices [AMD]
physical id: 1
bus info: cpu@0
version: 25.116.1
size: 1397MHz
capacity: 5132MHz
width: 64 bits
CONTENTS OF /default/grub:
$ sudo cat /etc/default/grub
# If you change this file, run 'update-grub' afterwards to update
# /boot/grub/grub.cfg.
# For full documentation of the options in this file, see:
# info -f grub -n 'Simple configuration'
#GRUB_DEFAULT=0
GRUB_DEFAULT="Advanced options for Linux Mint 22.1 Cinnamon>Linux Mint 22.1 Cinnamon, with Linux 6.6.30-060630-generic"
GRUB_TIMEOUT_STYLE=hidden
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`( . /etc/os-release; echo ${NAME:-Ubuntu} ) 2>/dev/null || echo Ubuntu`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash resume=/dev/nvme0n1p2 resume_offset=46108672 mem_sleep_default=deep"
GRUB_CMDLINE_LINUX=""
# If your computer has multiple operating systems installed, then you
# probably want to run os-prober. However, if your computer is a host
# for guest OSes installed via LVM or raw disk devices, running
# os-prober can cause damage to those guest OSes as it mounts
# filesystems to look for things.
#GRUB_DISABLE_OS_PROBER=false
# Uncomment to enable BadRAM filtering, modify to suit your needs
# This works with Linux (no patch required) and with any kernel that obtains
# the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
#GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
# Uncomment to disable graphical terminal
#GRUB_TERMINAL=console
# The resolution used on graphical terminal
# note that you can use only modes which your graphic card supports via VBE
# you can see them in real GRUB with the command `vbeinfo'
#GRUB_GFXMODE=640x480
# Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
#GRUB_DISABLE_LINUX_UUID=true
# Uncomment to disable generation of recovery mode menu entries
#GRUB_DISABLE_RECOVERY="true"
# Uncomment to get a beep at grub start
#GRUB_INIT_TUNE="480 440 1"
GRUB_RECORDFAIL_TIMEOUT=1