📖 ~1 min read
Table of contents
Symptom & Impact
Audio devices appear but no playback is heard.
Environment & Reproduction
Common after suspend/resume or Bluetooth profile switches.
pactl info
wpctl status
aplay -l
Root Cause Analysis
PipeWire graph state is inconsistent or wrong default sink is selected.
Quick Triage
Check user-level service health and default sink.
systemctl --user status pipewire wireplumber
wpctl status
pactl list short sinks
Step-by-Step Diagnosis
Inspect logs and active profile routing.
journalctl --user -u pipewire -u wireplumber -n 120 --no-pager
wpctl inspect @DEFAULT_AUDIO_SINK@
alsamixer

Solution – Primary Fix
Restart user audio stack and set correct 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
wpctl set-default
wpctl set-volume @DEFAULT_AUDIO_SINK@ 0.6

Solution – Alternative Approaches
Reinstall core audio packages if daemon files are corrupted.
sudo apt install --reinstall -y pipewire pipewire-pulse wireplumber
systemctl --user daemon-reload
systemctl --user restart pipewire wireplumber
Verification & Acceptance Criteria
Test sound plays from expected output device.
speaker-test -t sine -f 1000 -l 1
wpctl status
pactl get-default-sink
Rollback Plan
Return to prior default sink and restore previous config files.
ls -la ~/.config/pipewire ~/.config/wireplumber 2>/dev/null || true
Prevention & Hardening
Keep firmware and audio stack updated and avoid force-killing user audio daemons.
sudo fwupdmgr get-updates
sudo apt update && sudo apt upgrade -y
Related Errors & Cross-Refs
Can overlap with Bluetooth profile fallback to HSP/HFP.
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 administration guides.
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.