Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't suspend with kernel 5.8-rc2 and Macbook pro 16 #17

Open
LeoIannacone opened this issue Jun 29, 2020 · 1 comment
Open

Can't suspend with kernel 5.8-rc2 and Macbook pro 16 #17

LeoIannacone opened this issue Jun 29, 2020 · 1 comment

Comments

@LeoIannacone
Copy link

As per title,

The machine does not turn back on.

@igelbox
Copy link

igelbox commented Jun 23, 2022

I had the same issue with MacBookPro16,1 and fixed it by:

  • disabling ?dynamic? power management for AMDGPU (as it outlined here): echo high | sudo tee /sys/bus/pci/drivers/amdgpu/0000:03:00.0/power_dpm_force_performance_level
  • fixing this module which gets broken after the resume

UPD: Argh, no way. After the fix my mac does only one sleep/resume cycle well. The next attempt to sleep/resume results in rebooting the OS 😞

UPD2: Ha. After resuming power_dpm_force_performance_level resets to auto. So, making it high helps.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants