Contribute
Register

[solved] Sleep Issue with ASUS ROG GL551

Status
Not open for further replies.
Joined
May 18, 2014
Messages
14
Motherboard
Asus GL551JW-WH71
CPU
I7-4720HQ
Graphics
Intel HD 4600 / Nvidia GTX960M
Mobile Phone
  1. Android
Hi,

I've successfully installed El Capitan 10.11 onto my laptop. I have majority of the things working except audio (which I haven't patched yet) and the sleep issue. Every time I put my OSX to sleep, it wakes back with the boot loader and when I select OSX, it just restarts the laptop. Then it loads up successfully after the restart but in a new state. Not the sleep state. Basically sleep is not working correctly.

I've followed the various ASUS GL551 guides on this forum but since all models are different, I had to pick and choose what my laptop needed. I've patched DSDT and SSDT as Rehabman suggested with his laptop patches along with Native Power Management patch.

Code:
pmset -g | grep hibernatemode
hibernatemode        3

Code:
Oct  5 01:53:26 Virens-MacBook-Pro apsd[72] <Notice>: Attempt to set push wake topics without dark wake enabled: ()
Oct  5 01:53:40 Virens-MacBook-Pro apsd[72] <Notice>: Attempt to set push wake topics without dark wake enabled: ()
Oct  5 01:53:41 Virens-MacBook-Pro apsd[72] <Warning>: Peer [pid=314] requested push wake but lacks APSPushWakeEntitlement
Oct  5 01:53:59 Virens-MacBook-Pro WindowServer[144] <Warning>: CGXDisplayDidWakeNotification [56689149836]: posting kCGSDisplayDidWake
Oct  5 01:54:49 Virens-MacBook-Pro kernel[0] <Notice>: Opened file /var/log/SleepWakeStacks.bin, size 172032, extents 1, maxio 2000000 ssd 0
Oct  5 01:56:09 Virens-MacBook-Pro apsd[72] <Notice>: Attempt to set push wake topics without dark wake enabled: ()
Oct  5 01:56:21 Virens-MacBook-Pro apsd[72] <Notice>: Attempt to set push wake topics without dark wake enabled: ()
Oct  5 01:56:26 Virens-MacBook-Pro apsd[72] <Warning>: Peer [pid=316] requested push wake but lacks APSPushWakeEntitlement

It's a dual boot setup with Windows 10 using Clover UEFI.

I've attached a copy of my config.plist, ioreg and DSDT. Let me know if know if anything else is needed. I usually don't post for help since most the stuff is covered in other topics but I'm unable to get a clear answer with this one. Any help is appreciated.
 
Last edited:
Hi,

I've successfully installed El Capitan 10.11 onto my laptop. I have majority of the things working except audio (which I haven't patched yet) and the sleep issue. Every time I put my OSX to sleep, it wakes back with the boot loader and when I select OSX, it just restarts the laptop. Then it loads up successfully after the restart but in a new state. Not the sleep state. Basically sleep is not working correctly.

I've followed the various ASUS GL551 guides on this forum but since all models are different, I had to pick and choose what my laptop needed. I've patched DSDT and SSDT as Rehabman suggested with his laptop patches along with Native Power Management patch.

Code:
pmset -g | grep hibernatemode
hibernatemode        3

Code:
Oct  5 01:53:26 Virens-MacBook-Pro apsd[72] <Notice>: Attempt to set push wake topics without dark wake enabled: ()
Oct  5 01:53:40 Virens-MacBook-Pro apsd[72] <Notice>: Attempt to set push wake topics without dark wake enabled: ()
Oct  5 01:53:41 Virens-MacBook-Pro apsd[72] <Warning>: Peer [pid=314] requested push wake but lacks APSPushWakeEntitlement
Oct  5 01:53:59 Virens-MacBook-Pro WindowServer[144] <Warning>: CGXDisplayDidWakeNotification [56689149836]: posting kCGSDisplayDidWake
Oct  5 01:54:49 Virens-MacBook-Pro kernel[0] <Notice>: Opened file /var/log/SleepWakeStacks.bin, size 172032, extents 1, maxio 2000000 ssd 0
Oct  5 01:56:09 Virens-MacBook-Pro apsd[72] <Notice>: Attempt to set push wake topics without dark wake enabled: ()
Oct  5 01:56:21 Virens-MacBook-Pro apsd[72] <Notice>: Attempt to set push wake topics without dark wake enabled: ()
Oct  5 01:56:26 Virens-MacBook-Pro apsd[72] <Warning>: Peer [pid=316] requested push wake but lacks APSPushWakeEntitlement

