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

System produces no sound despite detected audio hardware.

Environment & Reproduction

Can occur after updates or conflicting PulseAudio remnants.

pactl info
wpctl status
systemctl --user status pipewire wireplumber

Root Cause Analysis

PipeWire session manager state or device profile selection is broken.

Quick Triage

Verify user services and default sink assignment.

systemctl --user status pipewire-pulse
pactl list short sinks
wpctl status

Step-by-Step Diagnosis

Inspect user journal for PipeWire and WirePlumber errors.

journalctl --user -u pipewire -u wireplumber -n 120
wpctl inspect @DEFAULT_AUDIO_SINK@
aplay -l
Illustrative mockup for ubuntu-24-04-lts — desktop_or_gui
Sound settings show no active output — Illustrative mockup — Progressive Robot

Solution – Primary Fix

Restart audio services and reset user PipeWire state cache.

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
systemctl --user restart wireplumber
Illustrative mockup for ubuntu-24-04-lts — terminal_or_shell
PipeWire and WirePlumber service recovery — Illustrative mockup — Progressive Robot

Solution – Alternative Approaches

Reinstall PipeWire stack packages if binaries or configs are corrupted.

sudo apt install --reinstall -y pipewire pipewire-pulse wireplumber

Verification & Acceptance Criteria

Audio playback works from test source and default sink is healthy.

speaker-test -t sine -f 440 -l 1
wpctl status
pactl info

Rollback Plan

Restore previous user config from backup if custom routing is needed.

rsync -a ~/backup/wireplumber/ ~/.local/state/wireplumber/

Prevention & Hardening

Avoid mixing unsupported PulseAudio tweaks with PipeWire defaults.

systemctl --user is-enabled pipewire wireplumber
apt policy pipewire

Related to HDMI profile switching and muted ALSA channels.

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 audio troubleshooting docs.

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.