Bandaid fix.
sudo nano /etc/systemd/system/fix-spd5118.service
# Add these contents:
[Unit]
Description=Fix SPD5118 after resume
After=suspend.target
[Service]
Type=oneshot
ExecStart=/bin/sh -c 'modprobe -r spd5118; sleep 2; modprobe spd5118'
[Install]
WantedBy=suspend.target
sudo systemctl
Public bug reported:
When resuming from suspend by opening the laptop lid, the following
errors appear repeatedly:
- "Failed to write b = 0: -6"
- "PM: failed to resume async: error -6"
- "PM: dpm_run_callback(): spd5118_resume [spd5118]"
- "returns -6"
The errors are related to the SPD5118 DDR5
2 matches
Mail list logo