Contribute
Register

BCM94350ZAE (14e4:43a3) not working in 10.11

Status
Not open for further replies.
I've made some progress on the wireless/bluetooth.

Taped pins 54 and 56 on the card (not sure if necessary).
Installed BRCMPatchRam for Bluetooth.

To enable devices, I booted into windows, pressed FN+PrntScr (wireless switch combo) to disable, waited 10 seconds, then did it again to re enable. I booted into OS X to find my bluetooth working and my Wi-Fi sortof working. The card (finally) enables. But after connecting to a network, it resets, then re enables, then repeat. Not quite sure why.

EDIT: Also, putting the laptop to sleep then waking it seems to put it back to the "non windows initialized" state :/
 
I've made some progress on the wireless/bluetooth.

Taped pins 54 and 56 on the card (not sure if necessary).
Installed BRCMPatchRam for Bluetooth.

To enable devices, I booted into windows, pressed FN+PrntScr (wireless switch combo) to disable, waited 10 seconds, then did it again to re enable. I booted into OS X to find my bluetooth working and my Wi-Fi sortof working. The card (finally) enables. But after connecting to a network, it resets, then re enables, then repeat. Not quite sure why.

EDIT: Also, putting the laptop to sleep then waking it seems to put it back to the "non windows initialized" state :/

Attach ioreg as ZIP: http://www.tonymacx86.com/audio/58368-guide-how-make-copy-ioreg.html. Please, use the IORegistryExplorer v2.1 attached to the post! DO NOT reply with an ioreg from any other version of IORegistryExplorer.app.

Provide output (in Terminal):
Code:
kextstat|grep -y acpiplat
kextstat|grep -y appleintelcpu
kextstat|grep -y applelpc
kextstat|grep -y applehda

Attach EFI/Clover folder as ZIP (press F4 at main Clover screen before collecting). Please eliminate 'themes' directory. Provide only EFI/Clover, not the entire EFI folder.

Attach output of (in Terminal):
Code:
sudo touch /System/Library/Extensions && sudo kextcache -u /

Compress all files as ZIP. Do not use external links. Attach all files using site attachments only.
 
Attach ioreg as ZIP: http://www.tonymacx86.com/audio/58368-guide-how-make-copy-ioreg.html. Please, use the IORegistryExplorer v2.1 attached to the post! DO NOT reply with an ioreg from any other version of IORegistryExplorer.app.

Provide output (in Terminal):
Code:
kextstat|grep -y acpiplat
kextstat|grep -y appleintelcpu
kextstat|grep -y applelpc
kextstat|grep -y applehda

Attach EFI/Clover folder as ZIP (press F4 at main Clover screen before collecting). Please eliminate 'themes' directory. Provide only EFI/Clover, not the entire EFI folder.

Attach output of (in Terminal):
Code:
sudo touch /System/Library/Extensions && sudo kextcache -u /

Compress all files as ZIP. Do not use external links. Attach all files using site attachments only.
Attached IOReg, Clover, and Console logs so you can see the errors from when the card restarts.

View attachment CLOVER.zip
View attachment WifiGlitchConsole.log.zip
View attachment WifiGlitchIOreg.zip
 
Attached IOReg, Clover, and Console logs so you can see the errors from when the card restarts.

View attachment 182705
View attachment 182706
View attachment 182707

Please provide all data requested in post #15.

The way your ioreg shows 'MacBookPro1' (instead of MacBookPro12,1) is a problem.

ACPI is not patched correctly. You should have in ACPI/patched (based on ACPI/origin):
DSDT.aml
SSDT.aml (from ssdtPRgen.sh).
SSDT-0.aml
SSDT-1.aml
SSDT-2.aml
SSDT-3.aml
SSDT-4.aml
SSDT-5.aml
SSDT-6.aml
SSDT-14.aml

SSDT-19.aml should be named something else (SSDT-CodecCommander?) so it is not confused with a patched SSDT. Just make sure it is included in SortedOrder.

Note: PNOT patch should not be used once you include all SSDTs.
 
Please provide all data requested in post #15.
Code:
[FONT=Menlo]Last login: Sat Mar 26 20:59:44 on console[/FONT]
[FONT=Menlo]Ahmans-MacBook-Pro:~ Nero$ kextstat|grep -y acpiplat[/FONT]
[FONT=Menlo]   12    2 0xffffff7f81c71000 0x60000    0x60000    com.apple.driver.AppleACPIPlatform (4.0) A29C7512-D3A8-3AED-9721-3A5FF1A32EB2 <11 10 7 6 5 4 3 1>[/FONT]
[FONT=Menlo]Ahmans-MacBook-Pro:~ Nero$ kextstat|grep -y appleintelcpu[/FONT]
[FONT=Menlo]Ahmans-MacBook-Pro:~ Nero$ kextstat|grep -y applelpc[/FONT]
[FONT=Menlo]Ahmans-MacBook-Pro:~ Nero$ kextstat|grep -y applehda[/FONT]
[FONT=Menlo]   87    1 0xffffff7f8273d000 0x1c000    0x1c000    com.apple.driver.AppleHDAController (274.7) CFF7F97F-6E1F-3CF9-A8E3-76125E9CA414 <86 85 63 11 7 6 5 4 3 1>[/FONT]
[FONT=Menlo]   99    0 0xffffff7f828eb000 0xb3000    0xb3000    com.apple.driver.AppleHDA (9272.51.3) FE47EADA-C810-3253-BE41-0776D253D256 <98 88 87 86 85 63 11 10 6 5 4 3 1>[/FONT]
[FONT=Menlo]  105    0 0xffffff7f82a85000 0x2000     0x2000     com.apple.driver.AppleHDAHardwareConfigDriver (274.7) 02119379-A1A7-3C9B-8A12-5D3A82C41A4A <4 3>[/FONT]
[FONT=Menlo]Ahmans-MacBook-Pro:~ Nero$[/FONT]

Code:
[FONT=Menlo]Ahmans-MacBook-Pro:~ Nero$ sudo touch /System/Library/Extensions && sudo kextcache -u /[/FONT]
[FONT=Menlo]Password:[/FONT]
[FONT=Menlo]kext-dev-mode allowing invalid signature -67030 0xFFFFFFFFFFFEFA2A for kext AppleHDA_ALC256.kext[/FONT]
[FONT=Menlo]Ahmans-MacBook-Pro:~ Nero$[/FONT]
 
...
Code:
[FONT=Menlo]Ahmans-MacBook-Pro:~ Nero$ sudo touch /System/Library/Extensions && sudo kextcache -u /[/FONT]
[FONT=Menlo]Password:[/FONT]
[FONT=Menlo]kext-dev-mode allowing invalid signature -67030 0xFFFFFFFFFFFEFA2A for kext AppleHDA_ALC256.kext[/FONT]
[FONT=Menlo]Ahmans-MacBook-Pro:~ Nero$[/FONT]

All kexts should be installed to the system volume (/S/L/E or /L/E) your choice.

Kext injection is only for the installer and recovery.

Note major problem: AppleLPC is not loaded (see ACPI patching guide). You probably want to inject an id that is one of the AppleLPC_WCP (LCTL_Offset=80). That is based on my reading of the 100-series chipset datasheet. Look at AppleLPC.kext Info.plist also.
 
All kexts should be installed to the system volume (/S/L/E or /L/E) your choice.

Kext injection is only for the installer and recovery.
I still have clover + kexts on my USB drive because I reinstall pretty frequently.

Either way the wireless card is working OOB on other laptops. Don't know what the issue is with the 9350. I attached console.log for you to see the errors when the card restarts.
 
Status
Not open for further replies.
Back
Top