Bug 1918933
Summary: | Laptop internal audio broken with kernel 5.10 | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Michael Catanzaro <mcatanza> | ||||||||
Component: | kernel | Assignee: | Kernel Maintainer List <kernel-maint> | ||||||||
Status: | CLOSED UPSTREAM | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||
Severity: | medium | Docs Contact: | |||||||||
Priority: | unspecified | ||||||||||
Version: | 33 | CC: | acaringi, adscvr, airlied, alciregi, bskeggs, harshapriya.n, hdegoede, itamar, jarodwilson, jeremy, jglisse, jonathan, josef, kernel-maint, lgoncalv, linville, masami256, mchehab, ngompa13, ptalbert, steved | ||||||||
Target Milestone: | --- | ||||||||||
Target Release: | --- | ||||||||||
Hardware: | x86_64 | ||||||||||
OS: | Linux | ||||||||||
Whiteboard: | |||||||||||
Fixed In Version: | Doc Type: | If docs needed, set a value | |||||||||
Doc Text: | Story Points: | --- | |||||||||
Clone Of: | Environment: | ||||||||||
Last Closed: | 2021-01-29 16:09:17 UTC | Type: | Bug | ||||||||
Regression: | --- | Mount Type: | --- | ||||||||
Documentation: | --- | CRM: | |||||||||
Verified Versions: | Category: | --- | |||||||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||||
Cloudforms Team: | --- | Target Upstream Version: | |||||||||
Embargoed: | |||||||||||
Attachments: |
|
Description
Michael Catanzaro
2021-01-21 18:00:44 UTC
Most interesting bits from dmesg: Jan 21 11:48:57 kernel: snd_hda_intel 0000:00:03.0: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915]) Jan 21 11:48:57 kernel: iwlwifi 0000:03:00.0: loaded firmware version 17.3216344376.0 3160-17.ucode op_mode iwlmvm Jan 21 11:48:57 kernel: input: HDA Intel HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:03.0/sound/card0/input16 Jan 21 11:48:57 kernel: input: HDA Intel HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:03.0/sound/card0/input17 Jan 21 11:48:57 kernel: input: HDA Intel HDMI HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:03.0/sound/card0/input18 Jan 21 11:48:57 kernel: input: HDA Intel HDMI HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:03.0/sound/card0/input19 Jan 21 11:48:57 kernel: input: HDA Intel HDMI HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:03.0/sound/card0/input20 Jan 21 11:48:57 kernel: snd_hda_intel 0000:00:03.0: device 1558:6504 is on the power_save denylist, forcing power_save to 0 Jan 21 11:48:57 kernel: snd_hda_codec_via hdaudioC1D0: autoconfig for VT1802: line_outs=1 (0x24/0x0/0x0/0x0/0x0) type:speaker Jan 21 11:48:57 kernel: snd_hda_codec_via hdaudioC1D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0) Jan 21 11:48:57 kernel: snd_hda_codec_via hdaudioC1D0: hp_outs=1 (0x25/0x0/0x0/0x0/0x0) Jan 21 11:48:57 kernel: snd_hda_codec_via hdaudioC1D0: mono: mono_out=0x0 Jan 21 11:48:57 kernel: snd_hda_codec_via hdaudioC1D0: inputs: Jan 21 11:48:57 kernel: snd_hda_codec_via hdaudioC1D0: Internal Mic=0x30 Jan 21 11:48:57 kernel: snd_hda_codec_via hdaudioC1D0: Mic=0x2b Jan 21 11:48:57 kernel: input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1b.0/sound/card1/input21 Jan 21 11:48:57 kernel: input: HDA Intel PCH Front Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card1/input22 Jan 21 11:48:57 kernel: snd_hda_intel 0000:00:1b.0: device 1558:6504 is on the power_save denylist, forcing power_save to 0 The rest of the dmesg is attached in a private comment, but I'm happy to send it to anyone interested in investigating if the part above isn't enough. (In reply to Michael Catanzaro from comment #0) > 5. Does this problem occur with the latest Rawhide kernel? To install the > Rawhide kernel, run ``sudo dnf install fedora-repos-rawhide`` followed by > ``sudo dnf update --enablerepo=rawhide kernel``: I tested a vanilla mainline kernel revision from yesterday (5.11.0-rc5+) and the bug still exists. This might be relevant: $ lspci | grep -i audio 00:03.0 Audio device: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor HD Audio Controller (rev 06) 00:1b.0 Audio device: Intel Corporation 8 Series/C220 Series Chipset High Definition Audio Controller (rev 05) (I dunno why it says Xeon E3. The CPU is a Haswell i7, if that matters.) Reported upstream: https://lore.kernel.org/lkml/EM1ONQ.OL5CFJTBEBBW@redhat.com/T/#u Can you please share which sound card is used on the system and also the full dmesg? Does reverting just that patch fix the issue? Created attachment 1752067 [details]
dmesg.txt, with IPv6 addresses removed
Here's a full dmesg.txt, modified to remove IPv6 addresses
(In reply to Harsha Priya from comment #5) > Can you please share which sound card is used on the system Looks like this is included in alsa-info output. Coming right up. > Does reverting just that patch fix the issue? I would expect so, but I didn't actually check, so I'll do another build now to find out for sure. Created attachment 1752080 [details]
alsa-info.txt from the F33 GA kernel, 5.8.15
Created attachment 1752081 [details]
alsa-info.txt from current kernel 5.10.10
I can retake the alsa-info.txt using the before/after commit rather than using distro kernels if needed. Looks like not too much is different between the two versions, though. Looks like this is probably https://bugzilla.opensuse.org/show_bug.cgi?id=1181330. The fix for that was merged into master just yesterday. I am building now to find out. |