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

Failed to wake up successfully #5

Open
jizimiao opened this issue Jan 19, 2021 · 10 comments
Open

Failed to wake up successfully #5

jizimiao opened this issue Jan 19, 2021 · 10 comments
Labels
help wanted Extra attention is needed

Comments

@jizimiao
Copy link

Failed to wake up successfully. When laptop enters sleep mode .open the cover of the laptop,or press any key .the light of the keyboard turn on .but the screen still dark.

It worked when I used your old version of EFI.It is really a nice one.
Could you please upload it again?
Thank you. :)

@jizimiao
Copy link
Author

The old one ,it was uploaded months ago ,I mean. :)

@adrgumula
Copy link
Owner

adrgumula commented Jan 19, 2021

did not work on the sleeping yet, but you can edit the config.plist, look for the "EnableLidWake.kext", then search for:
Enable
and change the line below to:
from:

  	<false/>

to:

  	<true/>

finally it should look:

  	<dict>
  		<key>Arch</key>
  		<string>Any</string>
  		<key>BundlePath</key>
  		<string>EnableLidWake.kext</string>
  		<key>Comment</key>
  		<string></string>
  		<key>Enabled</key>
  		<true/>
  		<key>ExecutablePath</key>
  		<string>Contents/MacOS/EnableLidWake</string>
  		<key>MaxKernel</key>
  		<string></string>
  		<key>MinKernel</key>
  		<string></string>
  		<key>PlistPath</key>
  		<string>Contents/Info.plist</string>
  	</dict>

@jizimiao
Copy link
Author

jizimiao commented Jan 21, 2021 via email

@adrgumula
Copy link
Owner

adrgumula commented Jan 21, 2021

Hey I'm glad that you like it.
I did not do any test sleeping, waking-up, just added experimentally EnableLidWake kext, so if it worked that time was not checked. One thing you can try is to do change in in the boot-args from "darkwake=1" to "darkwake=0"

  1. Can you provide me a link to the version that worked for you?
  2. And also can your provide a list of steps to reproduce it?
  3. Were you on battery or plugged in?
  4. Did you boot from internal drive or USB?

I could compare that with the fresh one and find the difference..

@jizimiao
Copy link
Author

jizimiao commented Mar 27, 2021 via email

@redwood996
Copy link

redwood996 commented Jun 17, 2021

@adrgumula Thanks for the hard work. I successfully installed Big Sur on my M3800 with your EFI help. Now I'm experiencing the same wake up problem as @jizimiao said above. I'm not connecting to anything or external monitors, and only have a USB mouse.

Once it enters sleep state manually or automatically, the screen is always black after waking up. The keyboard and power button has light response, but the screen remains black. I uploaded my EFI to the fork I created, and here is the link.
https://github.com/redwood996/oc-m3800/tree/master/myEFI

If you have any ideas/suggestions, feel free to let me know. I would love to help out on resolving this issue. Thanks.

@adrgumula adrgumula added the help wanted Extra attention is needed label Nov 6, 2021
@CestLaVie12
Copy link

Sleep issue was solved for me by adding boot arg -lilubetaall
Everything works perfectly.

@redwood996
Copy link

Sleep issue was solved for me by adding boot arg -lilubetaall Everything works perfectly.

Confirmed, it works perfectly. Solved the problem.

@jizimiao
Copy link
Author

jizimiao commented Jan 26, 2022 via email

@adrgumula
Copy link
Owner

Hey guys, thank you for resolving this issue. However I no longer support this project thus I cannot confirm that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

4 participants