I just upgrade my Lenovo X1 Carbon from Ubuntu 20.04.4 to 22.04. Before, I could wake up from suspend by either opening the lid or by pressing the power bottom. Now, after upgrading, I cannot wake up from suspend at all! I need to force shutdown that is very annoying.
Any idea how to fix this problem?
UPDATE:
$ sudo dmidecode -s bios-version
N1FET74W (1.48 )
free -h
             total        used        free      shared  buff/cache   available
Mem:         15Gi        1,7Gi        11Gi       526Mi      2,4Gi        12Gi
Swap:        2,0Gi          0B       2,0Gi
sysctl vm.swappiness
vm.swappiness = 60
swapon -s
Filename                Type        Size        Used        Priority
/swapfile               file        2097148     0           -2
UPDATE 2:
$ lsmod | grep -i think
think_lmi              28672  0
firmware_attributes_class    16384  1 think_lmi
thinkpad_acpi         122880  0
nvram                  16384  1 thinkpad_acpi
ledtrig_audio          16384  3 snd_ctl_led,snd_hda_codec_generic,thinkpad_acpi
snd                   102400  21 snd_ctl_led,snd_hda_codec_generic,snd_seq,snd_hda_codec_conexant,snd_seq_device,snd_hda_codec_hdmi,snd_hwdep,snd_hda_intel,snd_hda_codec,snd_timer,snd_compress,thinkpad_acpi,snd_soc_core,snd_pcm,snd_rawmidi
platform_profile       16384  1 thinkpad_acpi
wmi                    32768  2 wmi_bmof,think_lmi
video                  53248  2 thinkpad_acpi,i915
 
     
     
     
     
     
    