Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save diegopacheco/06310603c0c2d946bb24851fa6d29201 to your computer and use it in GitHub Desktop.
Save diegopacheco/06310603c0c2d946bb24851fa6d29201 to your computer and use it in GitHub Desktop.
ubuntu 22.04 audio output not working (dummy audio)
sudo touch /usr/share/pipewire/media-session.d/with-pulseaudio
systemctl --user restart pipewire-session-manager
@0x6900
Copy link

0x6900 commented Jul 26, 2023

Still problem persists !

Ubuntu 22.04.2 LTS

@bugoverfl0w
Copy link

fuk the new update Ubuntu, no sound, I try all articles online, no works

@ferranb
Copy link

ferranb commented Jul 2, 2024

My solution was:

Uncomment these lines im /etc/pulse/default.pa:
load-module module-alsa-sink
load-module module-alsa-source device=hw:1,0

Then run:
sudo alsa force-reload

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