Contribute
Register

[solved] Broadcom BCM94322HM8L Question

Status
Not open for further replies.
Downloaded Xcode 9.2 and 9.1..... both not working with 10.12.5..... :banghead:

Do some research and found out that I need Xcode 8.3.3 and trying to download it now.....

At the same time, I found some ACSII, HEX, Base64 converter and have tried converting the values like this.....
View attachment 298428

You can convert from hex to base64 quite easily using Terminal:
Code:
echo -n 483b45e0 7514 | xxd -r -p | base64

But really, you should use Xcode or PlistEdit Pro.
 
You can convert from hex to base64 quite easily using Terminal:
Code:
echo -n 483b45e0 7514 | xxd -r -p | base64

But really, you should use Xcode or PlistEdit Pro.
I'm only making changes to the config.plist using PostEdit Pro..... Still nothing showing up..... :crazy:
Screen Shot 2017-12-10 at 1.50.28 PM.png
 

Attachments

  • CLOVER.zip
    1.2 MB · Views: 63
Not sure if I have missed something but the system still does not recognize the card..... :banghead:

Screen Shot 2017-12-11 at 8.58.54 PM.png
 

Attachments

  • Screen Shot 2017-12-11 at 8.57.27 PM.png
    Screen Shot 2017-12-11 at 8.57.27 PM.png
    851.5 KB · Views: 110
  • Screen Shot 2017-12-11 at 8.58.09 PM.png
    Screen Shot 2017-12-11 at 8.58.09 PM.png
    751.2 KB · Views: 112
  • CLOVER.zip
    1.2 MB · Views: 51
  • Gareth’s Mac.ioreg.zip
    612.2 KB · Views: 57
Not sure if I have missed something but the system still does not recognize the card..... :banghead:

View attachment 299030

Your ioreg shows 10.12.5.
But your patch is for 10.13.x.

Also (after you fix that), make sure you rebuild cache:
Code:
sudo kextcache -i /

Then reboot.

Clover can only patch kexts that are in cache.
 
Your ioreg shows 10.12.5.
But your patch is for 10.13.x.

Also (after you fix that), make sure you rebuild cache:
Code:
sudo kextcache -i /

Then reboot.

Clover can only patch kexts that are in cache.
When I rebuild the cache, I got these messages. Are they OK?
Screen Shot 2017-12-12 at 7.47.26 PM.png
 
After update the patch to the 10.12 patch, reinstall the kexts and rebuild the cache, my wifi card comes to life...... :clap:

Now I need to figure it out what else I need to do to have my card fully functional..... :thumbup:

Screen Shot 2017-12-12 at 7.58.32 PM.png
 
Last edited:
After update the patch to the 10.12 patch, reinstall the kexts and rebuild the cache, my wifi card comes to life...... :clap:

Now I need to figure it out what else I need to do to have my card fully functional..... :thumbup:

View attachment 299195

What is the issue?
 
Status
Not open for further replies.
Back
Top