Affected versions: Ubuntu 24.04 LTS

📖 ~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

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
Illustrative mockup for ubuntu-24-04-lts — audio_diag
Missing sinks and inactive audio graph — Illustrative mockup — Progressive Robot

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@
Illustrative mockup for ubuntu-24-04-lts — audio_fix
Restarting PipeWire and restoring audio sink — Illustrative mockup — Progressive Robot

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.

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.