Jump to content

Jake Lo

Moderators
  • Posts

    14365
  • Joined

  • Last visited

  • Days Won

    871

Everything posted by Jake Lo

  1. Delete System DSDT.aml from /EFI/Clover/ACPI/Patched
  2. This one, so it won't get confused. My fault for not checking the DSDT which hardcoded layout-id to 1. I removed that so it can be changed easily in Config file now. Remember to fix permission and rebuild cache after moving the kexts back to Clover kexts from /S/L/E and /L/E config.plist
  3. Sorry everyone, this system has ALC293, not ALC292. @Sohn, please put everything back to how it was before moving kexts to /S/L/E and /L/E and use this DSDT.aml with the Config I attached earlier. DSDT.aml
  4. run this 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 /
  5. Did you remove AppleHDA_ALC293.kext from /EFI/Clover/kexts/Other, /L/E, and or /S/L/E Repair permission and rebuild cache
  6. Remove AppleHDA_ALC293 and add AppleALC.kext to /EFI/Clover/kexts/Other Use this Config config.plist
  7. Here, replace contents into /EFI/Clover 5550_HS_quartz38.zip
  8. Strange in the screenshot, HDMI audio shows as IvyBridge. You could also try adding a supported dGPU. Give this Config a try. config.plist.zip
  9. Follow instructions from here to debug issue gen_debug -sysprofile
  10. Please post result of this command log show --style syslog | fgrep "Wake reason"
  11. Can you post screen shot of Status & PCI List with DPCIManager ? https://sourceforge.net/projects/dpcimanager/
  12. Get rid of AppleHDA_ALC292.kext, bootpack I attached utilizes AppleALC.kext with layoutid=12. The audio jack on the Edock is known issue. Kext probably does not include patches for E-Docks port. Just have to use the jack on the laptop or request help from InsanelyDeepak. Have you tried sleep / wake without the E-Dock? Brightness was hardcoded to mid range, if you want full 100%, change Backlightlevel from 0x0306 to 0xFFFF in the Config file
  13. Hmm surprise you don't get KP with the old version of Lilu Here, replace with the latest https://github.com/vit9696/Lilu/releases https://github.com/lvs1974/IntelGraphicsFixup/releases Hmm, there's no i5-2105, are you sure it's not i3-2105 ?
  14. try adding Lilu.kext + IntelGraphicsFixup.kext to /EFI/Clover/kexts/Other and remove NullCPUPowermanagement.kext By the way, you can remove /EFI/Clover/kexts/10.13 folder too, just need Other.
  15. I assume it's not auto switching over to headphone. Try having the headphone plugged in, place system to sleep and then wake it up. See if it'll switch over to headphone. I see in IOReg, the dGPU is disabled since it's not showing there. I also noticed you have an SD card reader that can be patched to work. Replace DSDT with attached and reboot. SDCard reader should show in SysInfo and should work DSDT.aml.zip
  16. Remove FakeID IntelGfx and ig-platform-id in the Config file. Clover should be able to automatically picks it up....assuming you're on latest v4411 SmBIOS should be iMac 12,1 or 12,2 or Mac mini 5,1. iMac 14,2 is for Haswell, your system is Sandybridge.
  17. Jake Lo

    7280 NVME

    Disable "Enable Legacy Option ROMS" in the BIOS to fix the plug/unplug froze issue.
  18. Try adding Lilu.kext & AirportBrcmFixup.kext to /EFI/Clover/kexts/Other For audio, make sure to repair permission and rebuild cache after copying kexts to /L/E
×
×
  • Create New...