I recently installed Ubuntu 22.04. Earlier volume increase, decrease and mute were working just fine, however since yesterday I cannot increase/decrease the volume from the keyboard keys. Also, Please have a look at the below image. The output doesn't show any device.
Asked
Active
Viewed 3,185 times
2
-
It depends on hardware. There is no information in the question to tell anything. – Pilot6 May 05 '22 at 20:17
-
1Does this answer your question? No sound output devices listed after upgrade from 21.10 to 22.04 – mig001 May 04 '23 at 05:08
1 Answers
1
Adam's solution works for me here
sudo touch /usr/share/pipewire/media-session.d/with-pulseaudio
systemctl --user restart pipewire-session-manager

devPIngu
- 11
-
That one did not work for me, however, the one where I restart pulse audio like so:
pulseaudio -k
worked at once. – Alexis Wilke Oct 08 '23 at 21:11