Jump to content

Jake Lo

Moderators
  • Posts

    14357
  • Joined

  • Last visited

  • Days Won

    867

Everything posted by Jake Lo

  1. All, updated post # 463 with the following Fix audio Fix boot glitch Disable SIP Post Install
  2. 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>
  3. You run this in the terminal sudo pmset -a hibernatemode 0
  4. 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
  5. 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.
  6. 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.
  7. Download latest Clover here. Upgrade to the new OsxAptioFixDrv-64.efi under customize.
  8. 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
  9. 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
  10. Make sure SIP is disable first before you upgrade. Add this to config file RtVariables BooterConfig 0x28 CsrActiveConfig 0x67
  11. 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 /
  12. Follow this thread. VoodooSDHC can be eliminated with a DSDT patch for SD Card reader.
  13. 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?
  14. 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
  15. search in system log for 'Alps', without the quotes. See if it's loaded. You could reverse the button in mouse preferences.
  16. You can use the DSDT, just not the SSDT. Generate one for your CPU with ssdtPRGen.sh
  17. Yes, Intel wireless is not supported. Replace with a Broadcom or Atheros. See my signature file and click on Wireless Cards to a list of supported/unsupported cards.
  18. Those files are incorrect. Clear the origin folder and patched folder, disable DropOEM. Then boot to Clover and hit F4 to export again.
  19. Try booting with -v -f If that still fails, try -v -f -x I have a patched version of the file here
  20. Try this. Works fine for me on Yosemite and El Capitan. Tested on E6430 and E6230. CloverConfig.zip
  21. Click more Reply Options, on the bottom left you'll see choose file /attach this file. You'll need to compress it first.
  22. See if this works for you. I'm pretty sure this model has Alps touchpad.
  23. Try booting without cache. On Clover boot screen, hit F4. This will extract the DSDT/SSDT for you into /Clover/ACPI/Origin. Then hit space bar, and select boot without Cache.
×
×
  • Create New...