Skip to content

Instantly share code, notes, and snippets.

@hieunt79
Last active July 1, 2025 08:45
Show Gist options
  • Save hieunt79/470a02cef76a0105ed14b0b62d581c06 to your computer and use it in GitHub Desktop.
Save hieunt79/470a02cef76a0105ed14b0b62d581c06 to your computer and use it in GitHub Desktop.
Fix no sound Linux

Fix no sound

Ubuntu 22

systemctl --user restart pulseaudio

Ubuntu 20

systemctl --user --now disable pipewire-media-session.service
pulseaudio --start -vvv

REF:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment