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何も明らかにしません。

何が問題の原因なのかわかりませんが、ここで誰かが助けてくれるでしょうか?

関連情報