Jump to content

Jake Lo

Moderators
  • Posts

    14365
  • Joined

  • Last visited

  • Days Won

    871

Everything posted by Jake Lo

  1. since you have modded the BIOS, go ahead and use UEFI/GUID scheme. Nvidia can be disable with nv_disable=1 in Config.plist. A proper DSDT/SSDT will need to be patched to turn it off later so battery won't drain as fast.
  2. add NullCPUPowerManagement.kext to /EFI/Clover/Kext for now. You should be able to find it with some search.
  3. You need to install or copy them to /Library/Extensions once you got the system up and running. Then repair permission and rebuild cache. It's all on the guide.
  4. Boot without cache mode to determine where or what causing the hang. For this model you do need to use legacy Clover ESP, UEFI does not work.
  5. compress and upload the file, I'll take a look
  6. Remove the check next to Custom and it should default to 16384k. Select Read, then Backup
  7. Confirmed VoodooPS2Controller.kext20160602 is working now on my E7440 and E6230 with 10.11.5!!! Thank you for the update. Are you doing any new development on it? Issue still persist as the previous version before KP with 10.11.4 and up: Sometimes when selecting (single click) acts as double-clicking with the trackstick 2 fingers scrolling on trackpad requires a gap between the 2 fingers (at least side scrolling works) 2 fingers right-clicking also requires a gap, otherwise the cursor just jumps cursor jiggles when finger on trackpad is not moving add v7 ID
  8. That depends on what wifi adapter you have, if it's an Intel, then yes. See here for a list of supported/unsupported cards.
  9. Bootpack only include SSDT-1, SSDT-6,SSDT-7. You'll need to generate SSDT.aml for your specific CPU. See here for link to the beta version of ssdtprgen.sh use to generate for Broadwell system. In your first post you listed Intel and ATI graphics. My SSDT-7.aml in bootpack is patched to disable the ATI card, but you'll need to verify in sys info if it indeed does its job. Look under graphics/display and see if only Intel HD 5500 is showing.
  10. If you look at my guide, it's done in Windows. You just need to create a boot disk with EFI shell on it to change the DVMT value once you located the key.
  11. Did you generated SSDT? Is the ATI graphics disabled? Could be what's draining the battery.
  12. Issue with your voodooHDA, remove it temporary and run the commands again. Post the output.
  13. I see it's downgraded to version 1.8.3. KP is definitely been avoided even after sleep, however trackstick/trackpad are not working, had to use an external mouse. It shows in Preferences but can't get mouse to work. Perhaps it's missing the v3 variant ID on my E7440 and E6320. Jun 1 10:52:09 localhost kernel[0]: VoodooPS2TouchPad(Base) Version 1.8.3 loaded... Jun 1 10:52:09 localhost kernel[0]: VoodooPS2Trackpad: Identify TouchPad command returned incorrect byte 2 (of 3): 0x00 Jun 1 10:52:09 localhost kernel[0]: VoodooPS2TouchPad(Base) Version 1.8.3 loaded... Jun 1 10:52:09 localhost kernel[0]: VoodooPS2Mouse Version 1.8.3 loaded...
  14. Checking DVMT from Windows may not be directly link to DVMT in BIOS. Follow the prerequisite guide posted above.
  15. Do this: Boot without cache Repair permission and rebuild cache (make sure it's successful) Reboot in normal mode
  16. run this in the terminal 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 /
  17. Boot to Clover Gui, hit F4. Compress and attach /EFI/Clover/ACPI/Origin This system has the 1st Generation HD Graphics. In order to boot, go to /System/Library/Extensions and remove AppleIntelHDGraphics* The nvidia might not be supported and will need to be disable from the BIOS or by DSDT patching.
  18. No need to set fakepciid, just set your ig-platform-id to 0x16260006
  19. Check all the folders in /EFI/Clover/Kexts for any other PS2 controller and remove it.
  20. How are you installing the kexts? and where to? Not familiar with Hackintosh zone. What loader does it use? Chameleon or Clover?
×
×
  • Create New...