📖 ~1 min read
Table of contents
Symptom & Impact
System reports audio devices but playback is silent or unstable after update.
Environment & Reproduction
Common after session migration or mixed PulseAudio/PipeWire package state.
systemctl --user status pipewire wireplumber
pactl info
aplay -l
Root Cause Analysis
User-session audio daemons start in inconsistent order or stale state files break routing.
Quick Triage
Check active sinks and daemon health.
pactl list short sinks
wpctl status
journalctl --user -u pipewire -u wireplumber -n 120 --no-pager
Step-by-Step Diagnosis
Verify session services and inspect conflicting packages.
dpkg -l | grep -E 'pipewire|pulseaudio|wireplumber'
systemctl --user list-units | grep -E 'pipewire|wireplumber'

Solution – Primary Fix
Restart user audio stack and reset stale per-user state files.
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
rm -rf ~/.local/state/wireplumber
rm -rf ~/.config/pipewire/media-session.d 2>/dev/null || true
systemctl --user restart pipewire wireplumber

Solution – Alternative Approaches
Reinstall core audio packages to restore expected defaults.
sudo apt install -y --reinstall pipewire wireplumber pipewire-pulse
Verification & Acceptance Criteria
Audio output works across test playback and sink switching.
speaker-test -t sine -f 1000 -c 2 -l 1
wpctl status
pactl list short sinks
Rollback Plan
Restore previous audio stack package set if a new session model breaks required apps.
sudo apt install -y pulseaudio
systemctl --user restart pulseaudio 2>/dev/null || true
Prevention & Hardening
Avoid mixed audio stack customizations and test upgrades in staging profiles.
dpkg -l | grep -E 'pipewire|pulse'
apt-mark showhold
Related Errors & Cross-Refs
Related to Bluetooth profile mismatches, HDMI sink priority issues, and user-session crashes.
Related tutorial: View the step-by-step tutorial for Ubuntu 26.04 LTS.
View all Ubuntu 26.04 LTS tutorials on the Tutorials Hub →
Browse all common problems & solutions on the Tutorials Hub.
References & Further Reading
Ubuntu desktop audio troubleshooting and PipeWire migration 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.