Contribute
Register

[solved] OSX 10.13.4 cannot wake after sleep(only power light)

Status
Not open for further replies.
Thanks, I turn Window into English, test showed "Location paths" when usb3.0 disk plugged on each USB port like that:
On right ,SS01; On left rear, HS02; On left front, HS03.
Seems I have to redo reading your guide and test other usb3.0 device, will feedback later.

Seems like your left ports are USB2-only.
 
Seems like your left ports are USB2-only.
I ignore the USB port, and try others solutions. Wake up available after enable "SIpSmiAtWake", problem seems solved. But no understand why that take effect.
 
I ignore the USB port, and try others solutions. Wake up available after enable "SIpSmiAtWake", problem seems solved. But no understand why that take effect.

I see no such option handled in the Clover source.
 
I see no such option handled in the Clover source.
Forgot to say, I add this option via cloverconfigurator(ver 4.62.0), no change other value in config.plist.
apci_page.png
 

Attachments

  • debug_7010.zip
    13.3 MB · Views: 57
Forgot to say, I add this option via cloverconfigurator(ver 4.62.0), no change other value in config.plist.
View attachment 330732

Current Clover (on my local machine: r4454) has no such option.
Seems to be traded for HaltEnabler:

Code:
      Prop = GetProperty (DictPointer, "HaltEnabler");
      gSettings.SlpSmiEnable = IsPropertyTrue (Prop);

You're running an old version of Clover...
 
Current Clover (on my local machine: r4454) has no such option.
Seems to be traded for HaltEnabler:

Code:
      Prop = GetProperty (DictPointer, "HaltEnabler");
      gSettings.SlpSmiEnable = IsPropertyTrue (Prop);

You're running an old version of Clover...
Update Clover from your bitbucket builded(Clover_v2.4k_r4444.RM-4652).
Edit config.plist in plisteditor, showed like this
Code:
</array>
            <key>SlpSmiAtWake</key>
            <true/>
This option insert by cloverconfigurator, located in APCI/DSDT/Patched. It seems make wake up avalable. As you said, this option be traded for HaltEnabler, should I merge this.
 
Update Clover from your bitbucket builded(Clover_v2.4k_r4444.RM-4652).
Edit config.plist in plisteditor, showed like this
Code:
</array>
            <key>SlpSmiAtWake</key>
            <true/>
This option insert by cloverconfigurator, located in APCI/DSDT/Patched. It seems make wake up avalable. As you said, this option be traded for HaltEnabler, should I merge this.

You have it at ACPI/DSDT, not ACPI/DSDT/Patched (no such thing as "ACPI/DSDT/Patched").
 
You have it at ACPI/DSDT, not ACPI/DSDT/Patched (no such thing as "ACPI/DSDT/Patched").
Oh, yes. for the wake up problem solved, I going to mark this thread as Solved. Thanks your patiently guide and help :)
 
Oh, yes. for the wake up problem solved, I going to mark this thread as Solved. Thanks your patiently guide and help :)

Marked solved.
 
Status
Not open for further replies.
Back
Top