Contribute
Register

Sleep issues

Status
Not open for further replies.
@takki

I disabled the I2C drivers, thus trackpad and screen didn't respond anymore. Still got wake issues. Then, I disabled BT, still persists.

This is so weird, since often just the first try fails, after that it works, even detecting the lid close / open properly, just like a real macbook.
 
@BlvckBytes

Hmm so if you also have the DW1560 that's probably not it. I really thought the touchscreen might be it..

Maybe it's just some app that is running in the background?

You could also check for ACPI errors/warnings.

Code:
log show --predicate "processID == 0" --last 48h --debug | grep -i  AppleACPIPlatform
 
Sooo... I now got back to have a look at those sleep issues, since they still persist. First sleep fails, always, after that it sleeps for some time (up to 1-2 hours), but still wakes randomly after that.

Code:
blvckbytes@MacBook-Pro-2 ~ % log show --style syslog --last 10h | fgrep "Wake reason"
2020-07-05 15:42:25.766620+0200  localhost kernel[0]: (AppleTopCaseHIDEventDriver) [HID] [ATC] AppleDeviceManagementHIDEventService::processWakeReason Wake reason: Keyboard (0x02)
2020-07-05 16:08:19.564116+0200  localhost powerd[116]: [powerd:sleepWake] Wake reason: "<private>"  identity: "<private>"
2020-07-05 16:08:40.764810+0200  localhost kernel[0]: (AppleACPIPlatform) AppleACPIPlatformPower Wake reason: XDCI CNVW
2020-07-05 16:08:40.764812+0200  localhost kernel[0]: (AppleACPIPlatform) AppleACPIPlatformPower Wake reason: XDCI CNVW
2020-07-05 16:08:47.022065+0200  localhost kernel[0]: (AppleTopCaseHIDEventDriver) [HID] [ATC] AppleDeviceManagementHIDEventService::processWakeReason Wake reason: Host (0x01)
2020-07-05 16:09:21.068953+0200  localhost kernel[0]: (AppleACPIPlatform) AppleACPIPlatformPower Wake reason: XDCI CNVW
2020-07-05 16:09:21.068954+0200  localhost kernel[0]: (AppleACPIPlatform) AppleACPIPlatformPower Wake reason: XDCI CNVW
2020-07-05 16:46:28.243392+0200  localhost kernel[0]: (AppleTopCaseHIDEventDriver) [HID] [ATC] AppleDeviceManagementHIDEventService::processWakeReason Wake reason: Host (0x01)
2020-07-05 17:34:10.001282+0200  localhost kernel[0]: (AppleACPIPlatform) AppleACPIPlatformPower Wake reason: RTC XDCI CNVW (Alarm)
2020-07-05 17:34:10.001284+0200  localhost kernel[0]: (AppleACPIPlatform) AppleACPIPlatformPower Wake reason: RTC XDCI CNVW (Alarm)
2020-07-05 19:34:12.342210+0200  localhost kernel[0]: (AppleTopCaseHIDEventDriver) [HID] [ATC] AppleDeviceManagementHIDEventService::processWakeReason Wake reason: Host (0x01)

It's quite obvious that "Wake reason: Keyboard (0x02)" is the keyboard, but what would "Wake reason: Host (0x01)" then be? lol.

The acpi-command spit out a long list of entries, where probably not everything is an error, but I've seen interesting stuff in there. Attached if anybody wants to take a look.
 

Attachments

  • acpi_errors.txt
    664.2 KB · Views: 40
It may really be a USB issue, because I can't find XHCI Handoff in the BIOS to enable it...
 
Status
Not open for further replies.
Back
Top