Stopped working again today… It seems unrelated to the kernel version
But when I checked the system monitor, I found that wireplumber was somehow stuck at 6-7% of CPU usage, which seemed abnormal as I wasn’t playing anything, and I have a decent i5 12600K.
I searched online and came across this and this thread, and pipewire (w/ wireplumber) seemed to be the culprit here. I killed the wireplumber, pipewire, and pipewire-pulse processes in the monitor, and things started working again.
If I may ask, what does this command do: sudo dnf swap --allowerasing pulseaudio pipewire-pulseaudio? It seems pipewire audio fails occasionally. Would this command fix it?
This switches back to pulseaudio, it’s possible that this could resolve the issue.
If you haven’t already when this occurs you may want to check: systemctl status --user pipewire wireplumber journalctl -b --user -u pipewire -u wireplumber
You can add --no-pager to the above commands if that makes it easier to copy/paste or upload to a pastebin.