Jump to content

Laptop reboots consistently on wake from sleep, no kernel panic. Here's what I've tried; what did I miss?


7 posts in this topic

Recommended Posts

What I've tried so far:

  • Ensuring I have only essential USB 2/3 ports enabled (done using USBMap, I installed the resulting USBMap.kext and USBX SSDT). Issue doesn't seem to be caused by an external port (I removed all devices and the issue still happens, though it could be caused by an internal one.)

  • Removing AppleALC.kext — I tried this since others with my reboot-on-wake issue have been getting a panic indicating this kext, but it doesn't seem to be the root cause in my case.

  • Adding debug=0x100 keepsyms=1 in order to make sure I'm not missing any panics/more likely to catch them.

  • Making sure proximitywake, hibernatemode, powernap, networkoversleep are all off; hibernatefile replaced with a directory

  • Sleeping then waking the machine, and checking the last logs via log show --start ... -- end ... — no obvious red-flag activity there, just a sudden abrupt end to the log

  • Checking sudo pmset -g log | grep -i failure — nothing returned.

  • Deleting the PowerManagment files from /library/preferences

What should I try next/double-check? What did I miss?

Your motherboard is not in your signature. Could you please inform us what model it is?

3 hours ago, ameris cyning said:

Your motherboard is not in your signature. Could you please inform us what model it is?

This machine is a laptop, not a desktop. Is that information still relevant?

9 minutes ago, mattcurtis said:

This machine is a laptop, not a desktop. Is that information still relevant?

 

Is it a desktop by Dell or HP? It would be useful to know its model. 

26 minutes ago, ameris cyning said:

 

Is it a desktop by Dell or HP? It would be useful to know its model. 

My mistake — I thought I had that in my signature already. The laptop is a Lenovo G510.

5 minutes ago, mattcurtis said:

My mistake — I thought I had that in my signature already. The laptop is a Lenovo G510.

 

Try darkwake=0

 

If that does not work, try darkwake=2 or 3, and lastly if that doesnt solve it darkwake=10

2 hours ago, ameris cyning said:

 

Try darkwake=0

 

If that does not work, try darkwake=2 or 3, and lastly if that doesnt solve it darkwake=10

 

Thank you for trying to help me. I really do appreciate it.

 

I tried the flags you suggested in the order you suggested them: darkwake=0, then 2, then 3, then 10 — no change in behavior with any of them, same abrupt reboot about 2 seconds after wake starts. Though according to this thread on darkwake, 8 and 10 are obsolete, and darkwake really only applies when Power Nap is enabled:

 

Quote

If you have Power Nap disabled then computer shouldn't wake automatically. On most cases darkwake boot arg affects how computers should behave on case of Power Nap enabled. If everything is configured properly you do not need define darkwake boot flag at all. Anyhow, there might be motherboards, which benefit from user defined value. But keep in mind that darkwake=8 and darkwake=10 are obsolete since Yosemite.

 

Is that post still accurate?

 

I've also attached my ioreg and EFI folder.

 

I also ran:

kextstat|grep -y acpiplat
kextstat|grep -y appleintelcpu
kextstat|grep -y applelpc

Nothing showed up for appleintelcpu but to my knowledge for Haswell and up it isn't supposed to/isn't needed.

 

Also ran:

 

pmset -g

System-wide power settings:

Currently in use:

 standby              0

 womp                 0

 hibernatefile        /var/vm/sleepimage

 proximitywake        0

 powernap             0

 gpuswitch            2

 networkoversleep     0

 disksleep            10

 standbydelayhigh     86400

 sleep                0 (sleep prevented by AddressBookSourceSync, UserEventAgent, UserEventAgent)

 autopoweroffdelay    28800

 hibernatemode        0

 autopoweroff         0

 ttyskeepawake        1

 displaysleep         10

 tcpkeepalive         1

 highstandbythreshold 50

 standbydelaylow      10800

 

MacBook Pro.ioreg

CLOVER.zip

Edited by mattcurtis
×
×
  • Create New...