@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