Jump to content

Jake Lo

Moderators
  • Posts

    14365
  • Joined

  • Last visited

  • Days Won

    868

Everything posted by Jake Lo

  1. No, you suppose to install AppleHDA_ALC292 as is with the vanilla AppleHDA in /S/L/E. Don't replace or rename it. As for hibernate, you can disable it in the Config file. Use Clover Configurator v4.24
  2. Replace OsxAptioFixDrv-64.efi with OsxAptioFix2Drv-64.efi
  3. Check to see if it's loaded. Launched Kextwizard, under Loaded tab, search for 'AppleHDA' You should see AppleHDAController and AppleHDA AppleHDAController should show version 272.50 AppleHDA should show version 999.1
  4. What are you using for audio now? Here's the patched AppleHDA_ALC292, install it to /S/L/E, you'll need to restore the vanilla AppleHDA. I added the Clover patch-on-the-fly to your config and edited your DSDT. Let me know if it works for you. E6540-HDA.zip
  5. I don't own this model, but for El Capitan, it's necessary to add that additional patch as I mentioned earlier. I looked at the bootpack from OP. I made the modification to the config file. Please try to see if it works. Install the dummy kext ALC270HDA from OP to /S/L/E or /L/E and repair permission 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 / config.plist.zip
  6. You should not have an issue running El Capitan on your Inspiron.
  7. System Integrity Protection. You'll see lots of info from google.
  8. Did you install the dummyKext from the OP?
  9. All, updated post # 463 with the following Fix audio Fix boot glitch Disable SIP Post Install
  10. add this additional patch to your config for audio under kextToPatch <dict> <key>Comment</key> <string>AppleHDA-elCapitan</string> <key>Find</key> <data> gxnUEQ== </data> <key>Name</key> <string>AppleHDA</string> <key>Replace</key> <data> AAAAAA== </data> </dict>
  11. You run this in the terminal sudo pmset -a hibernatemode 0
  12. Tested R4RC2 - still causes KP for V3 id E7=0x73 0x03 0x0a, EC=0x88 0x08 0x1d (E6430/E6230/Exx30) - KP on El Capitan, Yosemite and Mavericks (boots but causes reboots) V3 id E7=0x73 0x03 0x0a, EC=0x88 0x08 0x22 (E7440/E7240/Precision M6800) - Not as smooth as R4RC1, 2 finger scrolling not work as well, causing right click. - 2 finger tapping is hits and misses
  13. Yes, as I mentioned before, no more hang and reboot issue with the GPU. New SIP feature, so will need new version Clover with SIP disabling option.
  14. According to some search I did, it saids to make sure date is correct. So check your BIOS, set it to current date and time.
  15. Download latest Clover here. Upgrade to the new OsxAptioFixDrv-64.efi under customize.
  16. Follow this thread. To fix the USB/Webcam issue, installed the fakepciid from the last post of the thread. Yes, disabling SIP will allow kexts to be install to /S/L/E or /L/E
  17. Clover Configuration will wipe out that section. You'll need plistedit pro or Xcode or text editor to add it. Put it between the last of KernelandKextPatches and Smbios. RtVariables BooterConfig 0x28 CsrActiveConfig 0x67 SMBIOS Upload your Config.plist if you want me to add it for you. Update: Clover Configurator 4.24 fixed the above issue
  18. Make sure SIP is disable first before you upgrade. Add this to config file RtVariables BooterConfig 0x28 CsrActiveConfig 0x67
  19. Yes, but you'll need to add a few preparation: Upgrade to Clover v3270 and up Copy 10.10 folder in /EFI/Clover/Kexts and rename it to 10.11 or just rename the 10.10 folder as Other Add this to Clover config.plist to disable SIP (between last of KextToPatch and SmBios or Use Clover Configurator 4.24.0 <key>RtVariables</key> <dict> <key>BooterConfig</key> <string>0x28</string> <key>CsrActiveConfig</key> <string>0x67</string> </dict> For audio and boot glitches, add this to Config under KextToPatch, using PlistPro Editor, Textedit or Xcode <dict> <key>Comment</key> <string>SecondStagePatch 10.11</string> <key>Find</key> <data> AQAAdRc= </data> <key>Name</key> <string>IOGraphicsFamily</string> <key>Replace</key> <data> AQAAdBc= </data> </dict> <dict> <key>Comment</key> <string>AppleHDA #4</string> <key>Find</key> <data> gxnUEQ== </data> <key>Name</key> <string>AppleHDA</string> <key>Replace</key> <data> AAAAAA== </data> </dict> Now Download El Capitan from AppStore Launch the Installer and reboot On reboot, you'll see a new Clover boot option Your current OS X disk the installation disk the recovery disk Select the Installation Disk option Finish the installation Webcam will be missing, to fix Download FakePCIID package from Rehabman Install these to /S/L/E or /L/E FakePCIID.kext FakePCIID_HD4600_HD4400.kext FakePCIID_XHCIMux.kext Repair permission and rebuild cache 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 /
  20. Follow this thread. VoodooSDHC can be eliminated with a DSDT patch for SD Card reader.
  21. Glad you got the headset working, thanks for indicating the change. I have legacy mode on my BIOS by default so didn't have this issue. Yeah, what you describe is exactly how I'm experiencing it too. Not sure if this can be fix as it's a known issue with Realtek EADP, but I'll ask Joe82 who patched this. Reboot issue is known on Broadwell with Yosemite. Upgrade to El Capitan and the issue is gone. It's available to public today as a matter of fact. Go download from the App Store, it's free. Glad you decide to go with the DW1560, hopefully the price is not as bad as you listed earlier. Will work flawlessly once you have the right kexts install. Have you tested HDMI video and audio?
  22. Install kexts to /S/L/E if it can't be injected by Clover, mainly kexts that has dependencies. FakeSMC, VoodooPS2Controller, ACPIBatteryManager can be loaded in /Clover/Kexts
  23. search in system log for 'Alps', without the quotes. See if it's loaded. You could reverse the button in mouse preferences.
×
×
  • Create New...