[Bug 1224457] New: Kernel: Sound: AMD cpu with graphics + ASUS motherboard with ALC 887
https://bugzilla.suse.com/show_bug.cgi?id=1224457 Bug ID: 1224457 Summary: Kernel: Sound: AMD cpu with graphics + ASUS motherboard with ALC 887 Classification: openSUSE Product: openSUSE Distribution Version: Leap 15.5 Hardware: x86-64 OS: openSUSE Leap 15.5 Status: NEW Severity: Normal Priority: P5 - None Component: Kernel Assignee: kernel-bugs@opensuse.org Reporter: andrwlms@gmail.com QA Contact: qa-bugs@suse.de Target Milestone: --- Found By: --- Blocker: --- Installation of Leap 15.5 or Tumbleweed on a machine with an AMD APU on an ASUS Prime B550-Plus (uses Realtek ALC 887 for sound) results in no sound from the motherboard. This is discussed in a thread on openSuSE forums: English language, Hardware forum, "5700G+ALC887" thread title. This has been explored with aplay -l, inxi -Axx, dmesg | grep snd_hda, lsmod and modprobe. It is apparently a matter of detection of the motherboard sound "card" in the presence of the CPU's integrated sound "card". This is apparently a bug in the kernel, not openSuSE, since installation of Linux Mint on the same hardware causes exactly the same problem, including identical output from aplay -l, inxi -Axx and dmesg | grep snd_hda. -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1224457 https://bugzilla.suse.com/show_bug.cgi?id=1224457#c2 wlms <andrwlms@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Flags|needinfo?(andrwlms@gmail.co | |m) | --- Comment #2 from wlms <andrwlms@gmail.com> --- (In reply to Takashi Iwai from comment #1)
Could you try the Leap 15.6 kernel? It can be installed on the Leap 15.5 system without problems. The very latest kernel is found in OBS Kernel:SLE15-SP5 repo, http://download.opensuse.org/repositories/Kernel:/SLE15-SP6/pool/
I tested this on a separate installation of 15.6. The problem persists. The output of aplay -l, inxi -Axx and dmesg | grep snd_hda was the same. The kernel version in the 15.6 installation was 6.4.0. As mentioned in the bug report, this has also been tested on Tumbleweed, kernel version 6.8.x. Again, the same problem and aforementioned output is identical. -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1224457 https://bugzilla.suse.com/show_bug.cgi?id=1224457#c4 --- Comment #4 from wlms <andrwlms@gmail.com> --- Created attachment 874978 --> https://bugzilla.suse.com/attachment.cgi?id=874978&action=edit alsa-info + dmesg output Leap 15.6 -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1224457 https://bugzilla.suse.com/show_bug.cgi?id=1224457#c6 --- Comment #6 from wlms <andrwlms@gmail.com> ---
Thanks. It shows the error [ 6.448531] snd_hda_intel 0000:07:00.6: no codecs found! and that's the crucial error.
Yes. The same conclusion was reached in the openSUSE hardware forum.
Did the sound work on Leap 15.4 in the past? If it's a regression, it'd be helpful to narrow down the regression range.
This is a new machine. I've never faced the situation where the CPU and the motherboard both have sound hardware. -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1224457 https://bugzilla.suse.com/show_bug.cgi?id=1224457#c8 --- Comment #8 from wlms <andrwlms@gmail.com> --- (In reply to Takashi Iwai from comment #7) I did the easy thing first. Starting with a new Leap 15.6 install, I tried all 8 bitmaps as a command line parameter: snd_hda_intel.probe_mask=,0x101 through ,0x180. There was no difference in the output of aplay -l, inxi -Axx, sudo dmesg | grep shd_hda. The dmesg output all contained: snd_hda_intel 0000:07:00.6: no codecs found! I will proceed to testing of older kernels. I have been advised to limit the trials to those kernels released after 4/13/2021, since that is the date the Ryzen 7 5700G became available. -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1224457 https://bugzilla.suse.com/show_bug.cgi?id=1224457#c9 --- Comment #9 from wlms <andrwlms@gmail.com> --- "grep shd_hda" typo should read "grep snd_hda" -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1224457 https://bugzilla.suse.com/show_bug.cgi?id=1224457#c10 --- Comment #10 from wlms <andrwlms@gmail.com> --- (In reply to Takashi Iwai from comment #7) Trials of older kernels: 5.11.16 dated 4/28/2021 shortly after the 5700G was released: gem300@opensuse15dot6:~> zypper install --oldpackage https://download.opensuse.org/repositories/home:/tiwai:/kernel:/5.11/standar... (reboot) gem300@opensuse15dot6:~> uname -r 5.11.16-1.ge06d321-default gem300@opensuse15dot6:~> sudo dmesg | grep snd_hda [sudo] password for root: [ 6.998919] snd_hda_intel 0000:07:00.1: enabling device (0000 -> 0002) [ 6.999014] snd_hda_intel 0000:07:00.1: Handle vga_switcheroo audio client [ 6.999109] snd_hda_intel 0000:07:00.6: enabling device (0000 -> 0002) [ 7.003242] snd_hda_intel 0000:07:00.6: no codecs found! [ 7.006023] snd_hda_intel 0000:07:00.1: bound 0000:07:00.0 (ops amdgpu_dm_audio_component_bind_ops [amdgpu]) Trial of 5.14.15 from Leap 15.3 dated 3/5/2022: gem300@opensuse15dot6:~> sudo zypper install --oldpackage https://download.opensuse.org/repositories/home:/tiwai:/kernel:/5.14/backpor... (reboot) gem300@opensuse15dot6:~> uname -r 5.14.15-lp153.1.g2ba76d0-default gem300@opensuse15dot6:~> sudo dmesg | grep snd_hda [sudo] password for root: [ 6.521311] snd_hda_intel 0000:07:00.1: enabling device (0000 -> 0002) [ 6.521420] snd_hda_intel 0000:07:00.1: Handle vga_switcheroo audio client [ 6.521526] snd_hda_intel 0000:07:00.6: enabling device (0000 -> 0002) [ 6.525854] snd_hda_intel 0000:07:00.6: no codecs found! [ 6.528648] snd_hda_intel 0000:07:00.1: bound 0000:07:00.0 (ops amdgpu_dm_audio_component_bind_ops [amdgpu]) I can continue testing other kernels, but this samples the time from introduction of the 5700G to the present. -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1224457 https://bugzilla.suse.com/show_bug.cgi?id=1224457#c11 --- Comment #11 from wlms <andrwlms@gmail.com> --- I have done additional testing on older kernels. I tried: 5.11.16, 5.12.13, 5.13.13, 5.14.15, 5.15.13, 5.16.16, 5.17.9, 5.18.15, 5.19.12, 6.0.12, 6.1.12, 6.2.12, 6.3.9 . The error message is the same in all cases: gem300@opensuse15dot6:~> sudo dmesg | grep snd_hda [sudo] password for root: [ 7.152649] snd_hda_intel 0000:07:00.1: enabling device (0000 -> 0002) [ 7.152777] snd_hda_intel 0000:07:00.1: Handle vga_switcheroo audio client [ 7.152914] snd_hda_intel 0000:07:00.6: enabling device (0000 -> 0002) [ 7.157150] snd_hda_intel 0000:07:00.6: no codecs found! [ 7.159760] snd_hda_intel 0000:07:00.1: bound 0000:07:00.0 (ops amdgpu_dm_audio_component_bind_ops [amdgpu]) -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1224457 https://bugzilla.suse.com/show_bug.cgi?id=1224457#c12 --- Comment #12 from wlms <andrwlms@gmail.com> --- Also, updated to the latest BIOS #3607 dated March 3 2024. The same error messages continue to occur in Leap 15.5 and the current Tumbleweed, kernel 6.8.9. -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1224457 https://bugzilla.suse.com/show_bug.cgi?id=1224457#c14 --- Comment #14 from wlms <andrwlms@gmail.com> --- The test files including a no bitmask example are attached as 9 attachments. Testing was done on Leap 15.6 RC kernel 6.4.0-150600.21-default . -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1224457 https://bugzilla.suse.com/show_bug.cgi?id=1224457#c15 --- Comment #15 from wlms <andrwlms@gmail.com> --- Created attachment 875082 --> https://bugzilla.suse.com/attachment.cgi?id=875082&action=edit dmesg+alsa-info_00000_no_bitmask -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1224457 https://bugzilla.suse.com/show_bug.cgi?id=1224457#c16 --- Comment #16 from wlms <andrwlms@gmail.com> --- Created attachment 875083 --> https://bugzilla.suse.com/attachment.cgi?id=875083&action=edit dmesg+alsa-info_0x101 -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1224457 https://bugzilla.suse.com/show_bug.cgi?id=1224457#c17 --- Comment #17 from wlms <andrwlms@gmail.com> --- Created attachment 875084 --> https://bugzilla.suse.com/attachment.cgi?id=875084&action=edit dmesg+alsa-info_0x102 -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1224457 https://bugzilla.suse.com/show_bug.cgi?id=1224457#c18 --- Comment #18 from wlms <andrwlms@gmail.com> --- Created attachment 875085 --> https://bugzilla.suse.com/attachment.cgi?id=875085&action=edit dmesg+alsa-info_0x104 -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1224457 https://bugzilla.suse.com/show_bug.cgi?id=1224457#c19 --- Comment #19 from wlms <andrwlms@gmail.com> --- Created attachment 875086 --> https://bugzilla.suse.com/attachment.cgi?id=875086&action=edit dmesg+alsa-info_0x108 -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1224457 https://bugzilla.suse.com/show_bug.cgi?id=1224457#c20 --- Comment #20 from wlms <andrwlms@gmail.com> --- Created attachment 875087 --> https://bugzilla.suse.com/attachment.cgi?id=875087&action=edit dmesg+alsa-info_0x110 -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1224457 https://bugzilla.suse.com/show_bug.cgi?id=1224457#c21 --- Comment #21 from wlms <andrwlms@gmail.com> --- Created attachment 875088 --> https://bugzilla.suse.com/attachment.cgi?id=875088&action=edit dmesg+alsa-info_0x120 -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1224457 https://bugzilla.suse.com/show_bug.cgi?id=1224457#c22 --- Comment #22 from wlms <andrwlms@gmail.com> --- Created attachment 875089 --> https://bugzilla.suse.com/attachment.cgi?id=875089&action=edit dmesg+alsa-info_0x140 -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1224457 https://bugzilla.suse.com/show_bug.cgi?id=1224457#c23 --- Comment #23 from wlms <andrwlms@gmail.com> --- Created attachment 875090 --> https://bugzilla.suse.com/attachment.cgi?id=875090&action=edit dmesg+alsa-info_0x180 -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1224457 https://bugzilla.suse.com/show_bug.cgi?id=1224457#c25 --- Comment #25 from wlms <andrwlms@gmail.com> --- Those results were generated by editing the grub kernel command line on-the-fly at boot time. As you say, the probe bitmask does not show up. If I add it to the YAST boot loader it does show up but there is an error message. For example: [ 6.515532] snd_hda_intel: `' invalid for parameter `probe_mask' The file with the 0x101 bitmask is attached. Should I generate the results for 0x102 - 0x180 despite the error? -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1224457 https://bugzilla.suse.com/show_bug.cgi?id=1224457#c26 --- Comment #26 from wlms <andrwlms@gmail.com> --- Created attachment 875105 --> https://bugzilla.suse.com/attachment.cgi?id=875105&action=edit dmesg+alsa-info_0x101_2024-05-26 -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1224457 https://bugzilla.suse.com/show_bug.cgi?id=1224457#c28 --- Comment #28 from wlms <andrwlms@gmail.com> --- Using quotes is ignored. Same error message: snd_hda_intel: `' invalid for parameter `probe_mask' Using a file in modprobe.d: gem300@opensuse15dot6:~> cd /etc/modprobe.d gem300@opensuse15dot6:/etc/modprobe.d> ll total 12 -rw-r--r-- 1 root root 0 2024-05-23 10:55 50-yast.conf -rw-r--r-- 1 root root 40 2024-05-26 09:21 60-hda.conf -rw-r--r-- 1 root root 395 2024-03-08 12:47 README -rw-r--r-- 1 root root 674 2019-01-08 09:07 tuned.conf gem300@opensuse15dot6:/etc/modprobe.d> cat 60-hda.conf options snd-hda-intel probe_mask=,0x101 Same error message: `' invalid for parameter `probe_mask' Full output of both cases attached as: dmesg+alsa-info_0x101_quotes dmesg+alsa-info_60-hda.conf_0x101 At least things are consistent! -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1224457 https://bugzilla.suse.com/show_bug.cgi?id=1224457#c29 --- Comment #29 from wlms <andrwlms@gmail.com> --- Created attachment 875106 --> https://bugzilla.suse.com/attachment.cgi?id=875106&action=edit dmesg+alsa-info_0x101_quotes -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1224457 https://bugzilla.suse.com/show_bug.cgi?id=1224457#c30 --- Comment #30 from wlms <andrwlms@gmail.com> --- Created attachment 875107 --> https://bugzilla.suse.com/attachment.cgi?id=875107&action=edit dmesg+alsa-info_60-hda.conf_0x101 -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1224457 https://bugzilla.suse.com/show_bug.cgi?id=1224457#c32 --- Comment #32 from wlms <andrwlms@gmail.com> --- Even I could tell that this was working, so I generated a full set 0x101-0x180 . Attached. -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1224457 https://bugzilla.suse.com/show_bug.cgi?id=1224457#c33 --- Comment #33 from wlms <andrwlms@gmail.com> --- Created attachment 875108 --> https://bugzilla.suse.com/attachment.cgi?id=875108&action=edit dmesg+alsa-info_-1,0x101 -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1224457 https://bugzilla.suse.com/show_bug.cgi?id=1224457#c34 --- Comment #34 from wlms <andrwlms@gmail.com> --- Created attachment 875109 --> https://bugzilla.suse.com/attachment.cgi?id=875109&action=edit dmesg+alsa-info_-1,0x102 -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1224457 https://bugzilla.suse.com/show_bug.cgi?id=1224457#c35 --- Comment #35 from wlms <andrwlms@gmail.com> --- Created attachment 875110 --> https://bugzilla.suse.com/attachment.cgi?id=875110&action=edit dmesg+alsa-info_-1,0x104 -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1224457 https://bugzilla.suse.com/show_bug.cgi?id=1224457#c36 --- Comment #36 from wlms <andrwlms@gmail.com> --- Created attachment 875111 --> https://bugzilla.suse.com/attachment.cgi?id=875111&action=edit dmesg+alsa-info_-1,0x108 -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1224457 https://bugzilla.suse.com/show_bug.cgi?id=1224457#c37 --- Comment #37 from wlms <andrwlms@gmail.com> --- Created attachment 875112 --> https://bugzilla.suse.com/attachment.cgi?id=875112&action=edit dmesg+alsa-info_-1,0x110 -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1224457 https://bugzilla.suse.com/show_bug.cgi?id=1224457#c38 --- Comment #38 from wlms <andrwlms@gmail.com> --- Created attachment 875113 --> https://bugzilla.suse.com/attachment.cgi?id=875113&action=edit dmesg+alsa-info_-1,0x120 -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1224457 https://bugzilla.suse.com/show_bug.cgi?id=1224457#c39 --- Comment #39 from wlms <andrwlms@gmail.com> --- Created attachment 875114 --> https://bugzilla.suse.com/attachment.cgi?id=875114&action=edit dmesg+alsa-info_-1,0x140 -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1224457 https://bugzilla.suse.com/show_bug.cgi?id=1224457#c40 --- Comment #40 from wlms <andrwlms@gmail.com> --- Created attachment 875115 --> https://bugzilla.suse.com/attachment.cgi?id=875115&action=edit dmesg+alsa-info_-1,0x180 -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1224457 https://bugzilla.suse.com/show_bug.cgi?id=1224457#c42 --- Comment #42 from wlms <andrwlms@gmail.com> --- As far as BIOS goes, there is nothing further I can do with the firmware; it is the latest package. Now that the probing works, I could try Tumbleweed again, just for the sake of completeness. I doubt it will make a difference. The same error occurs with Fedora40, which uses kernel 6.8.9 . I think the latest Tumbleweed is 6.9.1 . -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1224457 https://bugzilla.suse.com/show_bug.cgi?id=1224457#c43 --- Comment #43 from wlms <andrwlms@gmail.com> --- Here are the 9 Tumbleweed kernel 6.9.1 probe mask results. -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1224457 https://bugzilla.suse.com/show_bug.cgi?id=1224457#c44 --- Comment #44 from wlms <andrwlms@gmail.com> --- Created attachment 875189 --> https://bugzilla.suse.com/attachment.cgi?id=875189&action=edit dmesg+alsa-info_TW_6.9.1_00000_no_bitmask -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1224457 https://bugzilla.suse.com/show_bug.cgi?id=1224457#c45 --- Comment #45 from wlms <andrwlms@gmail.com> --- Created attachment 875190 --> https://bugzilla.suse.com/attachment.cgi?id=875190&action=edit dmesg+alsa-info_TW_6.9 -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1224457 https://bugzilla.suse.com/show_bug.cgi?id=1224457#c46 --- Comment #46 from wlms <andrwlms@gmail.com> --- Created attachment 875191 --> https://bugzilla.suse.com/attachment.cgi?id=875191&action=edit dmesg+alsa-info_TW_6.9.1_-1,0x101 -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1224457 https://bugzilla.suse.com/show_bug.cgi?id=1224457#c47 --- Comment #47 from wlms <andrwlms@gmail.com> --- Created attachment 875192 --> https://bugzilla.suse.com/attachment.cgi?id=875192&action=edit dmesg+alsa-info_TW_6.9.1_-1,0x102 -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1224457 https://bugzilla.suse.com/show_bug.cgi?id=1224457#c48 --- Comment #48 from wlms <andrwlms@gmail.com> --- Created attachment 875193 --> https://bugzilla.suse.com/attachment.cgi?id=875193&action=edit dmesg+alsa-info_TW_6.9.1_-1,0x104 -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1224457 https://bugzilla.suse.com/show_bug.cgi?id=1224457#c49 --- Comment #49 from wlms <andrwlms@gmail.com> --- Created attachment 875194 --> https://bugzilla.suse.com/attachment.cgi?id=875194&action=edit dmesg+alsa-info_TW_6.9.1_-1,0x108 -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1224457 https://bugzilla.suse.com/show_bug.cgi?id=1224457#c50 --- Comment #50 from wlms <andrwlms@gmail.com> --- Created attachment 875195 --> https://bugzilla.suse.com/attachment.cgi?id=875195&action=edit dmesg+alsa-info_TW_6.9.1_-1,0x110 -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1224457 https://bugzilla.suse.com/show_bug.cgi?id=1224457#c51 --- Comment #51 from wlms <andrwlms@gmail.com> --- Created attachment 875196 --> https://bugzilla.suse.com/attachment.cgi?id=875196&action=edit dmesg+alsa-info_TW_6.9.1_-1,0x120 -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1224457 https://bugzilla.suse.com/show_bug.cgi?id=1224457#c52 --- Comment #52 from wlms <andrwlms@gmail.com> --- Created attachment 875197 --> https://bugzilla.suse.com/attachment.cgi?id=875197&action=edit dmesg+alsa-info_TW_6.9.1_-1,0x140 -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1224457 https://bugzilla.suse.com/show_bug.cgi?id=1224457#c53 --- Comment #53 from wlms <andrwlms@gmail.com> --- Created attachment 875198 --> https://bugzilla.suse.com/attachment.cgi?id=875198&action=edit dmesg+alsa-info_TW_6.9.1_-1,0x180 -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1224457 https://bugzilla.suse.com/show_bug.cgi?id=1224457#c54 --- Comment #54 from wlms <andrwlms@gmail.com> --- Results of aplay -Ll on Leap 15.5 show the motherboard sound *is* detected. Also I now have a HDMI audio/video splitter. There is no audio coming from the CPU/GPU or the motherboard. Results of aplay -Ll: gem300@leap15dot5:~> aplay -Ll null Discard all samples (playback) or generate zero samples (capture) speexrate Rate Converter Plugin Using Speex Resampler pulse PulseAudio Sound Server upmix Plugin for channel upmix (4,6,8) default Default ALSA Output (currently PulseAudio Sound Server) hdmi:CARD=Generic_1,DEV=0 HD-Audio Generic, LG FHD HDMI Audio Output hdmi:CARD=Generic_1,DEV=1 HD-Audio Generic, LG FHD HDMI Audio Output front:CARD=Generic Front output / input surround21:CARD=Generic 2.1 Surround output to Front and Subwoofer speakers surround40:CARD=Generic 4.0 Surround output to Front and Rear speakers surround41:CARD=Generic 4.1 Surround output to Front, Rear and Subwoofer speakers surround50:CARD=Generic 5.0 Surround output to Front, Center and Rear speakers surround51:CARD=Generic 5.1 Surround output to Front, Center, Rear and Subwoofer speakers surround71:CARD=Generic 7.1 Surround output to Front, Center, Side, Rear and Woofer speakers **** List of PLAYBACK Hardware Devices **** card 0: Generic_1 [HD-Audio Generic], device 3: HDMI 0 [LG FHD] Subdevices: 1/1 Subdevice #0: subdevice #0 card 0: Generic_1 [HD-Audio Generic], device 7: HDMI 1 [LG FHD] Subdevices: 1/1 Subdevice #0: subdevice #0 gem300@leap15dot5:~> -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1224457 https://bugzilla.suse.com/show_bug.cgi?id=1224457#c56 --- Comment #56 from wlms <andrwlms@gmail.com> --- (In reply to Takashi Iwai from comment #55)
Is this output from Leap 15.5 kernel? If so, the onboard sound device wasn't detected. Those card 0 device 3 and 7 are for HDMI/DP audio, not the onboard audio.
It is the Leap 15.5 kernel in a standard Leap 15.5 installation. I haven't upgraded yet. I suppose I should do that as soon as possible to bring the kernel to 6.4 level. I thought a second 'card' was detected. The first listed as 'Generic_1' feeding HDMI/DP (presumably stereo) to my LG monitors and the second listed as 'Generic' feeding 'front' the 2.1 - 7.1 signals. However there is no device name. As I mentioned there is no audio from a HDMI audio/video splitter in the path to the monitors. -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1224457 https://bugzilla.suse.com/show_bug.cgi?id=1224457#c58 --- Comment #58 from wlms <andrwlms@gmail.com> --- (In reply to Takashi Iwai from comment #57)
The only detected card is card#0 and it's for HDMI/DP audio. It can't output to the analog onboard. So the situation is very same as Leap 15.6.
I have since upgraded the machine in question to Leap 15.6 with no change as expected.
As I mentioned there is no audio from a HDMI audio/video splitter in the path to the monitors.
It's likely a different problem. For the HDMI output, it often requires to set up the proper IEC958 bits beforehand, in addition to the choice of the right device, and it might be missing in your case.
I will investigate. Any suggestions? Getting *any* sound would be a big improvement! -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1224457 https://bugzilla.suse.com/show_bug.cgi?id=1224457#c59 --- Comment #59 from wlms <andrwlms@gmail.com> --- Created attachment 875926 --> https://bugzilla.suse.com/attachment.cgi?id=875926&action=edit kernel 6.9.7-1-default: output of alsa-info.sh -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1224457 https://bugzilla.suse.com/show_bug.cgi?id=1224457#c60 --- Comment #60 from wlms <andrwlms@gmail.com> --- Tumbleweed kernel 6.9.9-1 no change -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1224457 https://bugzilla.suse.com/show_bug.cgi?id=1224457#c61 --- Comment #61 from wlms <andrwlms@gmail.com> --- This bug has now been reported by another user. He has an AMD 2200G CPU, Gigabyte B450M S2H mobo with Realtek ALC887-VD running Arch Linux. Same exact problem, no detecting the ALC887. Same error message from dmesg: snd_hda_intel 0000:09:00.6: no codecs found! https://bbs.archlinux.org/viewtopic.php?pid=2184257 So this is not an ASUS firmware bug. -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1224457 https://bugzilla.suse.com/show_bug.cgi?id=1224457#c63 --- Comment #63 from wlms <andrwlms@gmail.com> --- If the hardware can work with Windows, it can work with Linux. It just takes someone to make it a priority. Since this hardware is 3 years old, it is clearly not a priority. If I read you correctly and want to use this hardware, I have no choice but to run Windows. -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1224457 https://bugzilla.suse.com/show_bug.cgi?id=1224457#c65 --- Comment #65 from wlms <andrwlms@gmail.com> --- The following output is from an ASUS B350-Plus with an AMD 5700G. Same CPU as mine, ASUS B350-Plus mobo uses a Realtek ALC887, the same as my B550-Plus. The B350-Plus computer is running Ubuntu 24.04. aplay -l **** List of PLAYBACK Hardware Devices **** card 0: Generic [HD-Audio Generic], device 3: HDMI 0 [ASUS VG289] Subdevices: 0/1 Subdevice #0: subdevice #0 card 1: Generic_1 [HD-Audio Generic], device 0: ALC887-VD Analog [ALC887-VD Analog] Subdevices: 1/1 Subdevice #0: subdevice #0 card 1: Generic_1 [HD-Audio Generic], device 1: ALC887-VD Digital [ALC887-VD Digital] Subdevices: 1/1 Subdevice #0: subdevice #0 inxi -Axx Audio: Device-1: AMD Renoir Radeon High Definition Audio vendor: ASUSTeK driver: snd_hda_intel v: kernel pcie: speed: 8 GT/s lanes: 16 bus-ID: 08:00.1 chip-ID: 1002:1637 Device-2: AMD Family 17h/19h HD Audio vendor: ASUSTeK PRIME B450M-A driver: snd_hda_intel v: kernel pcie: speed: 8 GT/s lanes: 16 bus-ID: 08:00.6 chip-ID: 1022:15e3 API: ALSA v: k6.8.0-39-generic status: kernel-api Server-1: PipeWire v: 1.0.5 status: active with: 1: pipewire-pulse status: active 2: wireplumber status: active 3: pipewire-alsa type: plugin sudo dmesg | grep snd [ 6.782313] snd_hda_intel 0000:08:00.1: Handle vga_switcheroo audio client [ 6.809213] snd_hda_codec_realtek hdaudioC1D0: autoconfig for ALC887-VD: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:line [ 6.809219] snd_hda_codec_realtek hdaudioC1D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0) [ 6.809221] snd_hda_codec_realtek hdaudioC1D0: hp_outs=1 (0x1b/0x0/0x0/0x0/0x0) [ 6.809223] snd_hda_codec_realtek hdaudioC1D0: mono: mono_out=0x0 [ 6.809225] snd_hda_codec_realtek hdaudioC1D0: dig-out=0x11/0x0 [ 6.809226] snd_hda_codec_realtek hdaudioC1D0: inputs: [ 6.809228] snd_hda_codec_realtek hdaudioC1D0: Front Mic=0x19 [ 6.809230] snd_hda_codec_realtek hdaudioC1D0: Rear Mic=0x18 [ 6.809231] snd_hda_codec_realtek hdaudioC1D0: Line=0x1a [ 9.265532] snd_hda_intel 0000:08:00.1: bound 0000:08:00.0 (ops amdgpu_dm_audio_component_bind_ops [amdgpu]) This is presumably what mine should look like. I'm beginning to wonder whether I have some kind of hardware fault on the B550-Plus motherboard itself. Unfortunately, Windows is the only way I have of testing it. -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1224457 https://bugzilla.suse.com/show_bug.cgi?id=1224457#c67 --- Comment #67 from wlms <andrwlms@gmail.com> --- I am convinced I have bad hardware. Windows 11 exhibits the same behavior. Only the HDMI audio is detected by Windows 11. Whether ASUS' drivers are installed makes no difference. I suppose that is the end of this rather long story. -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1224457 https://bugzilla.suse.com/show_bug.cgi?id=1224457#c70 --- Comment #70 from wlms <andrwlms@gmail.com> --- Okay. Thank you for your help. -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@suse.com