I am facing a problem with my Ubuntu 22.04.1 LTS. Over night I simply cannot change the volume with the shortcuts on my keyboard. So I go to the Settings menu and try to change something there, but nothing happens, in fact, it tells me that there isn't even an output nor an input device. Changing the System Volume through the bar does visually happen, but it doesn't change the volume.
What should I do?
Thank you in advance.

Asked
Active
Viewed 4,245 times
1
2 Answers
1
This looks very similar to No sound output devices listed after upgrade from 21.10 to 22.04
that I could solve with:
sudo touch /usr/share/pipewire/media-session.d/with-pulseaudio
systemctl --user restart pipewire-session-manager
(credits go to https://askubuntu.com/users/1156299/adam)
Mossroy
- 1,476
0
If add file don't solve this problem. I reinstall drivers
sudo apt-get remove --purge alsa-base pulseaudio
sudo apt-get install alsa-base pulseaudio
and restart system
