Jump to content

Jake Lo

Moderators
  • Posts

    14357
  • Joined

  • Last visited

  • Days Won

    867

Everything posted by Jake Lo

  1. @bobpedro, Specify your system specs: CPU, ie . i57-3715u Display resolution touchpad - Alps, Cypress, Elantouch or Synaptics chipset? Upload your working Mavericks bootpack and I'll create an El Capitan Clover bootpack for you. Include custom kexts you have installed to /S/L/E
  2. Go to the AppStore. It's free, but you'll need an Apple ID. http://www.apple.com/osx/
  3. Make sure you have fakeSMC in /Clover/Kexts/10.11 and BooterConfig/CsrActiveConfig are enable with 0x28/0x67 in Config.plist respectively.
  4. Have you check your BIOS? Make sure you have AHCI enable and XD CPU enable if they exist in your BIOS. Also disable VT-d. What loader are you trying? Chameleon or Clover?
  5. Jake Lo

    E6540

    Try removing CPUSensors.kext
  6. AFAIK Chameleon does not support UEFI, change the bios settings back to Legacy. You could follow my guide here if you have a dmg from AppleStore.
  7. Jake Lo

    E6540

    Does your system have the discrete nvidia card? If so, it might need to be disable via DSDT. For BIOS settings, just set to "Load Default", hit apply. Then got to SATA Operations and set it to AHCI. If you're using UEFI Clover, then change Legacy to UEFI. I see you're using voodooHDA, does HDMI audio work for you? Ok, I remove all the unnecessary kexts in your Clover folder, added the patched AppleHDA and change some setting in your Config.plist. Replace your Config, kexts in your Clover/Kexts/10.11 folder. Install the kexts in SLE to /system/library/extensions and repair permission. 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 / E6540_Clover.zip
  8. Jake Lo

    E6540

    Here, see it it works. DSDT.aml.zip
  9. Are you using Clover or Chameleon? Seeing you set UEFI, I assume Clover. Using Clover Configurator version 4.24, open the Config.plist in /EFI/Clover. Navigate on the left side to Kernel and Kext Patches. Enable Kernel PM and Asus AICPUPM. But if I'm wrong and you are using Chameleon, then you'll need to patch the Kernel to prevent automatic reboot. Here's a collection of patched Haswell Kernels by Hervé. Select the one that correspond to the version of OS X you're installing. Place it in /System/Library/Kernels of the USB Installer. For DSDT and kexts to use, you can find them here.
  10. i3-M370 is 1st Generation i processor. This has the 1s Generation HD Graphics. See this guide. Read thoroughly to determine if it can get full QE/CI. Without that, you won't have a good experience with it.
  11. Please post the full system specs. Include: CPU ie, i3-4130T or 3240 etc Display resolution (max) Chipset (6/7/8/9 series) Does it have discrete video (nvidia or ATI) What OS X are you installing? What loader are you using ( Clover or Chameleon)? What bootpack you are using?
  12. Jake Lo

    E6540

    Patch DSDT with this, should get webcam working into device name_adr 0x001D0000 code_regex Name.*_ADR.* replace_matched begin Name(_ADR,0) end; into device name_adr 0x001A0000 code_regex Name.*_ADR.* replace_matched begin Name(_ADR,0) end; into device name_adr 0x00140000 code_regex Name.*_ADR.* replace_matched begin Name(_ADR,0) end;
  13. I helped him remotely. Somehow when he updated Clover from 3270 to 3280, fakeSMC got removed. I also did some changes on his Config to add FixRegions and NewWay. Perhaps both were the causes. He was able to complete the install after.
  14. In Robert's bootpack, there's a DSDT name DSDT.aml.jake.aml. Patch that and rename it to DSDT.aml. Remove the FakePCIID_XHCMux, you should have sleep with or without USB plug in and wake without pressing power button. Also make sure get a new SSDT. One included is for i7-4600u on 10.9.5
  15. Missing FakeSMC in Clover Kexts folder
  16. Install it to your USB Installer, not your MBP.
  17. That's a Clover issue with OsxAptioFixDrv-64.efi. What version of Clover are you running?
  18. Make sure you had change 2 variables to 0x3 0x15b and 0x15C When you get to the Clover both menu, hit the space bar and select boot without cache. See where it's hanging and post it here.
  19. No benefits that I could see, but could cause KP for some Brands/Models.
  20. Yes, the KP is due to AppleIntelBDWGraphicsFrameBuffer requiring DVMT pre-allocated memory in BIOS set to 64mb or higher
  21. Did you follow this? See here regarding DVMT. Without that mod, you will not get full graphics acceleration (QE/CI). Yes, you still need to check and change if necessary because different versions of Windows reports differently. So to really be sure, follow the guide. You could skip numbers 1 -> 4 unless you want to see for yourself the process. Start from 5 to 8. At #8, you could just run setup_var 0x15b first just to verify before running setup_var 0x15b 0x3 setup_var 0x15c 0x3 If you really don't want to mess with the BIOS, you could just add this to the Config.plist under KextToPatch. Use PlistEditor or Textedit <dict> <key>Comment</key> <string>10.11 (based on Austere.J patch)</string> <key>Find</key> <data> QTnEdj4= </data> <key>Name</key> <string>disabled:AppleIntelBDWGraphicsFramebuffer</string> <key>Replace</key> <data> QTnE6z4= </data> </dict>
×
×
  • Create New...