Moderators Jake Lo Posted February 2, 2016 Moderators Share Posted February 2, 2016 Ahh, I see what you mean this points to the EFI folder on your OS X SSD/HDD $ ls /EFI/CLOVER/ACPI/patched/ and this point to the Hidden partition EFI $ ls /Volumes/EFI/EFI/CLOVER/ACPI/patched/ The first is usually use for system that don't have UEFI but use Legacy mode. You can delete the EFI folder on your SSD. I guess Clover creates it. Link to comment Share on other sites More sharing options...
rcboosted Posted February 2, 2016 Author Share Posted February 2, 2016 got it! Speaking of SSD, I'm on and SSD. Can I run "sudo trimforce enable?" Link to comment Share on other sites More sharing options...
Moderators Jake Lo Posted February 2, 2016 Moderators Share Posted February 2, 2016 No need, I think I have it patched in the Config file. Check your system report under SATA/SATA Express to verify. Link to comment Share on other sites More sharing options...
rcboosted Posted February 2, 2016 Author Share Posted February 2, 2016 Yep. It's already enabled. You thought of everything. Link to comment Share on other sites More sharing options...
rcboosted Posted February 4, 2016 Author Share Posted February 4, 2016 I got the wifi card DW1560 today, installed into the laptop. White antenna wire to white arrow, black to black. Copied the 3 kext to /L/E and rebooted it. Wifi was working right away. However, after a few minutes, it turned off and I can't turn it back on again. The "Turn Wi-Fi on" button doesn't do anything. Bluetooth also showed "no information" under system report when the wifi was working. Are there additional work needed? I attached the latest ioreg file incase it's needed. wifi-problem.ioreg.zip Link to comment Share on other sites More sharing options...
Moderators Jake Lo Posted February 5, 2016 Moderators Share Posted February 5, 2016 Did you run the permission fix? sudo chmod -Rf 755 /L*/E* sudo chown -Rf 0:0 /L*/E* sudo chmod -Rf 755 /S*/L*/E* sudo chown -Rf 0:0 /S*/L*/E* sudo touch -f /L*/E* sudo touch -f /S*/L*/E* sudo kextcache -Boot -U / Link to comment Share on other sites More sharing options...
rcboosted Posted February 5, 2016 Author Share Posted February 5, 2016 I totally forgot, I sure didn't! Thanks for reminding me. I just ran the permission fix now. After I posted my question I powered off the laptop. When I powered it back up, the wifi was working again before the permission fix. After the permission fix and reboot, wifi is still working, let me see if this fixes wifi since it didn't fail for a while. For bluetooth, it still says no information in system information. Link to comment Share on other sites More sharing options...
Moderators Jake Lo Posted February 5, 2016 Moderators Share Posted February 5, 2016 Try adding BrcmFirmwareData.kext or BrcmFirmwareRepo.kext from here Link to comment Share on other sites More sharing options...
rcboosted Posted February 5, 2016 Author Share Posted February 5, 2016 Thanks again for the help. I tried both BrcmFirmwareData.kext in /EFI/Clover/kexts or BrcmFirmwareRepo.kext in /S/L/E, fixing permissions both times, but didn't work. Link to comment Share on other sites More sharing options...
Moderators Jake Lo Posted February 5, 2016 Moderators Share Posted February 5, 2016 Does anything show under USB? From our IOReg, I don't see BrcmPatchRAM2 loaded. Can you output the screen here after you run the permission? Link to comment Share on other sites More sharing options...
Recommended Posts