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

@murdercdh
Copy link

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

it is works, tks a lot.

@pascalnl
Copy link

pascalnl commented Sep 3, 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

works for me 2, thx a bunch

@NJTyler
Copy link

NJTyler commented Sep 3, 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

Worked a charm with Ubuntu 22.04.4 LTS, thank you!

@0x6900
Copy link

0x6900 commented Sep 9, 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

System upgraded to 24.04.1 LTS. Tried mentioned solution. No luck for me :(

@fklosowski
Copy link

Works for Ubuntu 22.04.4 LTS on Dell laptop, many thanks!!

@iceteps
Copy link

iceteps commented Oct 6, 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

Thank you 🙏🏽🙏🏽🙏🏽
Works on dell xps 9560 after upgrade from 22.04->22.04.5 .
Many thanks

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