Contribute
Register

HP 840 G1 not seeing BCM943224HMS WiFi

Status
Not open for further replies.
Joined
Mar 6, 2013
Messages
9
Motherboard
ASRock << need model # >> See Forum Rules !!
CPU
i5-4570
Graphics
R9 390
Mac
  1. MacBook Air
Classic Mac
  1. eMac
Mobile Phone
  1. iOS
Does anyone know what wifi card works best in a 840 g1? I tried a Hp BCM943224HMS, but it's not being detected. Running 10.10.5 and the latest HP installer.

Any help is appreciated.

Thanks!
 
Thanks Rehabman!

See attached.
 

Attachments

  • BadWolf.ioreg
    6.7 MB · Views: 255
Thanks Rehabman!

See attached.

According to your bootlog (extracted from ioreg), you're using a WiFi whitelist patch:
Code:
0:104  0:000  KextToPatch 2: AirPortBrcm4360 (Broadcom 43224 whitelist) Kext bin patch, data len: 20

Also, according to ioreg, you're using MacBookAir5,2.

Whitelist patch is not needed with MacBookAir5,2 and, in fact, is counter productive.

Remove whitelist patch or change to intended SMBIOS (as intended by the whitelist patch you're using).

If PBI-CE gave you MacBookAir5,2 and the whitelist patch, it is a bug in PBI-CE.

--

Also...

Please provide complete details in your profile/signature
(Profile/Settings link in upper right corner of this site)

System: manufacturer/model + bootloader(Clover/Chameleon/Chimera)
CPU: detailed CPU model + motherboard chipset
Graphics: all graphics devices + laptop internal screen resolution

For example, typical Ivy laptop:
Mobo: HP ProBook 4540s (Clover)
CPU: i5-3320m/HM76
Graphics: HD4000, 1366x768

Use CPU-Z on Windows to find CPU (Core iX-xxx) and motherboard chipset (HMxx), and graphics capabilities. For a laptop, these details are important and affect critical installation procedures.
 
According to your bootlog (extracted from ioreg), you're using a WiFi whitelist patch:
Code:
0:104  0:000  KextToPatch 2: AirPortBrcm4360 (Broadcom 43224 whitelist) Kext bin patch, data len: 20

Also, according to ioreg, you're using MacBookAir5,2.

Whitelist patch is not needed with MacBookAir5,2 and, in fact, is counter productive.

Remove whitelist patch or change to intended SMBIOS (as intended by the whitelist patch you're using).

--

Also...

Please provide complete details in your profile/signature
(Profile/Settings link in upper right corner of this site)

System: manufacturer/model + bootloader(Clover/Chameleon/Chimera)
CPU: detailed CPU model + motherboard chipset
Graphics: all graphics devices + laptop internal screen resolution

For example, typical Ivy laptop:
Mobo: HP ProBook 4540s (Clover)
CPU: i5-3320m/HM76
Graphics: HD4000, 1366x768

Use CPU-Z on Windows to find CPU (Core iX-xxx) and motherboard chipset (HMxx), and graphics capabilities. For a laptop, these details are important and affect critical installation procedures.


how do I remove a whitelist patch?
 
how do I remove a whitelist patch?

Edit config.plist/KernelAndKextPatches/KextsToPatch section. The patch is clearly identified with the Comment.

More info in the Clover wiki: http://clover-wiki.zetam.org/Home

(good idea to become familiar with the software you're using).

Always use a plist editor, never a text editor to edit your config.plist.
 
Edit config.plist/KernelAndKextPatches/KextsToPatch section. The patch is clearly identified with the Comment.

More info in the Clover wiki: http://clover-wiki.zetam.org/Home

(good idea to become familiar with the software you're using).

Always use a plist editor, never a text editor to edit your config.plist.

Now I can see it, but wifi says off and clicking turn on doesn't do anything
 

Attachments

  • image.jpg
    image.jpg
    991.1 KB · Views: 405
Now I can see it, but wifi says off and clicking turn on doesn't do anything

Use the button on your keyboard deck (or wherever the WiFi power toggle is on this laptop).

--

Please fill out your profile as requested in post #4 before replying.
 
If you selected HP 8x0 G1 in PBI CE, it will create a config.plist with MacBookPro 11,1. MacbookAir 5,2 is SMBIOS for 9470m only, they are for IvyBridge model not Haswell!

I believe you changed SMBIOS after running PBI CE!

Also the patch from PBI CE is generated to suit the current SMBIOS, so even if PBI CE generated the MBA 5,2 SMBIOS, the patch generated will not do anything because find and replace are the same.
Code:
findsmbios=$(printf "Mac-2E6FAB96566FE58C" | base64)
    patchsmbios=$(printf "$boardprod" | base64)
 
If you selected HP 8x0 G1 in PBI CE, it will create a config.plist with MacBookPro 11,1. MacbookAir 5,2 is SMBIOS for 9470m only, they are for IvyBridge model not Haswell!

I believe you changed SMBIOS after running PBI CE!

Also the patch from PBI CE is generated to suit the current SMBIOS, so even if PBI CE generated the MBA 5,2 SMBIOS, the patch generated will not do anything because find and replace are the same.
Code:
findsmbios=$(printf "Mac-2E6FAB96566FE58C" | base64)
    patchsmbios=$(printf "$boardprod" | base64)

Evidence suggests the OP changed the SMBIOS after running PBI-CE. Evidence: non-working WiFi, due to (patched) WiFi whitelist.
 
Status
Not open for further replies.
Back
Top