adrgumula / oc-m3800

An ongoing development project to maintain and expand MacOS on the Dell Precision M3800 using OpenCore boot-loader
9 stars 5 forks source link

Failed to wake up successfully #5

Open jizimiao opened 3 years ago

jizimiao commented 3 years ago

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 commented 3 years ago

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

adrgumula commented 3 years ago

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:

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 commented 3 years ago

dear:        Thank you for replying me and for the efi you made . It is so nice.         I did what you told me and i checked everything,but it still can’t  sleep well. When I wake it up ,it is still dark but I can here the sound.it seems that it stay on the landing screen but still dark.         Thank you again for what you done.         May I know that where do you from ? Which country I mean. :)         I am from China.. 

------------------ Original ------------------ From: Adrian Gumuła <notifications@github.com> Date: Wed,Jan 20,2021 3:23 AM To: adrgumula/oc-m3800 <oc-m3800@noreply.github.com> Cc: jizimiao <287803935@qq.cOM>, Author <author@noreply.github.com> Subject: Re: [adrgumula/oc-m3800] Failed to wake up successfully (#5)

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: to:

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>
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

adrgumula commented 3 years ago

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 commented 3 years ago

dear:        Hello,it’s me again.         Sorry that I couldn’t find any other ways but asking you.         Actually my pc is XPS13 9530.so it is a little different from m3800.        The monitor still couldn’t light up when I wake up the laptop.         How can I fix it ?dear.         Thank you so much..

------------------ Original ------------------ From: Adrian Gumuła @.> Date: Fri,Jan 22,2021 0:41 AM To: adrgumula/oc-m3800 @.> Cc: jizimiao @.OM>, Author @.> Subject: Re: [adrgumula/oc-m3800] Failed to wake up successfully (#5)

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.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

redwood996 commented 3 years ago

@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.

CestLaVie12 commented 2 years ago

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

redwood996 commented 2 years ago

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

Confirmed, it works perfectly. Solved the problem.

jizimiao commented 2 years ago

Do you know any hacker

------------------ Original ------------------ From: redwood996 @.> Date: Wed,Jan 5,2022 2:08 AM To: adrgumula/oc-m3800 @.> Cc: jizimiao @.>, Mention @.> Subject: Re: [adrgumula/oc-m3800] Failed to wake up successfully (#5)

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

Confirmed, it works perfectly. Solved the problem.

— Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android. You are receiving this because you were mentioned.Message ID: @.***>

adrgumula commented 2 years ago

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