Created
August 28, 2017 07:34
-
-
Save pyropeter/d02358463882226c337370e121cc219b to your computer and use it in GitHub Desktop.
Work around broken suspend-to-ram on Lenovo X230 with coreboot
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Write contents to `/etc/modprobe.d/broken-suspend.conf`. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# got following errors on first resume: | |
# Aug 23 03:00:02 zucchini kernel: mei_me 0000:00:16.0: Refused to change power state, currently in D3 | |
# Aug 23 03:00:02 zucchini kernel: genirq: Flags mismatch irq 0. 00000080 (mei_me) vs. 00015a00 (timer) | |
# Aug 23 03:00:02 zucchini kernel: mei_me 0000:00:16.0: request_threaded_irq failed: irq = 0. | |
# Aug 23 03:00:02 zucchini kernel: dpm_run_callback(): pci_pm_resume+0x0/0xa0 returns -16 | |
# Aug 23 03:00:02 zucchini kernel: PM: Device 0000:00:16.0 failed to resume async: error -16 | |
blacklist mei_me |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment