Skip to content

Instantly share code, notes, and snippets.

@pyropeter
Created August 28, 2017 07:34
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pyropeter/d02358463882226c337370e121cc219b to your computer and use it in GitHub Desktop.
Save pyropeter/d02358463882226c337370e121cc219b to your computer and use it in GitHub Desktop.
Work around broken suspend-to-ram on Lenovo X230 with coreboot
* Write contents to `/etc/modprobe.d/broken-suspend.conf`.
# 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