If your sound settings show Dummy output instead of displaying the sound device in Fedora, your installation might be missing specific sound card drivers.
Sometimes, the sound card works in the first boot or the live session but does not work after the installation.
There are many reasons to come across this issue, one of which is to have a sound card from an unusual manufacturer.
I had this issue every time I worked up my laptop from sleep; the short-term fix for this issue was to reboot the system.
To fix this issue, we need to install alsa-firmware.
This package offers extra drivers that don’t ship by default in Fedora.
We can do this by entering this command in the Terminal.
sudo dnf install alsa-firmware
After installing this, you need to restart your device, and this issue should disappear.
If you want to discuss this topic further, comment below.
Your post helped me to fix the dummy output issue. Thanks a lot. I used to reboot the device and If I was lucky I get the sound otherwise I ended up with playback issue with dummy output config on sound setting. I tried to fix this issue with pavucontrol and alsamixer but once it switched to dummy output, there were no way to return back.
Happy to help 😊
I had the impression that it fixed my problem but still I was getting same issue again and again. Later I went to recompile the linux mainline kernel 5.15.0-rc6 and it got fixed. Sometime it’s not always packages and wrapper tool to configure, after all sound card is configured with kernel module right 🙂
Cool, most of the time, a newer kernel fixes the issue.