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

Guide for Enabling Broadcom Ethernet on macOS11+ #112

Open
unitedastronomer opened this issue Apr 7, 2024 · 0 comments
Open

Guide for Enabling Broadcom Ethernet on macOS11+ #112

unitedastronomer opened this issue Apr 7, 2024 · 0 comments

Comments

@unitedastronomer
Copy link

unitedastronomer commented Apr 7, 2024

CatalinaBCM5701Ethernet

You could use the CatalinaBCM5701Ethernet.kext provided in OCLP.

How to use:

  1. Add your device-id in the kext's Info.plist.
  2. Set MinKernel to 20.0.0.

Add these to Kernel -> Patch AS IT IS:

Identifier* Find Replace minKernel Comment
com.apple.iokit.CatalinaBCM5701Ethernet E8CA9EFF FF668983 00050000 B8B41600 00668983 00050000 20.0.0 Broadcom BCM577XX Patch

Cosmetic

This is optional. You could also apply a Kernel -> Patch to show the correct model in System Report, edit accordingly to match your model.

Identifier* Find Replace minKernel Comment
com.apple.iokit.CatalinaBCM5701Ethernet 35373736 35 35373738 35 20.0.0 SysReport 57765 -> 57785 (Cosmetic)

3 5 3 7 3 7 3 6 3 5 -> 3 5 3 7 3 7 3 8 3 5

You could use HexFriend to find and replace these values instead of adding them on Kernel -> Patch.

Credits:

@unitedastronomer unitedastronomer changed the title Add a guide for Enabling Broadcom Ethernet on macOS11+ Guide for Enabling Broadcom Ethernet on macOS11+ Apr 24, 2024
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

No branches or pull requests

1 participant