Contribute
Register

[Solved] Sleep and display problems

Status
Not open for further replies.
Joined
Sep 2, 2011
Messages
143
Motherboard
ASUS P8Z68-V PRO/GEN3
CPU
Intel i7 2700K
Graphics
Intel HD 3000
Mobile Phone
  1. iOS
I have some issues with sleep on my hackintosh. Firstly when display goes to sleep my laptop restarts itself and this happens everytime display goes to sleep. Also i have sleep proplems when i put laptop to sleep. It shows that it goes to sleep(display is black) but the power button is not blinking is stays lid and then the laptop restarts itself. I have all wake on features in bios and i don't have external devices plugged in.
 
Last edited:
I have some issues with sleep on my hackintosh. Firstly when display goes to sleep my laptop restarts itself and this happens everytime display goes to sleep. Also i have sleep proplems when i put laptop to sleep. It shows that it goes to sleep(display is black) but the power button is not blinking is stays lid and then the laptop restarts itself. I have all wake on features in bios and i don't have external devices plugged in.

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.

Here: STiX_MAC_Files.zip
 

USB is not configured correctly. Plan on creating a custom SSDT for USBInjectAll.kext. See guide: https://www.tonymacx86.com/threads/guide-10-11-usb-changes-and-solutions.173616/

Remove unnecessary software (for example, I see LittleSnitch).

Use "Brightness Fix" + IntelBacklight.kext, not ACPIBacklight.kext and the patch you have...

Make sure you disabled hibernation.

ACPI is patched incorrectly. All renames must be applied equally across all files that reference the symbol. You applied GFX0->IGPU to the SSDTs, but not to DSDT.
 
USB is not configured correctly. Plan on creating a custom SSDT for USBInjectAll.kext. See guide: https://www.tonymacx86.com/threads/guide-10-11-usb-changes-and-solutions.173616/

Remove unnecessary software (for example, I see LittleSnitch).

Use "Brightness Fix" + IntelBacklight.kext, not ACPIBacklight.kext and the patch you have...

Make sure you disabled hibernation.

ACPI is patched incorrectly. All renames must be applied equally across all files that reference the symbol. You applied GFX0->IGPU to the SSDTs, but not to DSDT.

Do i have to make a custom SSDT if i'm planning to make an injector kext? also should i apply brightness patch to a non patched dsdt or will the new patch overwrite my current brightness patch in dsdt?
 
Do i have to make a custom SSDT if i'm planning to make an injector kext?

They both do the same thing. I prefer SSDT + USBInjectAll.kext.

also should i apply brightness patch to a non patched dsdt or will the new patch overwrite my current brightness patch in dsdt?

It really depends. If in doubt, do it from scratch.
 
They both do the same thing. I prefer SSDT + USBInjectAll.kext.



It really depends. If in doubt, do it from scratch.

i'm newbie to custom ssdt thing and i don't know where to start that's why i'm planning to make an injector but if you have a newbie guide or tips i'm all ears. I have the brightness fix for broadwell if that helps.
 
i'm newbie to custom ssdt thing and i don't know where to start that's why i'm planning to make an injector but if you have a newbie guide or tips i'm all ears. I have the brightness fix for broadwell if that helps.

See Skylake starter guide and look at SSDT-UIAC-ALL.dsl in the USBInjectAll github project. Read also here: https://www.tonymacx86.com/threads/guide-10-11-usb-changes-and-solutions.173616/

As for brightness control, read guide: https://www.tonymacx86.com/threads/guide-patching-dsdt-ssdt-for-laptop-backlight-control.152659/
 

Attachments

  • STiX_MAC_Files.zip
    2.8 MB · Views: 68
Status
Not open for further replies.
Back
Top