Jump to content

Jake Lo

Moderators
  • Posts

    14357
  • Joined

  • Last visited

  • Days Won

    867

Everything posted by Jake Lo

  1. So your system is able to sleep with the patched DSDT? The DSDT is also patched to injects fake desktop HD4600 id 0x0412 to replace mobile HD4600 id 0x0416, so you might not need QECI HD4600 (GT2 Mobile to Desktop) in your Config.plist. This might fix the video issue. As for Battery, try an older version 1.53 or voodooBattery as Herve suggested. Note: The MacBook Pro.acpi in your attachment are not patched, don't include it in EFI/Clover/ACPI/Patched folder. Only place the generated SSDT.aml and my DSDT.aml there.
  2. Which version of Yosemite are you running? The kext should work, it should be patch on the fly with Clover config. Check your BIOS, see if audio shows as 92HD93...
  3. Try this config file. I think the issue is that the DSDT has the same patches as your config file. config.plist.zip
  4. Ok, looks like you might've missed a step. There seems to be missing a lot of patches from your DSDT. Here's the updated DSDT, I'm assuming your have 1366x768 resolution. dsdt.aml.zip
  5. I see why you need -xcpm to boot, you have KernelPM enabled. That's only needed for Haswell CPU. You can disable KernelPM and remove the -xcpm flag. For audio to work, you need your DSDT patched to layout id = 12. Did you get your DSDT patched and placed in EFI/Clover/ACPI/Patched along with SSDT.aml?
  6. Please attach the config.plist from your installed drive EFI
  7. You don't need AppleIntelCPUPowerManagement patch as it's done on the fly with Clover, you just need AsusAICPUPM enabled. Remove NullCPUPowerManagement if you have it. When you run the ssdtPRGen.sh script, it creates it to the Desktop or in /Extra. Can you list what kexts you installed for your build? Both in kexts/10.10 or in /S/L/E
  8. https://bitbucket.org/RehabMan/os-x-acpi-battery-driver/downloads Make sure to restore the vanilla AppleSmartBatteryManager.kext in order for ACPIBatteryManager to work. DSDT patching is needed if the EmbeddedController field is larger than 8 bit. In our Dell system, so far I have not seen any. Have you tried the DSDT I patched for you? Place it in EFI/Clover/ACPI/Patched. You'll also need a patched SSDT, look for ssdtPRGen.sh.
  9. Give ACPIBatteryManager.kext a try. Latest version is 1.55
  10. You need to add ACPIBatteryManager.kext to gain battery status.
  11. I assume you have copied it to /Extra/Extensions but you won't be able to run myHack/myfix from Safe mode. Boot back into SafeMode, launch terminal and run this myfix -q -t /
  12. Here's your patched DSDT, see if it fixes the sleep issue. Do you have working audio? E6540_DSDT.aml.zip
  13. What error are you getting? Where does it hang during boot?
  14. Did you copied the updated config.plist to the EFI partition of the installed drive?
  15. Make sure you have Asus AICPUPM enabled in the config.plist under Kernel and Kext Patches.
  16. Have you tried this patch at the bottom of the page?
  17. Yes, to config.plist of Clover. It patches AppleIntelFramebufferAzul & AppleIntelHD5000Graphics. Are you using Clover or Chameleon?
  18. you have to patch the 2 files as mentioned by salamaahm above. Add the above to your clover config. I have to manually patch AppleIntelFramebufferAzul & AppleIntelHD5000Graphics since I'm using Chameleon. You can get the updated kext in my Yosemite Guide including AppleHDA.
  19. sorry, should be kext-dev-mode=1 dart=0 IntelCapriFB=3 npci=0x2000 -v -f Make sure to set BIOS to AHCI mode
  20. the HP doesn't work at all even on a reboot or just after wake from sleep? No the vietnam tool does not have a working kext for this model. if you use voodoohda, you'll only get hissing white noise on the headphone The genericUSBXHCI was also in my bootpack, perhaps the vietnamtool has a newer version. works fine with mine but I don't a USB 3.0 device to test...
  21. Then just add this to org.chameleon.boot.plist as stated in the bottom of post #2 /System/Library/Kernels/kernel Update: Update Bootpack with flag added
  22. Your screenshot is really small, can't see most details try this kextdevmode =1 IntelCapriFB=3 npci=0×2000 -v -f if not try kextdevmode=1 IntelCapriFB=3 npci=0×3000 -v -f -x
×
×
  • Create New...