My laptop is no longer suspending. This did not start on upgrade to 22.04, it started more recently and I am trying to debug/diagnose what the cause could be. Can anyone offer suggestions?
It's a HP Omen 15-5000na laptop running Ubuntu 22.04 LTS Gnome 42.1 and X11.
Graphics are NV117 (using Nouveau driver NOT nvidia drivers) and onboard Mesa Intel® HD Graphics 4600 (HSW GT2). To my knowledge I don't have any Nvidia drivers or software installed.
The PC does not suspend and immediately wake so I don't think it's suspending then waking due to USB devices. I think it does not suspend at all, it just goes to the lock screen. Nothing coming up in dmesg
and the only entries in syslogs between the sleep request and the wake seems to indicate it could be NetworkManager
causing the wake but I don't for sure and I don't know why. There are some gnome-shell
messages but I don't know if they are relevant:
syslog:
Jun 1 06:20:45 Omen NetworkManager[1292]: <info> [1654060845.5219] manager: sleep: sleep requested (sleeping: no enabled: yes)
Jun 1 06:20:45 Omen NetworkManager[1292]: <info> [1654060845.5227] device (wlo1): state change: unavailable -> unmanaged (reason 'sleeping', sys-iface-state: 'managed')
Jun 1 06:20:45 Omen ModemManager[1410]: <info> [sleep-monitor] system is about to suspend
Jun 1 06:20:45 Omen NetworkManager[1292]: <info> [1654060845.5239] manager: NetworkManager state is now ASLEEP
Jun 1 06:20:45 Omen gnome-shell[2443]: cr_parser_new_from_buf: assertion 'a_buf && a_len' failed
Jun 1 06:20:45 Omen gnome-shell[2443]: cr_declaration_parse_list_from_buf: assertion 'parser' failed
Jun 1 06:20:45 Omen gnome-shell[2443]: Timelines with detached actors are not supported. <unnamed>[<Gjs_ui_panel_AggregateMenu>:0x55cd1188d630] in animation of duration 150ms but not on stage.
Jun 1 06:20:45 Omen gnome-shell[2443]: cr_parser_new_from_buf: assertion 'a_buf && a_len' failed
Jun 1 06:20:45 Omen gnome-shell[2443]: cr_declaration_parse_list_from_buf: assertion 'parser' failed
Jun 1 06:20:45 Omen gnome-shell[2443]: cr_parser_new_from_buf: assertion 'a_buf && a_len' failed
Jun 1 06:20:45 Omen gnome-shell[2443]: cr_declaration_parse_list_from_buf: assertion 'parser' failed
Jun 1 06:20:45 Omen gsd-media-keys[2625]: Unable to get default sink
Jun 1 06:20:45 Omen gnome-shell[2443]: cr_parser_new_from_buf: assertion 'a_buf && a_len' failed
Jun 1 06:20:45 Omen gnome-shell[2443]: cr_declaration_parse_list_from_buf: assertion 'parser' failed
Jun 1 06:20:50 Omen NetworkManager[1292]: <info> [1654060850.1132] manager: sleep: wake requested (sleeping: yes enabled: yes)
0 Answers