- UID
- 1145658
- 最后登录
- 1970-1-1
- 阅读权限
- 40
- 精华
- 主题
- 回帖
- 0
- 积分
- 784
- PB币
-
- 威望
-
- 贡献
-
- 技术
-
- 活跃
-
|
本帖最后由 realbamboo 于 2023-5-11 13:51 编辑
有部份硬件升级到13.3以上无线网卡及大部份有线网卡会出现问题。这一般发生在13.3及以上启用AppleVTD同时拥有16G以上内存。即使使用了SSDT-DMAR.aml也不能避免。
In macOS 13.3, WiFi and most Ethernet devices stop working when AppleVTD is enabled and system has more than 16GB memory. This affects motherboards that have one or more Reserved Memory Regions in their DMA Remap table (DMAR). The problem exists even if Reserved Memory Regions are removed and a substitute SSDT-DMAR.aml is injected.
This quirk side-steps the problem, allowing WiFi and Ethernet devices to function once again. It restores the behavior that existed in earlier versions of Ventura.
This quirk patches IOPCIFamily.kext.
解决方式在OC (OpenCore) 0.9.2有加了一个Kernel-qirks-DisableIoMapperMapping
注意如果你用opencore-configuration要用最新版才可以。
并且主板开VT-D
github.com-fixAppleVTD
旧的opencore (0.9.1及以下)也可以通过patch解决。
Ventura-AppleVTD-Patchhttps://github.com/acidanthera/OpenCorePkg/pull/440
祝大家快乐。
Ventura-AppleVTD-Patch
https://github.com/CaseySJ/Ventura-AppleVTD-Patch
|
评分
-
1
查看全部评分
-
|