Contribute
Register

BCM43224 no longer working in Sierra

Status
Not open for further replies.
I am not able to get as how should I apply that patch.

Use a plist editor such as Xcode or PlistEdit Pro to place the patch in your config.plist/KernelAndKextPatches/KextsToPatch.
 
Use a plist editor such as Xcode or PlistEdit Pro to place the patch in your config.plist/KernelAndKextPatches/KextsToPatch.


Done that also, still no luck... :/
 

Attachments

  • attachment2.zip
    4.8 MB · Views: 55
Done that also, still no luck... :/

The patch you have does not match the board-id you're using.
You're using "Mac-2E6FAB96566FE58C".
The patch you have:
Code:
SPEEDY-NUC:patch-nvme.git rehabman$ pbpaste|xxd -r -p|xxd
00000000: 4d61 632d 4336 4546 4136 3339 3632 4643  Mac-C6EFA63962FC
00000010: 3645 4130                                6EA0
SPEEDY-NUC:patch-nvme.git rehabman$ pbpaste|xxd -r -p|xxd
00000000: 4d61 632d 3237 4144 4242 3742 3443 4545  Mac-27ADBB7B4CEE
00000010: 3845 3631                                8E61

There is a patch (that I created) that does not depend on board-id at all. It enables for all board-id.
 
The patch you have does not match the board-id you're using.
You're using "Mac-2E6FAB96566FE58C".
The patch you have:
Code:
SPEEDY-NUC:patch-nvme.git rehabman$ pbpaste|xxd -r -p|xxd
00000000: 4d61 632d 4336 4546 4136 3339 3632 4643  Mac-C6EFA63962FC
00000010: 3645 4130                                6EA0
SPEEDY-NUC:patch-nvme.git rehabman$ pbpaste|xxd -r -p|xxd
00000000: 4d61 632d 3237 4144 4242 3742 3443 4545  Mac-27ADBB7B4CEE
00000010: 3845 3631                                8E61

There is a patch (that I created) that does not depend on board-id at all. It enables for all board-id.

What should I do now.?? Please help.
 

Attachments

  • config.plist
    14.6 KB · Views: 158
Last edited:
there are lot of patches in your github, which I should use. Sorry I am being too annoying.

Open the config_master.plist in a plist editor.
Search for 'whitelist'.
 

Attachments

  • config.plist
    14.6 KB · Views: 100
Status
Not open for further replies.
Back
Top