sudo touch /usr/share/pipewire/media-session.d/with-pulseaudio
systemctl --user restart pipewire-session-manager
Created
December 11, 2022 21:41
-
-
Save diegopacheco/06310603c0c2d946bb24851fa6d29201 to your computer and use it in GitHub Desktop.
ubuntu 22.04 audio output not working (dummy audio)
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 :(
Works for Ubuntu 22.04.4 LTS on Dell laptop, many thanks!!
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
Worked a charm with Ubuntu 22.04.4 LTS, thank you!