Contribute
Register

Gigabyte Z490 Vision D (Thunderbolt 3) + i5-10400 + AMD RX 580

- Add boot-arg e1000=0 to prevent DEXT from attaching to I225 ethernet.
- Inject AppleIntelI210Ethernet.kext from macOS Monterey.
@juseon123 Thaks for the help.

This is what I did:

Added e1000=0 to prevent DEXT from attaching to I225 ethernet.
Added dart=0 to prevent Apple-VTD

So. my boot args is now: dart=0 e1000=0 keepsyms=1 debug=0x100 alcid=11 shikigva=80

I added the following to config.plist to inject AppleIntelI210Ethernet
<dict>
<key>Arch</key>
<string>Any</string>
<key>BundlePath</key>
<string>AppleIntelI210Ethernet.kext</string>
<key>Comment</key>
<string>Fix for Ventura 13.3b4</string>
<key>Enabled</key>
<true/>
<key>ExecutablePath</key>
<string>Contents/MacOS/AppleIntelI210Ethernet</string>
<key>MaxKernel</key>
<string></string>
<key>MinKernel</key>
<string></string>
<key>PlistPath</key>
<string>Contents/Info.plist</string>
</dict>
But it's still not working WiFi and Ethernet.
Do I need to get rid of IntelMousi.kext?
Or what else?
Thanks again for your help!!

Michele
 
@juseon123 Thaks for the help.

This is what I did:

Added e1000=0 to prevent DEXT from attaching to I225 ethernet.
Added dart=0 to prevent Apple-VTD

So. my boot args is now: dart=0 e1000=0 keepsyms=1 debug=0x100 alcid=11 shikigva=80

I added the following to config.plist to inject AppleIntelI210Ethernet
<dict>
<key>Arch</key>
<string>Any</string>
<key>BundlePath</key>
<string>AppleIntelI210Ethernet.kext</string>
<key>Comment</key>
<string>Fix for Ventura 13.3b4</string>
<key>Enabled</key>
<true/>
<key>ExecutablePath</key>
<string>Contents/MacOS/AppleIntelI210Ethernet</string>
<key>MaxKernel</key>
<string></string>
<key>MinKernel</key>
<string></string>
<key>PlistPath</key>
<string>Contents/Info.plist</string>
</dict>
But it's still not working WiFi and Ethernet.
Do I need to get rid of IntelMousi.kext?
Or what else?
Thanks again for your help!!

Michele
Remove Dart=0
Set DisableIOMapper to Yes or disable VT-d in BIOS.
Basically, undo the process to enable AppleVTD.

IntelMausi.kext is required for Intel I219 ethernet.
 
Hi,
I installed the 13.3 Public beta 4 today and I lost both WiFi (I'm using an Apple WifiBluetooh card taken out of an old MacBook) and one of the 2 Ethernet ports (en0) which I think is the 2.5GbE LAN chip.
The other ethernet port seems to be working and a USB WiFI adapter is also working.

I probably need an updated kext of something but I'm not sure where to start.

I'm attaching my config.plist without serials. Running OC 0.8.9

Thanks
Miche


This happened to me with the ß2 version. It was solved with ß3 and I just installed ß4 and everything is still smooth.
Very strange...
 
Updated to Ventura 13.3 release, but still no WiFi and I219 ethernet when AppleVTD is activated. Is anyone experiencing the same?
 
Updated to Ventura 13.3 release, but still no WiFi and I219 ethernet when AppleVTD is activated. Is anyone experiencing the same?
I have the same experience. I just left VT-D off.
 
Same issue with Wi-Fi disabled on latest update. I need VTD enabled to run antelope software. Any suggestions?
 
Same issue with Wi-Fi disabled on latest update. I need VTD enabled to run antelope software. Any suggestions?
You maybe able to downgrade to 13.3 beta 2 which did not have this issue. It is still downloadable from the Apple server.
 
You maybe able to downgrade to 13.3 beta 2 which did not have this issue. It is still downloadable from the Apple server.
On my system the following behavior is seen with Ventura 13.3:

AppleVTD enabled:
  • Intel i225-V 2.5GbE port works fine; I have Revision 0x0002 (screenshot below)
  • Broadcom WiFi/BT does not connect, nor does it see any SSIDs
    • This used to work in Ventura 13.2
    • This problem does not happen with the same Fenvi card on other Hackintoshes that I own (Asus Z690, Gigabyte Z390)
AppleVTD disabled:
  • Intel 225-V 2.5GbE will only work if we inject AppleIntelI210Ethernet.kext from Monterey and use boot argument e1000=0
  • Broadcom WiFi/BT connects and works properly
Screenshot 2023-03-27 at 4.07.28 PM.png

Attached is a newer SSDT-DMAR.aml, but the outcome is the same.
 

Attachments

  • SSDT-DMAR.aml
    104 bytes · Views: 41
On my system the following behavior is seen with Ventura 13.3:

AppleVTD enabled:
  • Intel i225-V 2.5GbE port works fine; I have Revision 0x0002 (screenshot below)
  • Broadcom WiFi/BT does not connect, nor does it see any SSIDs
    • This used to work in Ventura 13.2
    • This problem does not happen with the same Fenvi card on other Hackintoshes that I own (Asus Z690, Gigabyte Z390)
AppleVTD disabled:
  • Intel 225-V 2.5GbE will only work if we inject AppleIntelI210Ethernet.kext from Monterey and use boot argument e1000=0
  • Broadcom WiFi/BT connects and works properly
View attachment 565073
Attached is a newer SSDT-DMAR.aml, but the outcome is the same.
Thank you,
I will try that updated dmar table and respond with my result. Really hope see are able to figure this out.
 
Back
Top