Bug 2054803
| Summary: | No sound after suspend, regression since kernel 5.16.x, still broken on latest vanilla | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Stephane Travostino <steph> |
| Component: | kernel | Assignee: | Kernel Maintainer List <kernel-maint> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 35 | CC: | acaringi, adscvr, airlied, alciregi, bskeggs, hdegoede, itsme_410, jarodwilson, jeremy, jforbes, jglisse, jgrulich, jonathan, josef, kernel-maint, lgoncalv, linville, masami256, mchehab, mkasik, 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: | 2022-02-24 16:52:25 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: | |||
|
Description
Stephane Travostino
2022-02-15 17:48:16 UTC
Hi, I have probably the same issue. It shows up during boot when alsactl tries to restore driver state for a soundcard. The command "/sbin/alsactl -E ALSA_CONFIG_PATH=/etc/alsa/alsactl.conf --initfile=/lib/alsa/init/00main nrestore /dev/snd/controlC1" freezes when accessing the "/dev/snd/controlC1" (to be specific, when it tries to close it according to strace) and it is not possible to kill it. It is reproducible with 5.16.7 but not with 5.16.6 so it seems that this change is the cause: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/diff/?id=v5.16.7&id2=v5.16.6&dt=2. I have also an external USB DAC but this happens even if it is disconnected and even if my thunderbolt dock is disconnected and only internal soundcard of the laptop is available. I'm sorry, forget about the versions I've listed there. It was reproducible with 5.16.8 but not with 5.16.7. But it works now after several reboots. So I can not reproduce it now. (In reply to Marek Kašík from comment #1) > It is reproducible with 5.16.7 but not with 5.16.6 so it seems that this > change is the cause: > https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/diff/?id=v5. > 16.7&id2=v5.16.6&dt=2. So maybe it is not related to the original issue. Fixed in the sound.git upstream, not yet merged into Linus' tree: https://bugzilla.kernel.org/show_bug.cgi?id=215561 (In reply to Marek Kašík from comment #2) > I'm sorry, forget about the versions I've listed there. > > It was reproducible with 5.16.8 but not with 5.16.7. But it works now after > several reboots. So I can not reproduce it now. > > (In reply to Marek Kašík from comment #1) > > It is reproducible with 5.16.7 but not with 5.16.6 so it seems that this > > change is the cause: > > https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/diff/?id=v5. > > 16.7&id2=v5.16.6&dt=2. > > So maybe it is not related to the original issue. For kernel 5.16.7, I can not hibernate (the system starts with the process of shutting down, with network disconnection, but then connects back up). Downgrading the kernel (I get downgraded to 5.14.10!) resolves the issue for me. Using: wireplumber-0.4.8-1.fc35.x86_64 pipewire-0.3.47-1.fc35.x86_64 alsa-utils-1.2.6-1.fc35.x86_64 This should be fixed in The 5.16.11 kernels in updates-testing right now (it has the patch from the kernel.org bug). Please test and close this bug if 5.16.11 fixes this for you. Thanks, 5.16.11 works for me, closing. Thank you for the fix! It fixes the issue for me as well. (I said that I am not able to reproduce it anymore but I was able to reproduce it later since it was not enough to restart the laptop it had to be turned off and on again to reproduce) |