Why do you have pulse audio? It’s known to cause issues. Please uninstall it and reinstall pipwire following these steps:
- Remove all the configuration files in
/etc/pipewire
(sudo mv /etc/pipewire /tmp
) - Reinstall pipewire support
sudo pacman -S pipewire-support
- Restart pipewire’s systemd services.
systemctl --user enable --now pipewire.socket pipewire-pulse.socket wireplumber.service
and
systemctl --user enable --now pipewire.service
Multiple sound servers are not needed. Plus all of the packages that require pulseaudio as dependency are fullfilled by pipewire-pulse
provided with the pipewire-support
meta package. Also I can see that wireplumber is not working prolly disabled by pulseaudio another reason why pipewire is not working properly and you are facing audio issues.