Bug 890622 (hdmithaw)
Summary: | hdmi audio fails after hibernate-thaw | ||||||
---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Arne Woerner <arne_woerner> | ||||
Component: | kernel | Assignee: | Kernel Maintainer List <kernel-maint> | ||||
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
Severity: | high | Docs Contact: | |||||
Priority: | unspecified | ||||||
Version: | 17 | CC: | gansalmon, itamar, jonathan, kernel-maint, madhu.chinakonda | ||||
Target Milestone: | --- | ||||||
Target Release: | --- | ||||||
Hardware: | x86_64 | ||||||
OS: | Linux | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2013-01-29 08:20:16 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: | |||||||
Bug Depends On: | |||||||
Bug Blocks: | 781749 | ||||||
Attachments: |
|
Description
Arne Woerner
2012-12-28 08:27:54 UTC
i found a workaround: 1. i do this before hibernate: > ( echo set-card-profile alsa_card.pci-0000_00_01.1 off ; \ echo set-card-profile alsa_card.pci-0000_00_14.2 off ) | pacmd 2. and set the proper profiles after thaw 3. when the HDMI profile fails, then i let it hibernate-thaw again (with profiles set to 'off'), but in fake mode (in order to avoid a power cycle): # echo reboot > /sys/power/disk does it help to debug that problem? why is it, that the HDMI audio sometimes thaws properly and sometimes it doesnt? it seems like it is fixed now (since a week or so)... :-) |