Jump to content

z97n-wifi not working


noodlesz
 Share

5 posts in this topic

Recommended Posts

There is no WiFi option in my network preferences!
I used [url="http://www.insanelymac.com/forum/topic/279450-why-insanelymac-does-not-support-tonymacx86/"]#####[/url] to install my .kexts from https://infernus.org/z97n-wifi-azurewave-ce-123h-and-el-capitan/

I do have a z97n-wifi MOBO

Upon restarting my computer, none of the CUSTOM KEXTS are loaded? Help.

If I try a custom kextload i get the msg "failed to load - (libkern/kext) not found""
this is for BcrmBluetoothInjector.kext

and I get this msg for FakePCIID_BCM94362z_AS_BCM94360CS2
"failed to load - (libkern/kext) authetnication failure"



Now, when I use sudo to avoid this issue here is my error:
"The system extension "/System/Library/Extensions/FakePCIID_BCM94362z_AS_BCM94360CS2.kext" was installed improperly and cannot be used. Please try reinstalling it, or contact the product's vendor for an update."
 
 

 

Link to comment
Share on other sites

kexts needs to be owned by root (uid 0):wheel (gid 0) in order to load via kextload and automatically from /System/Library/Extensions.

 

assuming the kexts are still in /System/Library/Extensions, run

 
sudo chown -R 0:0 /System/Library/Extensions
sudo kextcache -system-prelinked-kernel
 
If you installed these kexts into the Clover folder location like how it's explained on the link you provided, they would have loaded just fine at boot time as is.
Link to comment
Share on other sites

How do you expect a working wifi using Broadcom FAKEPCIID?

Your wifi card is the Atheros AR5BWB222 and it isn't supported by OSX....


Here it is the list of native and compatible wifi cards:

OOB Broadcom:

  1. BCM94360HMB 
  2. BCM94360CD 
  3. BCM94331CD
  4. BCM943224 HMS/HMB 

OOB Atheros:

  1. AR9280
  2. AR9380

Compatible Broadcom:

  1. BCM94352 HMB 
  2. BCM943225 HMS 
  3. BCM943225 HMB 

Compatible Atheros:

  1. AR9285 
  2. AR9287
  • Like 1
Link to comment
Share on other sites

 Share

×
×
  • Create New...