CaseySJ
Moderator
- Joined
- Nov 11, 2018
- Messages
- 22,328
- Motherboard
- Asus ProArt Z690-Creator
- CPU
- i7-12700K
- Graphics
- RX 6800 XT
- Mac
- Classic Mac
- Mobile Phone
** macOS 13.3 WiFi / Ethernet Patch Discovered **
Alas it was not necessary to wait for 13.3 source code
Also posted to GitHub
Alas it was not necessary to wait for 13.3 source code
Also posted to GitHub
Problem:
On some systems such as Z390 Designare and Z490 Vision D, WiFi and Ethernet stopped working with macOS Ventura 13.3. This problem affects all motherboards whose native DMA remap table (DMAR) contains one or more Reserved Memory Regions. Further, this problem occurs only when AppleVTD is enabled and more than 16GB memory is installed.
Solution:
- You may re-enable AppleVTD if you disabled it
- Apply the following patch to config.plist -> Kernel -> patch
- Identifier: com.apple.iokit.IOPCIFamily
- Base: __ZN11IOPCIBridge20addBridgeMemoryRangeEyyb
- Comment: CaseySJ - Fix AppleVTD issue in 13.3+
- Find: 4C89F6E8 9AFF0000
- Replace: 4C89F690 90909090
- MinKernel: 22.4.0
- Count: 1
- Enabled: True
After applying this patch everything is back to normal:
Last edited: