Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Solved Ethernet i225-V with a Kernel Patch #164

Open
wants to merge 20 commits into
base: master
Choose a base branch
from

Conversation

RobyRew
Copy link

@RobyRew RobyRew commented May 22, 2021

As you can see here the Ethernet card for this MoBo can be now used without a kext, just a simple kernel patch

<key>Base</key>
<string>__Z18e1000_set_mac_typeP8e1000_hw</string>
<key>Comment</key>
<string>Fixing I225-V Ethernet</string>
<key>Enabled</key>
<true/>
<key>Find</key>
<data>8hUAAA==</data>
<key>Identifier</key>
<string>com.apple.driver.AppleIntelI210Ethernet</string>
<key>MinKernel</key>
<string>19.0.0</string>
<key>Replace</key>
<data>8xUAAA==</data>

I deleted the kext, and deleted from config.plist, now its clean under Kernel>Patch

@g3d
Copy link

g3d commented Sep 7, 2021

@SchmockLord can you check if this one should be included as well?

@SchmockLord
Copy link
Owner

@g3d This is just another way of getting the i225-V supported. But: This only works for people with Big Sur 11.3 or newer. And in the past there were always people that use an older macOS. And as soon as I applied fixes like this those people are raising issues like "I225-V not working with your current release". And I try to avoid that. The IntelMausiEthernet.kext should be working for older and newer macOS versions.

@g3d
Copy link

g3d commented Sep 7, 2021

@SchmockLord should we close it then?

@gtrooper
Copy link

gtrooper commented Sep 7, 2021

@SchmockLord should we close it then?

Exactly... Everyone understands that "Natively Supported" is better but unless this specific Kext (Mausi) is causing an issue then the preferred way is the Kext which supports a lot of macOS Versions.

@wutaijieing
Copy link

1

As you can see here the Ethernet card for this MoBo can be now used without a kext, just a simple kernel patch

<key>Base</key> <string>__Z18e1000_set_mac_typeP8e1000_hw</string> <key>Comment</key> <string>Fixing I225-V Ethernet</string> <key>Enabled</key> <true/> <key>Find</key> <data>8hUAAA==</data> <key>Identifier</key> <string>com.apple.driver.AppleIntelI210Ethernet</string> <key>MinKernel</key> <string>19.0.0</string> <key>Replace</key> <data>8xUAAA==</data>

I deleted the kext, and deleted from config.plist, now its clean under Kernel>Patch

I225-v how to add wake on LAN?

@RobyRew
Copy link
Author

RobyRew commented Jan 25, 2022

1

As you can see here the Ethernet card for this MoBo can be now used without a kext, just a simple kernel patch
<key>Base</key> <string>__Z18e1000_set_mac_typeP8e1000_hw</string> <key>Comment</key> <string>Fixing I225-V Ethernet</string> <key>Enabled</key> <true/> <key>Find</key> <data>8hUAAA==</data> <key>Identifier</key> <string>com.apple.driver.AppleIntelI210Ethernet</string> <key>MinKernel</key> <string>19.0.0</string> <key>Replace</key> <data>8xUAAA==</data>
I deleted the kext, and deleted from config.plist, now its clean under Kernel>Patch

I225-v how to add wake on LAN?

Should be enabled on BIOS

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants