-
-
Notifications
You must be signed in to change notification settings - Fork 12
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
Suspend / resume #14
Comments
I'm having the same issue on my MacBookPro15,2 - @mikeeq, if there's anything I can do to help with this issue please let me know. |
I was finally able to fix this. Edit the file And add in #!/bin/sh
if [ "${1}" == "pre" ]; then
modprobe -r apple_ib_tb
modprobe -r hid_apple
elif [ "${1}" == "post" ]; then
modprobe hid_apple
modprobe apple_ib_tb
fi Works great now and pretty fast too. |
It's not a kernel issue. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
One of the only things that doesn't work properly on my MacbookPro15,2 (kernel 5.6.15-300.mbp.fc32.x86_64) is sleep mode.
When I open the lid to resume, the following happens:
Luckily the power button (fingerprint scanner) still works to properly shutdown.
Is sleep mode something that should work our of the box?
I'm more than happy to help debug this issue.
The text was updated successfully, but these errors were encountered: