İmzamdaki pc'e venturayı sorunsuz kurdum kullanıyorum ancak içsel wifi ve bluetooth çalışmıyor. Yabancı forumda bir xml patch paylaşılmış ama nereye nasıl uygulayacağımı anlamadım. Yardım edenlere şimdiden sevgi ve saygılarımla.
Problem:
Result:
<dict>
<key>Arch</key>
<string>x86_64</string>
<key>Base</key>
<string>__ZN17IOPCIConfigurator18IOPCIIsHotplugPortEP16IOPCIConfigEntry</string>
<key>Comment</key>
<string>CaseySJ - Fix IOPCIIsHotplugPort</string>
<key>Count</key>
<integer>1</integer>
<key>Enabled</key>
<true/>
<key>Find</key>
<data>hNt1S0GLVzg=</data>
<key>Identifier</key>
<string>com.apple.iokit.IOPCIFamily</string>
<key>Limit</key>
<integer>0</integer>
<key>Mask</key>
<data></data>
<key>MaxKernel</key>
<string>22.99.99</string>
<key>MinKernel</key>
<string>22.0.0</string>
<key>Replace</key>
<data>hNvrS0GLVzg=</data>
<key>ReplaceMask</key>
<data></data>
<key>Skip</key>
<integer>0</integer>
</dict>
Problem:
- On AMD AM5 motherboards from Asus (and possibly other vendors) that contain built-in Thunderbolt, we cannot enable both Thunderbolt and internal WiFi at the same time
- This happens in macOS Ventura only (not in Monterey and Big Sur)
- If internal Thunderbolt and internal WiFi are both enabled in BIOS, then:
- I225-V Ethernet port vanishes
- Internal WiFi vanishes
- Any PCIe add-in-card in second slot (PCX1) vanishes, including my Fenvi FV-T919 WiFi/BT
- Apply the patch shown below to fix the problem:
- ARCH: x86_64
- Identifier: com.apple.iokit.IOPCIFamily
- Base: __ZN17IOPCIConfigurator18IOPCIIsHotplugPortEP16IOPCIConfigEntry
- Comment: CaseySJ - Fix IOPCIIsHotplugPort
- Find: 84DB754B 418B5738
- Replace: 84DBEB4B 418B5738
- MinKernel: 22.0.0
- MaxKernel: 22.99.99
- Count: 1
- Enabled: True
Result:
- With patch applied to Ventura
- BIOS -> Thunderbolt -> Enabled
- BIOS -> WiFi -> Enabled
- BIOS -> Bluetooth -> Enabled
<dict>
<key>Arch</key>
<string>x86_64</string>
<key>Base</key>
<string>__ZN17IOPCIConfigurator18IOPCIIsHotplugPortEP16IOPCIConfigEntry</string>
<key>Comment</key>
<string>CaseySJ - Fix IOPCIIsHotplugPort</string>
<key>Count</key>
<integer>1</integer>
<key>Enabled</key>
<true/>
<key>Find</key>
<data>hNt1S0GLVzg=</data>
<key>Identifier</key>
<string>com.apple.iokit.IOPCIFamily</string>
<key>Limit</key>
<integer>0</integer>
<key>Mask</key>
<data></data>
<key>MaxKernel</key>
<string>22.99.99</string>
<key>MinKernel</key>
<string>22.0.0</string>
<key>Replace</key>
<data>hNvrS0GLVzg=</data>
<key>ReplaceMask</key>
<data></data>
<key>Skip</key>
<integer>0</integer>
</dict>