Fix No Sound and Dummy Output on Linux
Resolve audio issues where only a Dummy Output is shown or sound does not play in Linux.
Confirmed working on: Ubuntu · Fedora · Arch Linux
Before you begin
Problem overview
Your computer plays no sound, and the volume menu only shows “Dummy Output” instead of your actual speakers or headphones.
Common causes
- The PulseAudio or PipeWire service has crashed.
- The audio sink is muted in
pavucontroloralsamixer. - The system is routing audio to a disconnected HDMI port.
Solution 1: Check muted channels in AlsaMixer
Your base audio layer might be muted, preventing higher-level audio servers from playing sound.
- Open your terminal.
- Launch the ALSA mixer interface:
alsamixer - Press
F6to select your primary sound card. - Use the left and right arrow keys to navigate the volume columns.
- If you see
MMat the bottom of a column, press theMkey to unmute it (it should change toOO). - Press the up arrow key to raise the volume.
- Press
Escto exit.
Solution 2: Restart the audio services
Restarting your sound server often resolves temporary glitches without requiring a system reboot.
- Open a terminal.
- If your system uses PipeWire (common on newer distros), restart it:
systemctl --user restart pipewire pipewire-pulse - If your system uses PulseAudio (older distros), restart it:
systemctl --user restart pulseaudio - Open your system settings and check if your audio devices appear.
You can install and use pavucontrol (PulseAudio Volume Control) for a more detailed graphical view of your audio sinks and inputs.
Solution 3: Reinstall PipeWire and ALSA
If restarting the services does not work, reinstalling the audio packages can fix corrupted files.
- Open a terminal.
- Reinstall the core audio packages (on Debian/Ubuntu-based systems):
sudo apt reinstall pipewire pipewire-audio alsa-base alsa-utils - Reload the ALSA modules:
sudo alsa force-reload - Reboot your computer.
Confirm the result
- Repeat the exact action that originally triggered the problem.
- Confirm the original error or symptom is gone and no new warning has appeared.
- If the guide changed a driver, service, package, or system setting, restart once and test again.
- If the result is worse or unexpected, stop. Reverse only the last change using its documented restore option; if none is documented, use your backup or qualified support.
Questions about this fix
Why does it only say Dummy Output?
This means your audio server cannot detect your actual sound hardware, so it creates a fake output device.
Should I use PulseAudio or PipeWire?
Most modern distributions use PipeWire by default, as it offers better performance and compatibility.
Did this fix work for you?
Weighted Consensus Protocol
Did this solution resolve your issue?
Confirming if this works strengthens verification statistics on the registry.
FixingTeam10,000 rep
Official Project Maintainers
The core engineering and moderation team behind FixingBook. We curate, verify, and maintain the standards of the troubleshooting ledger.
Discussion (0)
No comments yet. Share your experience or verify if this fixed your issue!
