Created attachment 1790072 [details] journactl -b output Description of problem: Sound device fails to initialize due to configuration issues. Rolling back alsa-lib to 1.2.4-2.fc34 fixes the configuration issue and I have sound again. Version-Release number of selected component (if applicable): 1.2.5-2.fc34 How reproducible: No sound after upgrading to 1.2.5-2.fc34 Steps to Reproduce: 1. Upgrade alsa-lib to 1.2.5-2.fc34 Actual results: No sound Expected results: Have sound Additional info: Using Fedora Silverblue. I am able to override alsa-lib and alsa-utils and downgrade to 1.2.4 to get sound back using the following: ``` VERSION=1.2.4 LIB_RELEASE=5.fc34 UTIL_RELEASE=2.fc34 rpm-ostree override replace \ https://kojipkgs.fedoraproject.org/packages/alsa-lib/${VERSION}/${LIB_RELEASE}/x86_64/alsa-lib-${VERSION}-${LIB_RELEASE}.x86_64.rpm \ https://kojipkgs.fedoraproject.org/packages/alsa-lib/${VERSION}/${LIB_RELEASE}/noarch/alsa-ucm-${VERSION}-${LIB_RELEASE}.noarch.rpm \ https://kojipkgs.fedoraproject.org/packages/alsa-utils/${VERSION}/${UTIL_RELEASE}/x86_64/alsa-utils-${VERSION}-${UTIL_RELEASE}.x86_64.rpm ``` This is on a Lenovo P14s with an AMD audio device. lspci -v for the audio reports: ``` 07:00.1 Audio device: Advanced Micro Devices, Inc. [AMD/ATI] Device 1637 Subsystem: Lenovo Device 5081 Flags: bus master, fast devsel, latency 0, IRQ 109, IOMMU group 8 Memory at fd3c8000 (32-bit, non-prefetchable) [size=16K] Capabilities: [48] Vendor Specific Information: Len=08 <?> Capabilities: [50] Power Management version 3 Capabilities: [64] Express Legacy Endpoint, MSI 00 Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit+ Capabilities: [100] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?> Kernel driver in use: snd_hda_intel Kernel modules: snd_hda_intel 07:00.6 Audio device: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 10h-1fh) HD Audio Controller Subsystem: Lenovo Device 5081 Flags: bus master, fast devsel, latency 0, IRQ 110, IOMMU group 8 Memory at fd3c0000 (32-bit, non-prefetchable) [size=32K] Capabilities: [48] Vendor Specific Information: Len=08 <?> Capabilities: [50] Power Management version 3 Capabilities: [64] Express Endpoint, MSI 00 Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit+ Capabilities: [100] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?> Kernel driver in use: snd_hda_intel Kernel modules: snd_hda_intel ``` journalctl -b log is attached. Related errors seem to start at line 2491 with: Jun 10 22:38:59 localhost.localdomain pipewire[1258]: '_ucm0003.hw:Generic_1': playback open failed: No such device
*** This bug has been marked as a duplicate of bug 1970434 ***