Contribute
Register

BCM94352HMB - not working bluetooth

Status
Not open for further replies.
I maked patch for 0D, and now I have kernel panic. How can I boot now?
image.jpg
 
Ok, what i can to try next?
I patched _PRW(0x6D) and boot, but I have the same problem with sleep: Wake reason: XHC EH02?

syslog -k Sender kernel -k Message Req Wake give me this answer:

Opened file /var/log/SleepWakeStacks.bin, size 172032, extents 1, maxio 2000000 ssd 0
Wake reason: XHC EH02
AirPort_Brcm43xx::powerChange: System Wake - Full Wake/ Dark Wake / Maintenance wake
ARPT: 148.950242: IOPMPowerSource Information: onWake, SleepType: Safe Sleep,
 
Ok, what i can to try next?
I patched _PRW(0x6D) and boot, but I have the same problem with sleep: Wake reason: XHC EH02?

syslog -k Sender kernel -k Message Req Wake give me this answer:

Opened file /var/log/SleepWakeStacks.bin, size 172032, extents 1, maxio 2000000 ssd 0
Wake reason: XHC EH02
AirPort_Brcm43xx::powerChange: System Wake - Full Wake/ Dark Wake / Maintenance wake
ARPT: 148.950242: IOPMPowerSource Information: onWake, SleepType: Safe Sleep,

Not possible to determine anything without full information...

Download patchmatic: https://bitbucket.org/RehabMan/os-x-maciasl-patchmatic/downloads/RehabMan-patchmatic-2015-0107.zip
Extract the 'patchmatic' binary from the ZIP. Copy it to /usr/bin, such that you have the binary at /usr/bin/patchmatic.

In terminal,
Code:
if [ -d ~/Downloads/RehabMan ]; then rm -R ~/Downloads/RehabMan; fi
mkdir ~/Downloads/RehabMan
cd ~/Downloads/RehabMan
patchmatic -extract

Note: It is easier if you use copy/paste instead of typing the commands manually.

Post contents of Downloads/RehabMan directory (as ZIP).

Also, post ioreg: 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.

And output from:
Code:
kextstat|grep -y acpiplat
kextstat|grep -y appleintelcpu
kextstat|grep -y applelpc

Also, post EFI/Clover folder (press F4 at main Clover screen before collecting). Please eliminate 'themes' directory, especially if you have an overabundance of themes installed.

Also post output of:
Code:
sudo touch /System/Library/Extensions && sudo kextcache -u /
 

ACPI is not patched correctly.

As is clear in the guide, DropOem=true must be used with patched SSDTs in ACPI/patched.

Avoid Clover DSDT "Fixes", especially when you're already patching manually.

Based on your ACPI/origin, after patching you should have the following files in ACPI/patched:
DSDT.aml
SSDT.aml (from ssdtPRgen.sh)
SSDT-0.aml
SSDT-1.aml
SSDT-2.aml
SSDT-6.aml
SSDT-7.aml
SSDT-8.aml
SSDT-9.aml
SSDT-10.aml
SSDT-11.aml

Your DSDT.aml in ACPI/patched does not have the _PRW (0x6d) patch.
 
Make like you say, now I have 11 SSDT + SSDT from ssdtPRgen.sh.Now I have working sleep.But after second sleep bluetooth turn off (that write in status bar), but in settings it show like turned on. And second, now I have bluetooth and Webcam in USB 3.0 (ONLY AFTER SLEEP), but after second sleep it show two similar bluetooth: Zrzut ekranu 2016-01-16 o 14.33.35.png.
 
Make like you say, now I have 11 SSDT + SSDT from ssdtPRgen.sh.Now I have working sleep.

You should not include the dynamic SSDTs. Only those that I listed.

But after second sleep bluetooth turn off (that write in status bar), but in settings it show like turned on. And second, now I have bluetooth and Webcam in USB 3.0 (ONLY AFTER SLEEP), but after second sleep it show two similar bluetooth: View attachment 172360.

See FAQ regarding BrcmPatchRAM: http://www.tonymacx86.com/el-capita...faq-read-first-laptop-frequent-questions.html

See also USB guide: http://www.tonymacx86.com/el-capitan-laptop-support/173616-guide-10-11-usb-changes-solutions.html
 
After patching USB3 Multiplex, I have Wake reason: XHC1.

Also I rename EHCx->EH0x, installed FakePCIID_XHCIMux and USBInjectAll.kext., but nothing changed.
 
Status
Not open for further replies.
Back
Top