Contribute
Register

[FAQ] READ FIRST! Laptop Frequent Questions

The BT on BCM94352HMB will simply not be used.
sorry but where you read BCM94352HMB?
i see this part
Here is the list of recommended compatible wifi cards:
- HP Probook 4x30s: the laptop has whitelist BIOS, so only usable card is HP-branded Atheros AR5B195 (HP part# 593127-001). You can also use a rebranded AR5BHB92 (AR9280).
- HP Probook 6x60b/5330m, HP Elitebook 8x60p/2x60p: the laptop has whitelist BIOS, so only usable card is HP-branded Broadcom 43224HMS (582564-001/582564-002)
- For laptops with NGFF/M.2 WiFi slot: BCM94352Z or BCM94350ZAE (? not tested/not recommended) or BCM943602BAED (works but may require additional antenna leads to be installed)
- Other laptop:
WIFI ONLY: Atheros AR9280/9285, Broadcom 4322/43224 (better OS X feature support)
WIFI+BT: AR5B195 (not recommended), Broadcom 43225HMB/4352HMB (better OS X feature support)
 
sorry but where you read BCM94352HMB?
i see this part
Here is the list of recommended compatible wifi cards:
- HP Probook 4x30s: the laptop has whitelist BIOS, so only usable card is HP-branded Atheros AR5B195 (HP part# 593127-001). You can also use a rebranded AR5BHB92 (AR9280).
- HP Probook 6x60b/5330m, HP Elitebook 8x60p/2x60p: the laptop has whitelist BIOS, so only usable card is HP-branded Broadcom 43224HMS (582564-001/582564-002)
- For laptops with NGFF/M.2 WiFi slot: BCM94352Z or BCM94350ZAE (? not tested/not recommended) or BCM943602BAED (works but may require additional antenna leads to be installed)
- Other laptop:
WIFI ONLY: Atheros AR9280/9285, Broadcom 4322/43224 (better OS X feature support)
WIFI+BT: AR5B195 (not recommended), Broadcom 43225HMB/4352HMB (better OS X feature support)

BCM94352HMB same as BCM4352HMB.
 
My WiFi (AR9285), does not work after sleep. Shows the active status, performs the search for networks, but finds no network available. It only goes back to connect if I reboot the laptop. The Bluetooth continues to function after sleep. The "Wake for Wifi network access" option is disabled. How can I fix it?
 
My WiFi (AR9285), does not work after sleep. Shows the active status, performs the search for networks, but finds no network available. It only goes back to connect if I reboot the laptop. The Bluetooth continues to function after sleep. The "Wake for Wifi network access" option is disabled. How can I fix it?

This not a troubleshooting thread.
Open a separate thread with complete problem reporting files as per FAQ.
 
Two questions on installing kexts:

(1) For 10.11+, kexts can be installed by just issuing these two commands back-to-back?
Code:
sudo cp -R /path/to/kextToInstall.kext  /Library/Extensions/
sudo kextcache -i /

(2) Are there some kexts that when installed to /Library/Extensions/ show up in the list of files and directories there as "Contents" rather than as, say, AwesomeKext.kext? Or does seeing "Contents" in the listing indicate that the kext was not installed correctly?
 
Two questions on installing kexts:

(1) For 10.11+, kexts can be installed by just issuing these two commands back-to-back?
Code:
sudo cp -R /path/to/kextToInstall.kext  /Library/Extensions/
sudo kextcache -i /

First is to install kext.
Second is to rebuild cache.

(2) Are there some kexts that when installed to /Library/Extensions/ show up in the list of files and directories there as "Contents" rather than as, say, AwesomeKext.kext? Or does seeing "Contents" in the listing indicate that the kext was not installed correctly?

If you have a question regarding kextcache output, you would need to attach the output here.
 
(2) Are there some kexts that when installed to /Library/Extensions/ show up in the list of files and directories there as "Contents" rather than as, say, AwesomeKext.kext? Or does seeing "Contents" in the listing indicate that the kext was not installed correctly?

If you have a question regarding kextcache output, you would need to attach the output here.
I am trying to install ACPIBatteryManagerKext.kext. It appears in /Libary/Extensions/ as "Contents".


Code:
Last login: Wed May 16 13:43:18 on ttys000
wartys-MacBook-Pro:~ Home$ sudo cp -R /Users/Home/Desktop/HighSierraHelperFiles/ACPIBatteryManager.kext/ /Library/Extensions/
Password:

wartys-MacBook-Pro:~ Home$ sudo kextcache -i /

Kext with invalid signatured (-67062) allowed: <OSKext 0x7f89fb861800 [0x7fff9d939af0]> { URL = "ApplePS2Keyboard.kext/ -- file:///Library/Extensions/ApplePS2SmartTouchPad.kext/Contents/PlugIns/", ID = "org.emlydinesh.driver.ApplePS2Keyboard" }

Kext with invalid signatured (-67062) allowed: <OSKext 0x7f89fb85f770 [0x7fff9d939af0]> { URL = "ApplePS2Controller.kext/ -- file:///Library/Extensions/ApplePS2SmartTouchPad.kext/Contents/PlugIns/", ID = "org.emlydinesh.driver.ApplePS2Controller" }

Kext with invalid signatured (-67062) allowed: <OSKext 0x7f89f8413df0 [0x7fff9d939af0]> { URL = "ApplePS2SmartTouchPad.kext/ -- file:///Library/Extensions/", ID = "org.emlydinesh.driver.ApplePS2SmartTouchPad" }

KernelCache ID: 1E0D35E4C67C70E48AE2448A6AC75144

Kext with invalid signatured (-67062) allowed: <OSKext 0x7ff6f1f06c10 [0x7fff9d939af0]> { URL = "ApplePS2SmartTouchPad.kext/ -- file:///Library/Extensions/", ID = "org.emlydinesh.driver.ApplePS2SmartTouchPad" }

Kext with invalid signatured (-67062) allowed: <OSKext 0x7ff6f487d050 [0x7fff9d939af0]> { URL = "ApplePS2Controller.kext/ -- file:///Library/Extensions/ApplePS2SmartTouchPad.kext/Contents/PlugIns/", ID = "org.emlydinesh.driver.ApplePS2Controller" }

Kext with invalid signatured (-67062) allowed: <OSKext 0x7ff6f487dc10 [0x7fff9d939af0]> { URL = "ApplePS2Keyboard.kext/ -- file:///Library/Extensions/ApplePS2SmartTouchPad.kext/Contents/PlugIns/", ID = "org.emlydinesh.driver.ApplePS2Keyboard" }
kexts.jpg
 
Back
Top