It's a dual boot setup with Windows 10 using Clover UEFI.

I've attached a copy of my config.plist, ioreg and DSDT. Let me know if know if anything else is needed. I usually don't post for help since most the stuff is covered in other topics but I'm unable to get a clear answer with this one. Any help is appreciated.

There is advice regarding sleep in the FAQ.

http://www.tonymacx86.com/el-capita...faq-read-first-laptop-frequent-questions.html
 

Hey Rehab. I read through the whole thing and realized I missed the hibernatemode setting. I'll chalk that down to my adhd. I've changed it and verified it is 0 now. Now when I put it to sleep and try to wake my laptop up, it just comes to power a few seconds and then shuts down. I press it again and it does the same thing a second time and the third time it just shows me the clover boot screen again as a fresh start. The warning related to wake in syslog are there same as above. Can you tell me if I missed a step or if you know any fix.
 
Hey Rehab. I read through the whole thing and realized I missed the hibernatemode setting. I'll chalk that down to my adhd. I've changed it and verified it is 0 now. Now when I put it to sleep and try to wake my laptop up, it just comes to power a few seconds and then shuts down. I press it again and it does the same thing a second time and the third time it just shows me the clover boot screen again as a fresh start. The warning related to wake in syslog are there same as above. Can you tell me if I missed a step or if you know any fix.

Let's see if you patched ACPI correctly and implemented power management.

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.
 
Let's see if you patched ACPI correctly and implemented power management.

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.

As requested.

Code:
Virens-MacBook-Pro:~ Viren$ kextstat|grep -y acpiplat
   13    2 0xffffff7f82604000 0x60000    0x60000    com.apple.driver.AppleACPIPlatform (4.0) 295F7A91-2DF7-3FFE-9550-A0C1A6F9D575 <12 11 7 6 5 4 3 1>
Virens-MacBook-Pro:~ Viren$ kextstat|grep -y appleintelcpu
Virens-MacBook-Pro:~ Viren$ kextstat|grep -y applelpc
   90    0 0xffffff7f82305000 0x3000     0x3000     com.apple.driver.AppleLPC (3.1) 0C90B22D-637B-3000-8C44-B7955D57E10A <81 12 5 4 3>
Virens-MacBook-Pro:~ Viren$ kextstat|grep -y applehda
  100    1 0xffffff7f82556000 0x1c000    0x1c000    com.apple.driver.AppleHDAController (272.18.1) 2E00D0C5-50F2-30C6-9A22-A85242433B8A <99 85 78 12 7 6 5 4 3 1>
  118    0 0xffffff7f827d3000 0xab000    0xab000    com.apple.driver.AppleHDA (999.1.1fc1) 48CC0220-B853-37A0-865B-F531D757C66E <117 100 99 98 85 78 6 5 4 3 1>


Code:
Virens-MacBook-Pro:Desktop Viren$ sudo touch /System/Library/Extensions && sudo kextcache -u /
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext VoodooPS2Trackpad.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext VoodooPS2Mouse.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext VoodooPS2Keyboard.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext VoodooPS2Controller.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext USBInjectAll.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext RealtekRTL8111.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext IntelBacklight.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext HDAEnabler3.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext FakeSMC_LPCSensors.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext FakeSMC_GPUSensors.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext FakeSMC_CPUSensors.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext FakeSMC_ACPISensors.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext FakeSMC.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext FakePCIID_Intel_HD_Graphics.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext FakePCIID_HD.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext FakePCIID.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext CodecCommander.kext
kext file:///System/Library/Extensions/AsusNBFnKeys.kext/ is in hash exception list, allowing to load
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext ApplePS2Keyboard.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext ApplePS2Controller.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext ApplePS2SmartTouchPad.kext
kext-dev-mode allowing invalid signature -67030 0xFFFFFFFFFFFEFA2A for kext AppleHDAHardwareConfigDriver.kext
kext-dev-mode allowing invalid signature -67030 0xFFFFFFFFFFFEFA2A for kext aDummyHDA.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext ACPIBatteryManager.kext

Thanks for the all the help. Let me know if i missed anything.
 

Attachments

  • CLOVER.zip
    2.8 MB · Views: 92
  • IOReg.zip
    565.3 KB · Views: 76
As requested.

Code:
Virens-MacBook-Pro:~ Viren$ kextstat|grep -y acpiplat
   13    2 0xffffff7f82604000 0x60000    0x60000    com.apple.driver.AppleACPIPlatform (4.0) 295F7A91-2DF7-3FFE-9550-A0C1A6F9D575 <12 11 7 6 5 4 3 1>
