# Configure PipeWire to activate its PulseAudio replacement daemon # Configure PipeWire to activate its ALSA Plugin # Also install pulseaudio and alsa utils sudo apt install pipewire-pulse pipewire-alsa pulseaudio-utils alsa-utils # Reboot and check, if pipewire-pulse is working correctly sudo reboot now # This should return something like: # "Server Name: PulseAudio (on PipeWire 1.X.XX)" LANG=C pactl info | grep '^Server Name'