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 enable fix-spd5118.service sudo systemctl start fix-spd5118.service -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2091073 Title: SPD5118 DDR5 temperature sensor errors on ThinkPad resume from suspend To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2091073/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
