Jump to content

[SOLVED] Internal Wifi-M2 working?


denkteich

Recommended Posts

  • Moderators

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

  • Moderators
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

Guest
This topic is now closed to further replies.
×
×
  • Create New...