Bug 983861
| Summary: | HDA_intel: No sound after resume from standby with SigmaTel STAC9228 | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | casi.wehmeier | ||||||
| Component: | kernel | Assignee: | Kernel Maintainer List <kernel-maint> | ||||||
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||
| Severity: | unspecified | Docs Contact: | |||||||
| Priority: | unspecified | ||||||||
| Version: | 19 | CC: | gansalmon, itamar, jonathan, kernel-maint, madhu.chinakonda, mail, superquad.vortex2 | ||||||
| Target Milestone: | --- | ||||||||
| Target Release: | --- | ||||||||
| Hardware: | Unspecified | ||||||||
| OS: | Unspecified | ||||||||
| Whiteboard: | |||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2013-10-08 18:00:59 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
casi.wehmeier
2013-07-12 06:54:27 UTC
Created attachment 772552 [details]
Output of alsa-info.sh after resume
pin ctls of speaker node should be OUT instead of zero
strange that unsolicited event was not enabled at line out Jack when the notebook has two headphone jacks
Node 0x0a [Pin Complex] wcaps 0x400181: Stereo
Control: name="Front Headphone Surround Jack", index=0, device=0
Pincap 0x0000173f: IN OUT HP Detect Trigger ImpSense
Vref caps: HIZ 50 GRD 80
Pin Default 0x0221101f: [Jack] HP Out at Ext Front
Conn = 1/8, Color = Black
DefAssociation = 0x1, Sequence = 0xf
Pin-ctls: 0xc0: OUT HP VREF_HIZ
Unsolicited: tag=01, enabled=1
Connection: 2
0x02 0x03*
Node 0x0d [Pin Complex] wcaps 0x400181: Stereo
Control: name="Speaker Phantom Jack", index=0, device=0
Pincap 0x0000173f: IN OUT HP Detect Trigger ImpSense
Vref caps: HIZ 50 GRD 80
Pin Default 0x90170110: [Fixed] Speaker at Int N/A
Conn = Analog, Color = Unknown
DefAssociation = 0x1, Sequence = 0x0
Misc = NO_PRESENCE
Pin-ctls: 0x00: VREF_HIZ
Unsolicited: tag=00, enabled=0
Connection: 1
0x02
Node 0x0f [Pin Complex] wcaps 0x400181: Stereo
Control: name="Front Headphone Front Phantom Jack", index=0, device=0
Pincap 0x00001737: IN OUT Detect Trigger ImpSense
Vref caps: HIZ 50 GRD 80
Pin Default 0x02011020: [Jack] Line Out at Ext Front
Conn = 1/8, Color = Black
DefAssociation = 0x2, Sequence = 0x0
Pin-ctls: 0x40: OUT VREF_HIZ
Unsolicited: tag=00, enabled=0
Connection: 1
0x05
A friendly editorial journalist of a German computer magazine gave me the hint, that the service alsa-state has to be stopped before snd_hda_intel can be unloaded. So I was able to fix my workaround scripts for Fedora 19. Before standby: killall pulseaudio && systemctl stop alsa-state.service && rmmod snd_hda_intel After resume: killall pulseaudio && modprobe snd_hda_intel && && systemctl start alsa-state.service That's not elegant, but it works until there will hopefully be a bug fix. *********** MASS BUG UPDATE ************** We apologize for the inconvenience. There is a large number of bugs to go through and several of them have gone stale. Due to this, we are doing a mass bug update across all of the Fedora 19 kernel bugs. Fedora 19 has now been rebased to 3.11.1-200.fc19. Please test this kernel update and let us know if you issue has been resolved or if it is still present with the newer kernel. If you experience different issues, please open a new bug report for those. (In reply to Raymond from comment #4) > http://git.kernel.org/cgit/linux/kernel/git/tiwai/sound.git/commit/ > ?id=f3e351eef3a7fd1e36a3e18d4f2f069b00deb23c That was included in 3.11-rc4, so it should be fixed. The same problem still persists on the same hardware on an up-to-date Fedora 20 x64 with kernel version 3.12.9-301. No sound after resume. |