📖 ~1 min read
Table of contents
Symptom & Impact
Desktop audio playback is silent, impacting conferencing and media usage.
Environment & Reproduction
Common after user session upgrades or device hotplug events.
pactl list short sinks
Root Cause Analysis
PipeWire or WirePlumber session services are inactive or misconfigured.
Quick Triage
Check user-level service states and default sink selection.
systemctl --user status pipewire
systemctl --user status wireplumber
Step-by-Step Diagnosis
Inspect logs for ALSA profile and graph negotiation failures.
journalctl --user -u pipewire -n 120
pactl info

Solution – Primary Fix
Restart user audio services and set a valid default sink.
Still having issues? Our IT Solutions & Services team can diagnose and resolve this for you. Get in touch for a free consultation.
systemctl --user restart pipewire pipewire-pulse wireplumber
pactl set-default-sink @DEFAULT_SINK@

Solution – Alternative Approaches
Reinstall core audio packages if service files are damaged.
sudo apt install --reinstall pipewire wireplumber
Verification & Acceptance Criteria
Audio sinks are listed and playback works in a test stream.
pactl list short sinks
wpctl status
Rollback Plan
Log out and restore previous user audio config from backup if needed.
mv ~/.config/pipewire ~/.config/pipewire.bak
Prevention & Hardening
Keep user session services healthy and avoid conflicting legacy PulseAudio tweaks.
Related Errors & Cross-Refs
May overlap with missing ALSA devices and HDMI sink profile mismatches.
Related tutorial: View the step-by-step tutorial for Ubuntu 24.04 LTS.
View all Ubuntu 24.04 LTS tutorials on the Tutorials Hub →
Browse all common problems & solutions on the Tutorials Hub.
References & Further Reading
Ubuntu PipeWire and WirePlumber desktop audio documentation.
Need Expert Help?
If you cannot resolve this yourself, our team offers hands-on Server Management, Managed IT Services, and flexible Support Plans. Contact us today — we respond within one business day.