Kernel upgrade from 6.13 to 6.14 broke wake from suspend

Posted

It perhaps has something to do with tiny-dnf and the touchbar :rolleyes:.
  • https://www.reddit.com/r/AsahiLinux/comments/1jyau2s/touchbar_tinydfr_stopped_working/
This reply gave me a solution to fix the wake issue. But it again breaks the touchbar. The lesser of 2, so I’ll take it for now.
  • https://discussion.fedoraproject.org/t/m1-42-beta-suspend-stopped-working-after-updating-kernel-to-6-14-2/148728
sudo grubby --update-kernel=/boot/vmlinuz-6.14.2-400.asahi.fc42.aarch64+16k --args="modprobe.blacklist=adpdrm"

I’m not sure what it does to not load adpdrm, and I imagine I’ll need to revert changes once a fix is introduced.

Author