Contribute
Register

Sierra on an Asus ROG G751JY

Status
Not open for further replies.
OK, set Preferences->Sharing to share screen, checked the MBP and I am able to share screen of the Asus from the MBP.
Allowed it to go to sleep. If I hit a key or shake mouse within 1 minute, it wakes.

Are you sure it entered sleep? Blinking power LED?
 
Are you sure it entered sleep? Blinking power LED?
No blinking power LED. Screen saver comes on and runs for a couple of minutes, then the screen goes black. If I tap a key at this point it comes back, but if I wait more than about a minute it will not come back.
 
No blinking power LED.

Then sleep was not entered.

Screen saver comes on and runs for a couple of minutes, then the screen goes black. If I tap a key at this point it comes back, but if I wait more than about a minute it will not come back.

Probably hanging during the process of entering sleep. Keep in mind directly after Apple->Sleep is just "display sleep". After 15-20 seconds and when all sleep assertions are clear, actual sleep starts.
 
Then sleep was not entered.
Probably hanging during the process of entering sleep. Keep in mind directly after Apple->Sleep is just "display sleep". After 15-20 seconds and when all sleep assertions are clear, actual sleep starts.
Would this show up in the system log? Or any of the other logs?
 
Would this show up in the system log? Or any of the other logs?

I would check first that you patched ACPI correctly, implemented power management, etc.
 
I would check first that you patched ACPI correctly, implemented power management, etc.
OK, per the Guide @ https://www.tonymacx86.com/threads/guide-native-power-management-for-laptops.175801/

- Use PikeRAlpha script to create SSDT & copy to Clover/ACPI/Patched - check
- Disable Hibernate Mode - check
- config.plist/KernelAndKextPatches/AsusAICPUPM=true (pre-Haswell) - ignore for Haswell, yes?
- config.plist/KernelAndKextPatches/KernelPm=true (Haswell+) - check
- config.plist/KernelAndKextPatches/KernelLapic=true (for those with Local APIC panic) - N/A
- appropriate System Definition (SMBIOS) for your CPU (config.plist/SMBIOS) iMac 14,2 is fairly close
- no rollbacks of AppleACPIPlatform.kext - check
- no NullCPUPowerManagement.kext (usually implies patched AppleIntelCPUPowerManagement) - check
- Processor objects declared in Scope (_SB) or Scope (_PR) in DSDT (pretty rare not to have them in OEM DSDT) - check
- Verify that the generated SSDT injects into the same scope as Processor declarations in DSDT (usually _PR) - check


config.plist drop SSDT/ DropOem - both false

DSDT and SSDT's patched per https://www.tonymacx86.com/threads/guide-patching-laptop-dsdt-ssdts.152573/ and original SSDT-x.dsl files that compiled with no error used original SSDT.aml in Clover/ACPI/Patched
So far DSDT has been patched for Common patches as listed in the guide, and for Battery status per https://www.tonymacx86.com/threads/guide-how-to-patch-dsdt-for-working-battery-status.116102/

This is as far as I have gotten. I will be reading over again the thread @ https://www.tonymacx86.com/threads/mavericks-native-cpu-igpu-power-management.128926/ for other things I might want to do as I gather these patches as described work equally on Mavericks thru Sierra.
 
OK, per the Guide @ https://www.tonymacx86.com/threads/guide-native-power-management-for-laptops.175801/

- Use PikeRAlpha script to create SSDT & copy to Clover/ACPI/Patched - check
- Disable Hibernate Mode - check
- config.plist/KernelAndKextPatches/AsusAICPUPM=true (pre-Haswell) - ignore for Haswell, yes?
- config.plist/KernelAndKextPatches/KernelPm=true (Haswell+) - check
- config.plist/KernelAndKextPatches/KernelLapic=true (for those with Local APIC panic) - N/A
- appropriate System Definition (SMBIOS) for your CPU (config.plist/SMBIOS) iMac 14,2 is fairly close
- no rollbacks of AppleACPIPlatform.kext - check
- no NullCPUPowerManagement.kext (usually implies patched AppleIntelCPUPowerManagement) - check
- Processor objects declared in Scope (_SB) or Scope (_PR) in DSDT (pretty rare not to have them in OEM DSDT) - check
- Verify that the generated SSDT injects into the same scope as Processor declarations in DSDT (usually _PR) - check


config.plist drop SSDT/ DropOem - both false

DSDT and SSDT's patched per https://www.tonymacx86.com/threads/guide-patching-laptop-dsdt-ssdts.152573/ and original SSDT-x.dsl files that compiled with no error used original SSDT.aml in Clover/ACPI/Patched
So far DSDT has been patched for Common patches as listed in the guide, and for Battery status per https://www.tonymacx86.com/threads/guide-how-to-patch-dsdt-for-working-battery-status.116102/

This is as far as I have gotten. I will be reading over again the thread @ https://www.tonymacx86.com/threads/mavericks-native-cpu-igpu-power-management.128926/ for other things I might want to do as I gather these patches as described work equally on Mavericks thru Sierra.

Attach ioreg as ZIP: http://www.tonymacx86.com/audio/58368-guide-how-make-copy-ioreg.html. Please, use the IORegistryExplorer v2.1 attached to the post! DO NOT reply with an ioreg from any other version of IORegistryExplorer.app.

Provide output (in Terminal):
Code:
kextstat|grep -y acpiplat
kextstat|grep -y appleintelcpu
kextstat|grep -y applelpc
kextstat|grep -y applehda

Attach EFI/Clover folder as ZIP (press F4 at main Clover screen before collecting). Please eliminate 'themes' directory. Provide only EFI/Clover, not the entire EFI folder.

Attach output of (in Terminal):
Code:
sudo touch /System/Library/Extensions && sudo kextcache -u /

Compress all files as ZIP. Do not use external links. Attach all files using site attachments only.
 
Attach ioreg as ZIP: http://www.tonymacx86.com/audio/58368-guide-how-make-copy-ioreg.html. Please, use the IORegistryExplorer v2.1 attached to the post! DO NOT reply with an ioreg from any other version of IORegistryExplorer.app.

Provide output (in Terminal):
Code:
kextstat|grep -y acpiplat
kextstat|grep -y appleintelcpu
kextstat|grep -y applelpc
kextstat|grep -y applehda

Attach EFI/Clover folder as ZIP (press F4 at main Clover screen before collecting). Please eliminate 'themes' directory. Provide only EFI/Clover, not the entire EFI folder.

Attach output of (in Terminal):
Code:
sudo touch /System/Library/Extensions && sudo kextcache -u /

Compress all files as ZIP. Do not use external links. Attach all files using site attachments only.
See attachment @ post #30
 
Sorry, deleted the contents of ACPI/Orig folder to make the file smaller. Here is a zip of the backup I made.
 

Attachments

  • origin.zip
    49.8 KB · Views: 89
Status
Not open for further replies.
Back
Top