FS#66159 - [linux] snd_hda_int acces overflow
Attached to Project:
Arch Linux
Opened by Israel Antezana Lopez (irrianlo) - Tuesday, 07 April 2020, 16:11 GMT
Last edited by Jan Alexander Steffens (heftig) - Wednesday, 08 April 2020, 19:20 GMT
Opened by Israel Antezana Lopez (irrianlo) - Tuesday, 07 April 2020, 16:11 GMT
Last edited by Jan Alexander Steffens (heftig) - Wednesday, 08 April 2020, 19:20 GMT
|
Details
Description:
audio device stop working on latest kernel update 5.6.2 downgrading to 5.5.9 solves the issue my sound card: 00:1b.0 Audio device: Intel Corporation 7 Series/C216 Chipset Family High Definition Audio Controller (rev 04) Subsystem: Hewlett-Packard Company 7 Series/C216 Chipset Family High Definition Audio Controller Kernel driver in use: snd_hda_intel Kernel modules: snd_hda_intel system journal: archlinux pulseaudio[4375]: Daemon already running. archlinux kernel: snd_hda_intel 0000:00:1b.0: control 2:0:0:Beep Playback Switch:0: access overflow Additional info: * package version(s) * config and/or log files etc. * link to upstream bug report, if any they have the same issue. https://bugzilla.kernel.org/show_bug.cgi?id=207139 Steps to reproduce: |
This task depends upon
Closed by Jan Alexander Steffens (heftig)
Wednesday, 08 April 2020, 19:20 GMT
Reason for closing: Fixed
Additional comments about closing: 5.6.3.arch1-1
Wednesday, 08 April 2020, 19:20 GMT
Reason for closing: Fixed
Additional comments about closing: 5.6.3.arch1-1
So please backport the patch as this bug is affecting many Arch users as can be seen here (I see 2-3 bug reports), Arch forums (bbs) as well as on reddit.
Thank you
The patch related to snd_hda_intel has been tested by two Arch users and can resolve this bug.
But may be both the patches can be applied.
Audio device: Intel Corporation Haswell-ULT HD Audio Controller (rev 09)
Subsystem: Dell Haswell-ULT HD Audio Controller
Curiously enough, purging configuration files and reinstalling pulseaudio fixed the issue I was having on my machine, whatever that was.
Patch: https://bugzilla.kernel.org/show_bug.cgi?id=207139#c5
Tested the above patch and it resolves the loss of audio reported. Did not test the other patch, as it was unrelated to the issue reported. Both patches have been merged to be included in 5.7-rcl so I can imagine no problem including both.
@Nelson Purging configs and reinstalling pulse was one of my first steps in troubleshooting this, before submitting the reports. Lucky, it worked for you.