Moderators Jake Lo Posted June 12, 2019 Moderators Share Posted June 12, 2019 cache not properly build Kext rejected due to improper filesystem permissions: <OSKext 0x7fcd24c11190 [0x7fff9764f8f0]> { URL = "Lilu.kext/ -- file:///Library/Extensions/", ID = "as.vit9696.Lilu" }Kext rejected due to improper filesystem permissions: <OSKext 0x7fcd26e29c60 [0x7fff9764f8f0]> { URL = "AirportBrcmFixup.kext/ -- file:///Library/Extensions/", ID = "as.lvs1974.AirportBrcmFixup" } Either remove them since they're already in Clover kext, repair permission and rebuild cache or leave them, repair permissions and rebuild cache. Link to comment Share on other sites More sharing options...
denkteich Posted June 12, 2019 Author Share Posted June 12, 2019 Hi, I repaired the permissions and rebuild the cache. Still no WiFi. Anything else I can do? cheers .d debug_26035.zip Link to comment Share on other sites More sharing options...
Moderators Jake Lo Posted June 12, 2019 Moderators Share Posted June 12, 2019 Spoiler Kext rejected due to improper filesystem permissions: <OSKext 0x7fcd24c11190 [0x7fff9764f8f0]> { URL = "Lilu.kext/ -- file:///Library/Extensions/", ID = "as.vit9696.Lilu" } Kext rejected due to improper filesystem permissions: <OSKext 0x7fcd26e29c60 [0x7fff9764f8f0]> { URL = "AirportBrcmFixup.kext/ -- file:///Library/Extensions/", ID = "as.lvs1974.AirportBrcmFixup" } Kext rejected due to improper filesystem permissions: <OSKext 0x7fc59faa09f0 [0x7fffa726d8f0]> { URL = "BrcmFirmwareRepo.kext/ -- file:///Library/Extensions/", ID = "com.no-one.BrcmFirmwareStore" } Kext rejected due to improper filesystem permissions: <OSKext 0x7fc59faaa8c0 [0x7fffa726d8f0]> { URL = "DisableTurboBoostBattery.kext/ -- file:///Library/Extensions/", ID = "pk.qwerty12.DisableTurboBoostBattery" } Kext rejected due to improper filesystem permissions: <OSKext 0x7fc59faae020 [0x7fffa726d8f0]> { URL = "BrcmPatchRAM2.kext/ -- file:///Library/Extensions/", ID = "com.no-one.BrcmPatchRAM2" } Still rejected due to improper permissions. How are you installing those kexts? kexts listed above Remove them, repair permissions and rebuild cache. Check there are no more errors. Install the kexts by copying them to /L/E, don't need any kext installer tool Repair permissions and rebuild cache through terminal: sudo chmod -Rf 755 /L*/E* sudo chown -Rf 0:0 /L*/E* sudo touch -f /L*/E* sudo chmod -Rf 755 /S*/L*/E* sudo chown -Rf 0:0 /S*/L*/E* sudo touch -f /S*/L*/E* sudo kextcache -Boot -U / Link to comment Share on other sites More sharing options...
denkteich Posted June 13, 2019 Author Share Posted June 13, 2019 Hi Jake, thx for the help, that did the trick. I copied the files again, manually like before, changed the permissions, double checked (what i did not before). now it's working. thxalot .d Link to comment Share on other sites More sharing options...
denkteich Posted June 13, 2019 Author Share Posted June 13, 2019 I copied all kexts from Other to /L/E repaired permissions rebuild the cache now it's working. is the re a difference between placing the kexts in the other folder and in the /L/E folder? Link to comment Share on other sites More sharing options...
Moderators Jake Lo Posted June 14, 2019 Moderators Share Posted June 14, 2019 placing in clover kext folder, they'll get injected during boot placing in /L/E gets cache...suppose to speed up booting Link to comment Share on other sites More sharing options...
Recommended Posts