Skip to content

Commit

Permalink
KBL: Change SMBIOS model to MBP15,2 to support Intel BT on macOS12, r…
Browse files Browse the repository at this point in the history
…evert me if MBP15,4 is good in the future
  • Loading branch information
stevezhengshiqi committed Oct 27, 2021
1 parent bad470a commit 0ef79f1
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CLOVER/config_kbl.plist
Original file line number Diff line number Diff line change
Expand Up @@ -325,12 +325,12 @@
<key>ROM</key>
<data>ABbLESIz</data>
<key>HWTarget</key>
<string>j213</string>
<string>j132</string>
</dict>
<key>SMBIOS</key>
<dict>
<key>ProductName</key>
<string>MacBookPro15,4</string>
<string>MacBookPro15,2</string>
<key>Trust</key>
<true/>
</dict>
Expand Down
4 changes: 4 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
- Update `Lilu` v1.5.7
- Update `AppleALC` v1.6.6
- Update `WhateverGreen` v1.5.5
- Update `HibernationFixup` v1.4.5
- Update `VoodooPS2` v2.2.7
- Update `VoodooI2C` v2.6.5 (up to)
- Update `BlueToolFixup` v2.6.1
Expand All @@ -20,6 +21,9 @@
### Add
- Add back `complete-modeset-framebuffers` property to fix HDMI

### Change
- KBL: Change SMBIOS model to `MacBookPro15,2` to support Intel Bluetooth on macOS12

### OC
- OC: Update config to support `OpenCore` v0.7.5

Expand Down
4 changes: 4 additions & 0 deletions Docs/Changelog_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
* 更新 `Lilu` v1.5.7
* 更新 `AppleALC` v1.6.6
* 更新 `WhateverGreen` v1.5.5
* 更新 `HibernationFixup` v1.4.5
* 更新 `VoodooPS2` v2.2.7
* 更新 `VoodooI2C` v2.6.5(更新至)
* 更新 `BlueToolFixup` v2.6.1
Expand All @@ -20,6 +21,9 @@
### 新增
* 新增回 `complete-modeset-framebuffers` 来修复 HDMI

### 变更
* KBL: 修改 SMBIOS 机型为 `MacBookPro15,2` 来支持 macOS12 上的英特尔蓝牙

### OC
* OC: 更新 config 来支持 `OpenCore` v0.7.5

Expand Down
2 changes: 1 addition & 1 deletion Docs/README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
- 使用了 `SSDT-USB` 来禁用它以节省电量
- **英特尔蓝牙** 不支持部分蓝牙设备
- 如果使用 macOS12+,你不能 `关闭蓝牙` 再重新启用,需要 重新启动/`sudo pkill bluetoothd` 才能启用
- 如果使用 macOS12+,你可能需要使用 `MacBookPro14,1``MacBookPro15,2` SMBIOS 机型来驱动英特尔蓝牙
- 如果使用 macOS12+,你可能需要使用 `MacBookPro15,2` SMBIOS 机型来驱动英特尔蓝牙
- 阅读 [蓝牙解决方案](https://github.com/daliansky/XiaoMi-Pro-Hackintosh/wiki/蓝牙解决方案)
- **英特尔无线网卡** 性能不佳
- 推荐使用 macOS Big Sur 或更高版本;macOS 版本低于11的话需要重建缓存重启如果英特尔无线网卡不工作
Expand Down
2 changes: 1 addition & 1 deletion OC/config_kbl.plist
Original file line number Diff line number Diff line change
Expand Up @@ -1280,7 +1280,7 @@
<key>SystemMemoryStatus</key>
<string>Auto</string>
<key>SystemProductName</key>
<string>MacBookPro15,4</string>
<string>MacBookPro15,2</string>
<key>SystemSerialNumber</key>
<string>W00000000001</string>
<key>SystemUUID</key>
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
- Have used `SSDT-USB` to disable it in order to save power
- **Intel Bluetooth** does not support some Bluetooth devices
- On macOS12+, you can not `Turn Bluetooth Off` and turn it back on; a restart/`sudo pkill bluetoothd` is required to turn it on
- On macOS12+, you may have to use `MacBookPro14,1` or `MacBookPro15,2` SMBIOS model to drive Intel Bluetooth
- On macOS12+, you may have to use `MacBookPro15,2` SMBIOS model to drive Intel Bluetooth
- View [Work-Around-with-Bluetooth](https://github.com/daliansky/XiaoMi-Pro-Hackintosh/wiki/Work-Around-with-Bluetooth)
- **Intel Wi-Fi** works with low performance
- macOS Big Sur or higher is recommended; macOS version < 11 needs to rebuild kextcache and restart if Intel Wi-Fi does not work
Expand Down

0 comments on commit 0ef79f1

Please sign in to comment.