Jump to content

Jake Lo

Moderators
  • Posts

    14365
  • Joined

  • Last visited

  • Days Won

    868

Everything posted by Jake Lo

  1. I also use MacIASL. I just added _DSM to HDEF Device (HDEF) { Name (_ADR, 0x001B0000) // _ADR: Address OperationRegion (HDAR, PCI_Config, 0x4C, 0x10) Field (HDAR, WordAcc, NoLock, Preserve) { DCKA, 1, Offset (0x01), DCKM, 1, , 6, DCKS, 1, Offset (0x08), Offset (0x09), PMEE, 1, , 6, PMES, 1 } Method (_PRW, 0, NotSerialized) // _PRW: Power Resources for Wake { Return (GPRW (0x0D, 0x04)) } Method (_DSM, 4, NotSerialized) // _DSM: Device-Specific Method { If ((Arg2 == Zero)) { Return (Buffer (One) { 0x03 /* . */ }) } Return (Package (0x06) { "layout-id", Unicode ("\x01"), "hda-gfx", Buffer (0x0A) { "onboard-1" }, "PinConfigurations", Buffer (Zero) {} }) }
  2. Your config looks fine. Try this, patched with layout-id=01 DSDT.aml.zip
  3. Let me check your DSDT. Make sure to remove AppleHDADisabler as well.
  4. Can you supply error from the window when it crashed? Try booting in verbose mode -v -f.
  5. Try this. Layout-id =01 Add this to Clover and install attach to S/L/E. Keep AppleHDA vanilla. Comment AppleHDA ALC 292 #1 Find hBnUEQ== Name AppleHDA Replace kgLsEA== Comment AppleHDA ALC 292 #2 Find hAjsEA== Name AppleHDA Replace AAAAAA== Comment AppleHDA ALC 292 #3 Find hQjsEA== Name AppleHDA Replace AAAAAA== AppleHDAALC.kext.zip
  6. Huge difference. For one, E7x40 models have Haswell CPUs with Intel HD 4400, E7x50 models have Broadwell CPUs with Intel HD 5500. Chameleon loader so far is not supporting, but Clover with some adjustment can but no support for Intel HD 5500 yet. You will have to be patient and wait until more support are available by the developers.
  7. Try this. Nvidia 435M injected with DSDT. onibla.zip
  8. The problem is with EAPD. Workaround, use an USB audio adapter.
  9. You need to disable Hibernation, it doesn't work in hackintosh. sudo pmset hibernatemode 0 For sleep, try the DSDT from my T410s bootpack. Install ACPIBatteryManager and remove NullCPUPowermanagement from Extra/Extensions
  10. Install ACPIBatteryManager to EE, remove or rename NullCPU, install patched AppleIntelCPUPowermanagement to SLE and generate an SSDT with ssdtPRGen.sh. You can find all those file within my bootpacks here. Ignore the other files.
  11. Please specify your system's spec's. Attach your DSDT and Config.plist as requested before we could help you. If you don't have patched DSDT, reboot Clover, hit F4, then log on. Attach all the files in /EFI/Clover/ACPI/origin, compress the whole folder before attaching.
  12. Upload your DSDT and config.plist if you're using Clover.
  13. Try this Find: 300200000000000001000000400000000000000001000000400000000000000001000000400000000000000000000000 Replace: 300200000205000000080000060000000304000000040000810000000406000000040000810000000000000000020011
  14. Boot with -v -f Edit: Sorry, forgot you're on clover. See Bronxteck's instruction below
  15. Do you have a DSDT? Try this with layout-id = 76 AppleHDA-266.5-ALC665.zip
  16. You should select FB from the DualLink folder for the high resolution
  17. You could do a manual build, see my Yosemite guide link in my signature. Did you use a kext utility to replace the kexts or you just manually copy and paste? After replacing the kexts, did you repair permission and rebuild cache? Here's how I got it to boot. Remove the 2 kexts, repair permission. Use kextwizard to install the patched kexts, run repair again.
  18. Have you tried adding your VenID/DevID to VoodooSDHC? See here.
  19. Are they USB 3.0 ports? You might need to patch your DSDT. Please include your system full specs so we could help you.
  20. what card reader do you have? what kexts had you tried?
  21. Remove AppleIntelHDGraphics & AppleIntelHDGraphicsFB and replaced files with these. After the install, you'll need to replace them to the HD too.
×
×
  • Create New...