What needs to be installed and configured to get audio working on a minimal Fedora installation (using Everything ISO and only selecting “Minimal install”)?
What needs to be installed and configured to get audio working on a minimal Fedora installation (using Everything ISO and only selecting “Minimal install”)?
Hi @hunter-f and welcome,
I suspect that installing alsa-utils
would get you a long way, it would install the base libraries for alsa which is the most simple sound implementation.
After installation you can run alsamixer
in a terminal to see if the audio outputs are detected properly.
Added audio