When waking my Framework 16 AMD 7040 running Ubuntu 24.04 from sleep wifi occasionally fails to wake. When running ip a I can see that the wifi adapter is down but no matter how many times I try to set it to up via
sudo ip link set wlp4s0 up
it still does not resolve until I reboot. I have seen many posts on reddit and the forums about this issue but no solutions provided there solve the issue. Looking for guidance on how to move forward diagnosing and fixing the issue.
Thanks
Same experience with a Framework 13 AMD 7040 and Ubuntu 24.10.
Yeah, I see the same here as well. It’s pretty annoying.
This works for me to get wifi back:
$ sudo rmmod mt7921e
$ sudo modprobe mt7921e
Of course it would be nice if this would happen automatically if/when it crashes. 
Thanks this worked for me! I suppose a work around for this issue to to have a txt document with this on the desktop/home folder and paste it into the terminal anytime I don’t have wifi on wake but ideally I’d like to see this in a patch/update…