πŸ“– ~1 min read

Table of contents
  1. Symptom & Impact
  2. Environment & Reproduction
  3. Root Cause Analysis
  4. Quick Triage
  5. Step-by-Step Diagnosis
  6. Solution – Primary Fix
  7. Solution – Alternative Approaches
  8. Verification & Acceptance Criteria
  9. Rollback Plan
  10. Prevention & Hardening
  11. Related Errors & Cross-Refs
  12. References & Further Reading

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
Illustrative mockup for ubuntu-24-04-lts β€” pipewire_audio_suspend_problem
Audio sinks missing after resume from suspend β€” Illustrative mockup β€” Progressive Robot

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
Illustrative mockup for ubuntu-24-04-lts β€” pipewire_audio_suspend_fix_success
PipeWire user services restarted and sink restored β€” Illustrative mockup β€” Progressive Robot

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 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.