Virens-MacBook-Pro:~ Viren$ kextstat|grep -y appleintelcpu
Virens-MacBook-Pro:~ Viren$ kextstat|grep -y applelpc
   90    0 0xffffff7f82305000 0x3000     0x3000     com.apple.driver.AppleLPC (3.1) 0C90B22D-637B-3000-8C44-B7955D57E10A <81 12 5 4 3>
Virens-MacBook-Pro:~ Viren$ kextstat|grep -y applehda
  100    1 0xffffff7f82556000 0x1c000    0x1c000    com.apple.driver.AppleHDAController (272.18.1) 2E00D0C5-50F2-30C6-9A22-A85242433B8A <99 85 78 12 7 6 5 4 3 1>
  118    0 0xffffff7f827d3000 0xab000    0xab000    com.apple.driver.AppleHDA (999.1.1fc1) 48CC0220-B853-37A0-865B-F531D757C66E <117 100 99 98 85 78 6 5 4 3 1>


Code:
Virens-MacBook-Pro:Desktop Viren$ sudo touch /System/Library/Extensions && sudo kextcache -u /
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext VoodooPS2Trackpad.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext VoodooPS2Mouse.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext VoodooPS2Keyboard.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext VoodooPS2Controller.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext USBInjectAll.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext RealtekRTL8111.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext IntelBacklight.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext HDAEnabler3.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext FakeSMC_LPCSensors.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext FakeSMC_GPUSensors.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext FakeSMC_CPUSensors.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext FakeSMC_ACPISensors.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext FakeSMC.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext FakePCIID_Intel_HD_Graphics.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext FakePCIID_HD.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext FakePCIID.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext CodecCommander.kext
kext file:///System/Library/Extensions/AsusNBFnKeys.kext/ is in hash exception list, allowing to load
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext ApplePS2Keyboard.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext ApplePS2Controller.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext ApplePS2SmartTouchPad.kext
kext-dev-mode allowing invalid signature -67030 0xFFFFFFFFFFFEFA2A for kext AppleHDAHardwareConfigDriver.kext
kext-dev-mode allowing invalid signature -67030 0xFFFFFFFFFFFEFA2A for kext aDummyHDA.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext ACPIBatteryManager.kext

Thanks for the all the help. Let me know if i missed anything.

MacBookPro11,2 not recommended. Use MacBookPro11,1 instead.

ACPI is not patched correctly. DSDT has B0D3->HDAU rename, but SSDT-7 does not. As per guide, all renames must be applied equally.

Also, DropOem=true is required when there are patched SSDTs in ACPI/patched.
And SortedOrder must be used to set the SSDT load order.
 
Hi Rehab. Followed your points. Set DropOEM=true. Fixed SSDT-7 with the rename and made sure none other need it. Set SSDT sortedorder as well. Changed SMBios to 11,1.

Now when I set it to sleep and then power on. It starts up straight to Clover bootloader. I select OSX and it starts to load and then just restarts the laptop. Any ideas?
 
Hi Rehab. Followed your points. Set DropOEM=true. Fixed SSDT-7 with the rename and made sure none other need it. Set SSDT sortedorder as well. Changed SMBios to 11,1.

Now when I set it to sleep and then power on. It starts up straight to Clover bootloader. I select OSX and it starts to load and then just restarts the laptop. Any ideas?

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.


How silly of me. I should have just posted all that as well. Here you go sir. Thanks again.

Code:
Virens-MacBook-Pro:~ Viren$ kextstat|grep -y acpiplat
   13    2 0xffffff7f8260c000 0x60000    0x60000    com.apple.driver.AppleACPIPlatform (4.0) 295F7A91-2DF7-3FFE-9550-A0C1A6F9D575 <12 11 7 6 5 4 3 1>
Virens-MacBook-Pro:~ Viren$ kextstat|grep -y appleintelcpu
Virens-MacBook-Pro:~ Viren$ kextstat|grep -y applelpc
   90    0 0xffffff7f8230d000 0x3000     0x3000     com.apple.driver.AppleLPC (3.1) 0C90B22D-637B-3000-8C44-B7955D57E10A <74 12 5 4 3>
Virens-MacBook-Pro:~ Viren$ kextstat|grep -y applehda
  105    1 0xffffff7f8255e000 0x1c000    0x1c000    com.apple.driver.AppleHDAController (272.18.1) 2E00D0C5-50F2-30C6-9A22-A85242433B8A <104 98 82 12 7 6 5 4 3 1>
  117    0 0xffffff7f827db000 0xab000    0xab000    com.apple.driver.AppleHDA (999.1.1fc1) 48CC0220-B853-37A0-865B-F531D757C66E <116 105 104 98 95 82 6 5 4 3 1>

