Jump to content

[SOLVED] E5450 El Capitan success.. need some minor help


Shazam214

Recommended Posts

  • Replies 30
  • Created
  • Last Reply

Top Posters In This Topic

  • Moderators

Yes, you'll need a minimum of 3 kexts, a 4th if these 3 don't work

BrcmPatchRAM2

FakePCIID

FakePCIID_Broadwell_wifi

 

Install all to /L/E or /S/L/E, repair permission and rebuild cache.

 

Add the following to Config.plist under KextToPatch to enable Hand-off and 5 GHz

<dict>
<key>Comment</key>
<string>Hand-off (10.11)</string>
<key>Find</key>
<data>
SIX/dEdIiwc=
</data>
<key>Name</key>
<string>IOBluetoothFamily</string>
<key>Replace</key>
<data>
Qb4PAAAA60Q=
</data>
</dict>
<dict>
<key>Comment</key>
<string>Broadcom 5Ghz US</string>
<key>Find</key>
<data>
QYP8/3QsSA==
</data>
<key>Name</key>
<string>AirPortBrcm4360</string>
<key>Replace</key>
<data>
ZscGVVPrKw==
</data>
</dict>
Link to comment
Share on other sites

  • Moderators

In my bootpack, under kexts/other/LE  are 4 kexts. You need to copy them to /Library/Extensions and then run the permission fix and rebuild cache. EAPDFix in the bootpack should fix the sound issue after sleep.

If you're on 10.11.4/10.11.5, you need to replace AppleHDA_ALC293 found in the Update section in post #4.

 

If you were using VoodooHDA, make sure to remove it and AppleHDADisabler, also restore the vanilla AppleHDA to /S/L/E if you removed it.

Link to comment
Share on other sites

  • Moderators

Make sure there's a vanilla AppleHDA in /S/L/E

run this and post the output

 

 

      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

I will be getting the wireless card in the mail later today so will be testing that. I just reinstalled from scratch and am booting from hard drive with your boot pack.

 

I still have no sound for some reason. I have the vanilla apple hda and the newer alc kext from the updated files.

 

Also I did run those commands and rebooted. I ran them a second time after rebooting and didn't get any output or errors.

 

Thanks!

Link to comment
Share on other sites

Hi all,

 

I have a kernel panic. Something wrong with the GPU drivers apparently. The trace tells that it crashed at AppleIntelController.cpp:20887. I tried to install El Capitan. I combined the bootpack correctly I think.

 

I followed the guide here https://osxlatitude.com/index.php?/topic/8506-dell-latitude-inspiron-el-capitan-clover-guide/&do=findComment&comment=58699.

 

ACoDSf.jpg

 

Any idea ?

Link to comment
Share on other sites


×
×
  • Create New...