You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When laptop is charging using the barrel connector, resume from hibernate fails with error "Hibernate inconsistent memory map". It works fine when charging with USB-C or when on running on battery.
Steps to reproduce
Connect barrel connector charger, hibernate, power on the laptop again.
Expected behavior
Should see back the opened windows.
Actual behavior
Boots into initial login screen, dmesg shows the hibernate error above.
Additional info
It seems that charging using the barrel connector changes the memory mapping of the firmware after resume from hibernate:
I'm running into this as well (lemp13), only it happens whether or not the unit is plugged in (USB-C is the only supported charging method) or not. It's been intermittant (it fails more than it succeeds). From the kernel message buffer:
PM: Loading and decompressing image data (3573928 pages)...
Hibernate inconsistent memory map detected!
PM: hibernation: Image mismatch: architecture specific data
PM: hibernation: Read 14295712 kbytes in 0.01 seconds (1429571.20 MB/s)
PM: Error -1 resuming
PM: hibernation: Failed to load image, recovering.
PM: hibernation: Basic memory bitmaps freed
OOM killer enabled.
Restarting tasks ... done.
video LNXVIDEO:00: Restoring backlight state
PM: hibernation: resume failed (-1)
When laptop is charging using the barrel connector, resume from hibernate fails with error "Hibernate inconsistent memory map". It works fine when charging with USB-C or when on running on battery.
Steps to reproduce
Connect barrel connector charger, hibernate, power on the laptop again.
Expected behavior
Should see back the opened windows.
Actual behavior
Boots into initial login screen, dmesg shows the hibernate error above.
Additional info
It seems that charging using the barrel connector changes the memory mapping of the firmware after resume from hibernate:
Before hibernate:
After failed resume:
When charger is disconnected, I get consistently the latter mapping.
The text was updated successfully, but these errors were encountered: