Skip to content

Commit

Permalink
Docs: Update README to provide workarounds for hibernation problems o…
Browse files Browse the repository at this point in the history
…n CML machines
  • Loading branch information
stevezhengshiqi committed Nov 11, 2022
1 parent a9bbeb0 commit 72f6dbc
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Docs/README_CML.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
To disable hibernation, we need to run following commands in `Terminal.app`:

sudo pmset -a hibernatemode 0
sudo pmset autopoweroff 0
sudo pmset powernap 0
sudo pmset standby 0
sudo pmset proximitywake 0
sudo pmset tcpkeepalive 0
3 changes: 3 additions & 0 deletions Docs/README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@

## 目前情况

- **休眠** 可能会在 CML 机型上引发严重引导问题,见 [#661](https://github.com/daliansky/XiaoMi-Pro-Hackintosh/issues/661)[#694](https://github.com/daliansky/XiaoMi-Pro-Hackintosh/issues/694)
- `HibernationFixup` kext 已经在 CML EFI 包中被禁用来避免笔记本进入休眠
- 用户需要运行 `sudo pmset -a hibernatemode 0` 来禁用休眠模式,同时请看 [README_CML](Docs/README_CML.txt)
- **HDMI** 开机后第一次接上时可能无法工作
- 你需要重新插拔或者关上盖子等五秒后打开盖子
- **有线网 在 macOS10.15+ 上可能无法工作,见 [#256](https://github.com/daliansky/XiaoMi-Pro-Hackintosh/issues/256)**
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@

## Current Status

- **Hibernation** may trigger serious boot problems on CML machines, view [#661](https://github.com/daliansky/XiaoMi-Pro-Hackintosh/issues/661) and [#694](https://github.com/daliansky/XiaoMi-Pro-Hackintosh/issues/694)
- `HibernationFixup` kext has been disabled on CML EFI pack to avoid laptop entering hibernation
- Users should run `sudo pmset -a hibernatemode 0` to disable hibernate mode, also see [README_CML](Docs/README_CML.txt)
- **HDMI** may not work when you first-time plug it in
- You have to re-plug it, or close the lid for about five seconds and reopen the lid
- **Ethernet may not work on macOS10.15+, view [#256](https://github.com/daliansky/XiaoMi-Pro-Hackintosh/issues/256)**
Expand Down

0 comments on commit 72f6dbc

Please sign in to comment.