Hi, I am new to fedora. I recently upgraded to Fedora 41, and I just realized that there is no audio coming out from the speakers built in my laptop.
I already consulted the How to troubleshoot sound problems :: Fedora Docs documentatio but, for example, the ALSA FIRMWARE seems to be already installed.
A common approach is to look through the system log messages (journalctl -b) for any error or warning messages that might be related to your device or otherwise to the problem you are encountering. Then, depending on the message, do what it suggests or search online for other reports of similar problems and workarounds.
Good luck.
Edit: Finding the device id (XXXX:YYYY) with a command like lspci -nn and checking linux-hardware.org to see if the device is known to work with Linux is also a good first step. (The first set of four hex digits is the “Vendor ID” and the second set is the “Device ID”.)