Code:
Virens-MacBook-Pro:~ Viren$ sudo touch /System/Library/Extensions && sudo kextcache -u /
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext VoodooPS2Trackpad.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext VoodooPS2Mouse.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext VoodooPS2Keyboard.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext VoodooPS2Controller.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext USBInjectAll.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext RealtekRTL8111.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext IntelBacklight.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext HDAEnabler3.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext FakeSMC_LPCSensors.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext FakeSMC_GPUSensors.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext FakeSMC_CPUSensors.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext FakeSMC_ACPISensors.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext FakeSMC.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext FakePCIID_Intel_HD_Graphics.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext FakePCIID_HD.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext FakePCIID.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext CodecCommander.kext
kext file:///System/Library/Extensions/AsusNBFnKeys.kext/ is in hash exception list, allowing to load
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext ApplePS2Keyboard.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext ApplePS2Controller.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext ApplePS2SmartTouchPad.kext
kext-dev-mode allowing invalid signature -67030 0xFFFFFFFFFFFEFA2A for kext AppleHDAHardwareConfigDriver.kext
kext-dev-mode allowing invalid signature -67030 0xFFFFFFFFFFFEFA2A for kext aDummyHDA.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext ACPIBatteryManager.kext
 

Attachments

  • IOReg.zip
    559.3 KB · Views: 72
  • CLOVER.zip
    2.8 MB · Views: 84
How silly of me. I should have just posted all that as well. Here you go sir. Thanks again.

Code:
Virens-MacBook-Pro:~ Viren$ kextstat|grep -y acpiplat
   13    2 0xffffff7f8260c000 0x60000    0x60000    com.apple.driver.AppleACPIPlatform (4.0) 295F7A91-2DF7-3FFE-9550-A0C1A6F9D575 <12 11 7 6 5 4 3 1>
Virens-MacBook-Pro:~ Viren$ kextstat|grep -y appleintelcpu
Virens-MacBook-Pro:~ Viren$ kextstat|grep -y applelpc
   90    0 0xffffff7f8230d000 0x3000     0x3000     com.apple.driver.AppleLPC (3.1) 0C90B22D-637B-3000-8C44-B7955D57E10A <74 12 5 4 3>
Virens-MacBook-Pro:~ Viren$ kextstat|grep -y applehda
  105    1 0xffffff7f8255e000 0x1c000    0x1c000    com.apple.driver.AppleHDAController (272.18.1) 2E00D0C5-50F2-30C6-9A22-A85242433B8A <104 98 82 12 7 6 5 4 3 1>
  117    0 0xffffff7f827db000 0xab000    0xab000    com.apple.driver.AppleHDA (999.1.1fc1) 48CC0220-B853-37A0-865B-F531D757C66E <116 105 104 98 95 82 6 5 4 3 1>

Code:
Virens-MacBook-Pro:~ Viren$ sudo touch /System/Library/Extensions && sudo kextcache -u /
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext VoodooPS2Trackpad.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext VoodooPS2Mouse.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext VoodooPS2Keyboard.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext VoodooPS2Controller.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext USBInjectAll.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext RealtekRTL8111.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext IntelBacklight.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext HDAEnabler3.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext FakeSMC_LPCSensors.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext FakeSMC_GPUSensors.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext FakeSMC_CPUSensors.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext FakeSMC_ACPISensors.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext FakeSMC.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext FakePCIID_Intel_HD_Graphics.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext FakePCIID_HD.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext FakePCIID.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext CodecCommander.kext
kext file:///System/Library/Extensions/AsusNBFnKeys.kext/ is in hash exception list, allowing to load
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext ApplePS2Keyboard.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext ApplePS2Controller.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext ApplePS2SmartTouchPad.kext
kext-dev-mode allowing invalid signature -67030 0xFFFFFFFFFFFEFA2A for kext AppleHDAHardwareConfigDriver.kext
kext-dev-mode allowing invalid signature -67030 0xFFFFFFFFFFFEFA2A for kext aDummyHDA.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext ACPIBatteryManager.kext

Did you disable hibernation?
You still need to implement USB correctly and disable Nvidia.
Also, why 10.11.0? Current version is 10.11.6. From where did you download OS X?
 
Status
Not open for further replies.
Back
Top