当前位置: 华文世界 > 数码

解决 macbook 盒盖耗电问题

2024-01-09数码

解决 macbook 盒盖耗电问题

重置 SMC

  • 如果问题仍然存在,请重置 SMC:
    1. 将 Mac 关机。
    2. 在内建键盘上,按住以下所有按键。Mac 可能会开机。
  • Control No alt supplied for Image:位于键盘左侧
  • Option (Alt) No alt supplied for Image:位于键盘左侧
  • Shift No alt supplied for Image:位于键盘右侧
  • 按住这三个按键 7 秒钟,然后在不松开这些按键的情况下按住电源按钮。如果 Mac 处于开机状态,它将在你按住这些按键时关机。

    通过重置 SMC,可以解决某些与电源、电池、风扇和其他功能相关的问题。本文仅适用于配备 Intel 处理器的 Mac 电脑。

    查看 Wake 程序, 删除 定时任务

    pmset -g log|grep -e "sleep" -e "wake" -e "wake request" -e "waketime"

    看到有如下:

    2024-01-07 09:11:44 +0800 Assertions PID 83447(coreaudiod) Released PreventUserIdleDisplaySleep "com.apple.audio.context373.preventuseridledisplaysleep" 36:43:28 id:0x0x500009c9a [System: DeclUser kDisp]2024-01-07 09:11:44 +0800 Assertions PID 83447(coreaudiod) Released PreventUserIdleSystemSleep "com.apple.audio.context373.preventuseridlesleep" 36:43:28 id:0x0x100009c88 [System: DeclUser kDisp]2024-01-07 09:11:44 +0800 Assertions PID 83447(coreaudiod) Released PreventUserIdleDisplaySleep "com.apple.audio.context374.preventuseridledisplaysleep" 36:43:28 id:0x0x500009c8f [System: DeclUser kDisp]2024-01-07 09:11:44 +0800 Assertions PID 83447(coreaudiod) Released PreventUserIdleSystemSleep "com.apple.audio.context374.preventuseridlesleep" 36:43:28 id:0x0x100009c84 [System: DeclUser kDisp]

    pmset -g sched sudo pmset schedule cancelallpmset -g sched结果为空,定时任务已删除

    应用是否防止休眠

    查看「活动监视器->能耗->防止睡眠」列表下是否存在应用禁用了系统睡眠情况,如下图所示

    若存在此情况请进入应用设置关闭此选项或者功能;

    查看资料

  • https://www.jianshu.com/p/8da7983c73e4
  • https://juejin.cn/post/6844904143350398990
  • https://blog.csdn.net/weixin_50657813/article/details/125426257