π ~1 min read
Table of contents
Symptom & Impact
System resumes but sound output and microphone devices disappear for active user sessions.
Environment & Reproduction
Ubuntu 24.04 laptops and workstations using PipeWire and WirePlumber default audio stack.
Root Cause Analysis
ALSA device state and PipeWire graph do not recover cleanly after power management transitions.
Quick Triage
Check whether user audio services are running and whether sinks are still listed.
systemctl --user status pipewire wireplumber; pactl list short sinks
Step-by-Step Diagnosis
Inspect user journal around suspend/resume events and ALSA card re-enumeration timing.
journalctl --user --since '30 min ago' | grep -E 'pipewire|wireplumber'; dmesg | grep -i snd

Solution – Primary Fix
Restart PipeWire stack and reload ALSA where needed, then retest output and input paths.
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 wireplumber && sudo alsa force-reload

Solution – Alternative Approaches
Disable problematic power-save option for specific audio codec module parameters.
Verification & Acceptance Criteria
Audio sink and source remain present across repeated suspend/resume cycles.
Rollback Plan
Undo module parameter changes and return to default audio power settings.
Prevention & Hardening
Track kernel and firmware updates for codec fixes and validate on representative hardware.
Related Errors & Cross-Refs
Related to Bluetooth profile fallback and HDMI audio route disappearance.
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
PipeWire docs, ALSA troubleshooting, and Ubuntu power management references.
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.