Contribute
Register

Powermanagement Lenovo Yoga 700 14isk

Status
Not open for further replies.
I have patched my DSDT and all SSDTs with the GX0 to IGPU patch. Sleep however still does not work. I will probably do a new extract and patch my DSDT again because of the mistakes in my current one, and try a different SMBIOS.
 
I have patched my DSDT and all SSDTs with the GX0 to IGPU patch. Sleep however still does not work. I will probably do a new extract and patch my DSDT again because of the mistakes in my current one, and try a different SMBIOS.

What is the specific problem with sleep?

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.
 
Setup: Lenovo Yoga 700 14isk. Intel HD520. Skylake Intel core i5 6200U.

Problem: Sleep is not working. When manually putting the laptop to sleep (Apple -> Sleep) the display turns off and the fans keep spinning. Power led stays white.

13 2 0xffffff7f82291000 0x66000 0x66000 com.apple.driver.AppleACPIPlatform (4.0) A29C7512-D3A8-3AED-9721-3A5FF1A32EB2 <12 11 7 6 5 4 3 1>

Thijmens-MacBook-Air:~ thijmen$ kextstat|grep -y appleintelcpu

Thijmens-MacBook-Air:~ thijmen$ kextstat|grep -y applelpc

78 0 0xffffff7f81e7d000 0x3000 0x3000 com.apple.driver.AppleLPC (3.1) 32BDCF9F-0473-32D4-9DAE-F523EFB2D244 <77 12 5 4 3>

Thijmens-MacBook-Air:~ thijmen$ kextstat|grep -y applehda

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 VoodooHDA.kext

kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext SATA-100-series-unsupported.kext

kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext IntelBacklight.kext

kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext FakeSMC.kext

kext file:///System/Library/Extensions/AppleHDADisabler.kext/ is in hash exception list, allowing to load

kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext ACPIDebug.kext

kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext ACPIBatteryManager.kext

Thijmens-MacBook-Air:~ thijmen$
 

Attachments

  • Problem report.zip
    2.2 MB · Views: 105
Setup: Lenovo Yoga 700 14isk. Intel HD520. Skylake Intel core i5 6200U.

Problem: Sleep is not working. When manually putting the laptop to sleep (Apple -> Sleep) the display turns off and the fans keep spinning. Power led stays white.

Keep in mind 15-20 sec delay. And the fact that all assertions must be clear (check with 'pmset -g assertions').

It could be instant wake too... You did not patch for it.
 
Keep in mind 15-20 sec delay. And the fact that all assertions must be clear (check with 'pmset -g assertions').

It could be instant wake too... You did not patch for it.

I patched my DSDT with the Skyale 0x6D instant wake patch and rebooted with -gux_defer_usb2. Sleep still does not work.

All assertions are '0'.

Is there a way to disable ANY (internal) usb input while the laptop is asleep? So I can make sure the Wifi/BT card & the touchscreen aren't preventing the laptop from going to sleep?
 
I patched my DSDT with the Skyale 0x6D instant wake patch and rebooted with -gux_defer_usb2. Sleep still does not work.

All assertions are '0'.

Is there a way to disable ANY (internal) usb input while the laptop is asleep? So I can make sure the Wifi/BT card & the touchscreen aren't preventing the laptop from going to sleep?

-gux_defer_usb2 is only for GenericUSBXHCI.kext.

Read post #43.
 
Status
Not open for further replies.
Back
Top