SongXiaoXi / AppleIGC

Intel 2.5G Ethernet(i225/i226) driver for macOS
128 stars 11 forks source link

Catalina Compatibility? #11

Open nishyp opened 6 months ago

nishyp commented 6 months ago

Would there potentially be any issues using this with Catalina?

OnSale1980 commented 4 months ago

does intel 2.5g NIC supported on Catalina or it starting from Big Sur or newer macOS?

5T33Z0 commented 1 month ago

does intel 2.5g NIC supported on Catalina or it starting from Big Sur or newer macOS?

In my tests AppleIGC worked fine in Catalina.

Previously, a device-id spoof and Kernel Patch was required to use the Intel I225-V NIC in Catalina, so that it would utilze the Intel I219 kext. But the official support for the I225 came with Big Sur+.

In order to make AppleIGC work, you may have to add a DMAR table with removed Reserved Memory Regions while dropping the original DMAR table (you can use SSDTTime to do this). The quirk DisableIoMapperMapping may also be required if you cannot connect to the Internet.