MacBook Pro (2015) 在睡眠期間不斷被喚醒

MacBook Pro (2015) 在睡眠期間不斷被喚醒

如問題所暗示的,最近我的 MacBook Pro (2015) 在合上蓋子時出現過熱現象。

我首先嘗試通過轉到首選項並確保它沒有設置為“始終喚醒”模式來調試該問題。當這沒有幫助時,我嘗試去這個網站,這告訴我主要原因可能是名為 DarkPME 的進程,它每分鐘喚醒我的 MacBook Pro 4 次。採取相關步驟後,我希望問題能自行解決,但到目前為止還沒有運氣。這是我昨天晚上的喚醒原因日誌範例(在我進行相關更改之後):

2018-08-06 16:01:31.840604-0400 0x74       Default     0x0                  0      0    kernel: (AppleACPIPlatform) AppleACPIPlatformPower Wake reason: EC.DarkPME (Maintenance)
2018-08-06 16:01:31.840607-0400 0x74       Default     0x0                  0      0    kernel: (AppleACPIPlatform) AppleACPIPlatformPower Wake reason: EC.DarkPME (Maintenance)
2018-08-06 16:01:32.464340-0400 0x1ebd51   Default     0x0                  0      0    kernel: (AppleTopCaseHIDEventDriver) [HID] [ATC] AppleDeviceManagementHIDEventService::processWakeReason Wake reason: Host (0x01)
2018-08-06 16:02:25.533597-0400 0x74       Default     0x0                  0      0    kernel: (AppleACPIPlatform) AppleACPIPlatformPower Wake reason: EC.DarkPME (Maintenance)
2018-08-06 16:02:25.533600-0400 0x74       Default     0x0                  0      0    kernel: (AppleACPIPlatform) AppleACPIPlatformPower Wake reason: EC.DarkPME (Maintenance)
2018-08-06 16:02:26.157490-0400 0x1ec1c5   Default     0x0                  0      0    kernel: (AppleTopCaseHIDEventDriver) [HID] [ATC] AppleDeviceManagementHIDEventService::processWakeReason Wake reason: Host (0x01)
2018-08-06 16:03:19.243847-0400 0x74       Default     0x0                  0      0    kernel: (AppleACPIPlatform) AppleACPIPlatformPower Wake reason: EC.DarkPME (Maintenance)
2018-08-06 16:03:19.243850-0400 0x74       Default     0x0                  0      0    kernel: (AppleACPIPlatform) AppleACPIPlatformPower Wake reason: EC.DarkPME (Maintenance)
2018-08-06 16:03:19.869825-0400 0x1ec641   Default     0x0                  0      0    kernel: (AppleTopCaseHIDEventDriver) [HID] [ATC] AppleDeviceManagementHIDEventService::processWakeReason Wake reason: Host (0x01)
2018-08-06 16:04:12.948433-0400 0x74       Default     0x0                  0      0    kernel: (AppleACPIPlatform) AppleACPIPlatformPower Wake reason: EC.DarkPME (Maintenance)
2018-08-06 16:04:12.948436-0400 0x74       Default     0x0                  0      0    kernel: (AppleACPIPlatform) AppleACPIPlatformPower Wake reason: EC.DarkPME (Maintenance)
2018-08-06 16:04:13.626345-0400 0x1ecaea   Default     0x0                  0      0    kernel: (AppleTopCaseHIDEventDriver) [HID] [ATC] AppleDeviceManagementHIDEventService::processWakeReason Wake reason: Host (0x01)
2018-08-06 16:05:06.701017-0400 0x74       Default     0x0                  0      0    kernel: (AppleACPIPlatform) AppleACPIPlatformPower Wake reason: EC.DarkPME (Maintenance)
2018-08-06 16:05:06.701020-0400 0x74       Default     0x0                  0      0    kernel: (AppleACPIPlatform) AppleACPIPlatformPower Wake reason: EC.DarkPME (Maintenance)
2018-08-06 16:05:07.322234-0400 0x1ecf95   Default     0x0                  0      0    kernel: (AppleTopCaseHIDEventDriver) [HID] [ATC] AppleDeviceManagementHIDEventService::processWakeReason Wake reason: Host (0x01)

作為最後的努力,我嘗試透過輸入來查看我的能源偏好pmset -g,這給了我關於電池電量的資訊:

System-wide power settings:
Currently in use:
 standbydelay         10800
 standby              1
 halfdim              1
 hibernatefile        /var/vm/sleepimage
 powernap             0
 gpuswitch            2
 disksleep            10
 sleep                5 (sleep prevented by fud)
 autopoweroffdelay    0
 hibernatemode        3
 autopoweroff         0
 ttyskeepawake        1
 displaysleep         5
 tcpkeepalive         1
 acwake               0
 lidwake              1

這是昨天晚上的事。今天它說:

System-wide power settings:
Currently in use:
 standbydelay         10800
 standby              1
 halfdim              1
 hibernatefile        /var/vm/sleepimage
 powernap             0
 gpuswitch            2
 disksleep            10
 sleep                5 (sleep prevented by kextcache)
 autopoweroffdelay    0
 hibernatemode        3
 autopoweroff         0
 ttyskeepawake        1
 displaysleep         5
 tcpkeepalive         1
 acwake               0
 lidwake              1

正如你所看到的,fud並且kextcache正在阻止睡眠。我不知道這些過程是什麼,也ps -e | grep fud沒有透露任何資訊。

不知道是什麼原因導致的問題,希望這裡有人可以幫忙?

相關內容