Hey there fellow Manjaroers! Hope you’ll are doing great…
So I just upgraded my PC and did a fresh dual-boot UEFI install of Windows 11/Manjaro GNOME. I have a strange issue that makes my PC not wake up after it goes to sleep/suspend.
Things to note:
PC wakes up from Windows normally.
It’s a fresh install with just a few GNOME Extensions installed and some apps; in short, I haven’t touched the kernel or anything. No such app or extension installed that might inhibit wake-up.
When the system is resumed, the screen is blank, the keyboard Numlock can not be toggled. Have to hard reset the system using the power button.
Things I’ve Tried:
Kernel 5.15.48 (default kernel with Manjaro 21.3)
Kernel 5.18.5
As far as the kernel buffer goes, I don’t know how I’m supposed to share when on one hand this forum won’t let me share the link to it and on the other, if pasted, it would become a messy post…
It is because your are new. You need spend some time here, read things, answer some posts etc. Then you reach TL1 (Trust Level 1) quickly. Then you can post links and screenshots. It is “Spam Prevention”.
But at TL0 you use a trick. You can add links in a code block like:
However is is greatly discourage to send pictures of text here if avoidable.
Ok now the problem:
It just shows that it starts to suspend, normally it looks like that:
Jun 16 17:21:36 systemd[1]: Starting System Suspend...
Jun 16 17:21:36 systemd-sleep[13771]: Entering sleep state 'suspend'...
Jun 16 17:21:36 kernel: PM: suspend entry (deep)
Jun 16 17:21:36 kernel: Filesystems sync: 0.154 seconds
Jun 16 17:21:36 /usr/lib/gdm-x-session[806]: (**) Option "fd" "42"
Jun 16 17:21:36 /usr/lib/gdm-x-session[806]: (II) event1 - Power Button: device removed
Jun 16 17:21:36 /usr/lib/gdm-x-session[806]: (**) Option "fd" "45"
Jun 16 17:21:36 /usr/lib/gdm-x-session[806]: (II) event0 - Power Button: device removed
Jun 16 17:21:36 /usr/lib/gdm-x-session[806]: (**) Option "fd" "47"
Jun 16 17:21:36 /usr/lib/gdm-x-session[806]: (II) event2 - Logitech USB Receiver: device removed
Jun 16 17:21:36 /usr/lib/gdm-x-session[806]: (**) Option "fd" "48"
Jun 16 17:21:36 /usr/lib/gdm-x-session[806]: (II) event3 - Logitech USB Receiver Mouse: device removed
Jun 16 17:21:36 /usr/lib/gdm-x-session[806]: (**) Option "fd" "49"
Jun 16 17:21:36 /usr/lib/gdm-x-session[806]: (**) Option "fd" "50"
Jun 16 17:21:36 /usr/lib/gdm-x-session[806]: (II) event5 - Logitech USB Receiver System Control: device removed
Jun 16 17:21:36 /usr/lib/gdm-x-session[806]: (**) Option "fd" "51"
Jun 16 17:21:36 /usr/lib/gdm-x-session[806]: (II) event18 - Eee PC WMI hotkeys: device removed
Jun 16 17:21:36 /usr/lib/gdm-x-session[806]: (**) Option "fd" "49"
Jun 16 17:21:36 /usr/lib/gdm-x-session[806]: (II) event4 - Logitech USB Receiver Consumer Control: device removed
Jun 16 17:21:36 /usr/lib/gdm-x-session[806]: (**) Option "fd" "65"
Jun 16 17:21:36 /usr/lib/gdm-x-session[806]: (II) event19 - UVC Camera (046d:0825): device removed
Jun 16 17:21:36 pipewire-media-session[1062]: ms.mod.default-profile: device 'alsa_card.pci-0000_01_00.1': can't resto
re profile: No such device
Jun 16 17:21:36 gsd-media-keys[1202]: Unable to get default sink
Jun 16 17:21:36 gdm[685]: Gdm: GdmLocalDisplayFactory: received VT change event
Jun 16 17:21:36 gdm[685]: Gdm: GdmLocalDisplayFactory: VT changed from 2 to 63
Jun 16 17:21:36 gdm[685]: Gdm: GdmLocalDisplayFactory: active VT is not initial VT, so ignoring
Jun 16 17:21:36 kernel: rfkill: input handler enabled
Jun 16 17:21:36 /usr/lib/gdm-x-session[806]: (II) systemd-logind: got pause for 13:68
Jun 16 17:21:36 /usr/lib/gdm-x-session[806]: (II) systemd-logind: got pause for 13:83
Jun 16 17:21:36 /usr/lib/gdm-x-session[806]: (II) systemd-logind: got pause for 13:64
Jun 16 17:21:36 /usr/lib/gdm-x-session[806]: (II) systemd-logind: got pause for 13:67
Jun 16 17:21:36 /usr/lib/gdm-x-session[806]: (II) systemd-logind: got pause for 13:69
Jun 16 17:21:36 /usr/lib/gdm-x-session[806]: (II) systemd-logind: got pause for 13:66
Jun 16 17:21:36 /usr/lib/gdm-x-session[806]: (II) systemd-logind: got pause for 13:82
Jun 16 17:21:36 /usr/lib/gdm-x-session[806]: (II) systemd-logind: got pause for 13:65
Sorry, I am too dumb to use this “Logpad”… I don’t want to grep the text but switch to the position of the search result plus I cannot download it. Leave it as normal text here or I just leave the conversation. Someone else can deal with it.
first off, thank you so much for going way and beyond in helping me out…
I solved it thanks to your pointer towards the culprit; intel_lpss_pci
Simply added module_blacklist=intel_lpss_pci to my kernel parameters