Contribute
Register

BCM4352 wifi + Bt don't work

Status
Not open for further replies.
This is the correct file.
I read the guide for ssdt and other but I don't understand very much.
How I solve problem for Bluetooth with BrcmFirwareRepo + BrcmPatchRam2??
 

Attachments

  • Archivio.zip
    2 MB · Views: 74
Sorry RehabMan. So, I have put BrcmFirmwareRepo.kext + BrcmPatchRam2 in /S/L/E and Bluetooth don't work.
The other problem are:
  • Apple->Shutdown causes reboot (crashing during shutdown)
  • I have upgrade FakeSMC in S/L/E with PLUGIN ( Have I erase Plugin from FakeSMC??), and I put other kext in S/L/E. Is it correct?
  • Have I to tried patch dsdt for audio and light. Now audio and light work. Don't work only hdmi audio.
I attach file with this configuration.

This is the correct file.
I read the guide for ssdt and other but I don't understand very much.
How I solve problem for Bluetooth with BrcmFirwareRepo + BrcmPatchRam2??

You installed BrcmPatchRAM2.kext but not BrcmFirmwareRepo.kext.

It is obvious in your kextcache output:
Code:
BrcmPatchRAM2.kext - no compatible dependency found for com.no-one.BrcmFirmwareStore.
BrcmPatchRAM2.kext is missing dependencies (including anyway; dependencies may be available from elsewhere)
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext BrcmPatchRAM2.kext
 
I have installed both. Look photos
 

Attachments

  • Archivio.zip
    573 KB · Views: 61
I have installed both. Look photos

Evidently not correctly.
Make sure you download the latest version, such that you have matching kexts.
Delete what you have in /S/L/E.
The install with Terminal:
Code:
cd to-the-directory-where-your-brcm-kexts-are
sudo cp -R BrcmPatchRAM2.kext /Library/Extensions
sudo cp -R BrcmFirmwareRepo.kext /Library/Extensions
sudo kextcache -i /
 
RehabMan now Bluetooth work with that kext.
Now Can you tell me what don't work?
Can I do? I don't understand
 

Attachments

  • Archivio.zip
    1.7 MB · Views: 71
RehabMan now Bluetooth work with that kext.
Now Can you tell me what don't work?
Can I do? I don't understand

What is your current problem?
 
Thanks RehabMan. I have this problem:
  • Hdmi audio;
  • Apple -> power off reboot system
  • you saw me that my usb have problem but I don't understand
  • Stop and sleep don't work
  • handoff don't work
  • battery doesn't last very long
Can you see my dsdt and config??
 
Thanks RehabMan. I have this problem:
  • Hdmi audio;
  • Apple -> power off reboot system
  • you saw me that my usb have problem but I don't understand
  • Stop and sleep don't work
  • handoff don't work
  • battery doesn't last very long
Can you see my dsdt and config??

Power management not implemented (no SSDT from ssdtPRgen.sh)
USB not implemented correctly.
Handoff probably not working because you patched IOBluetoothFamily on disk (no need to do that, restore to vanilla).
(but also, handoff is very unreliable on hacks... so don't worry about it too much)
Your profile is not filled out correctly (your ioreg shows HD3000, but is missing from your profile)
Do not use a signature with inaccurate information in your profile (single system should use only profile fields Mobo/CPU/Graphics as per FAQ)
Note: You can implement WiFi with just FakePCIID kexts (no need to inject "compatible" like you're doing now with DSDT)

See FAQ/pinned threads here: https://www.tonymacx86.com/forums/el-capitan-laptop-support.181/

Further discussion here is off-topic... (this issue, WiFi/BT is solved).
 
Status
Not open for further replies.
Back
Top