Recent content by FreeJHack

  1. FreeJHack

    << Solved >> DSDT Problem!!!

    See attached...
  2. FreeJHack

    [Guide] Disabling discrete graphics in dual-GPU laptops

    Not enough for helping you... Post PR file as per below guide https://www.tonymacx86.com/threads/tool-generate-proper-problem-reporting-files.235953/
  3. FreeJHack

    [Guide] Creating a Custom SSDT for USBInjectAll.kext

    Your PR files are not as per below guide; difficult to help you without some required files... https://www.tonymacx86.com/threads/tool-generate-proper-problem-reporting-files.235953/ However, USBInjectAll is messed up and was not loaded: 1- It's code signed?!?! Replace it, unless you did it...
  4. FreeJHack

    [Guide] Disabling discrete graphics in dual-GPU laptops

    Yes... Put the attached file in clover /ACPI/patched folder
  5. FreeJHack

    (Solved) Alienware M15 R2 DSDT

    @alectardy there're no errors in both your DSDT files. Be sure to use MaciASL RM version 1.3.1 with ACPI 6.2a set in preferences. Question discussed also in the below thread https://www.tonymacx86.com/threads/dsdt-question.254176/
  6. FreeJHack

    [Guide] Disabling discrete graphics in dual-GPU laptops

    @RizkiAA Your DGPU _OFF method is: \_SB.PCI0.PEG0.PEGP._OFF() It is in the DSDT file. You may need the following SSDT in clover ACPI/patched folder: DefinitionBlock ("", "SSDT", 2, "hack", "DGPU_OFF", 0x00000000) { External (_SB_.PCI0.PEG0.PEGP._OFF, MethodObj) // 0 Arguments (from...
  7. FreeJHack

    [Guide] Patching LAPTOP DSDT/SSDTs

    @ikador there're no errors in all your DSDT files. Be sure to use MaciASL RM version 1.3.1 with ACPI 6.2a set in preferences. Question discussed also in the below thread https://www.tonymacx86.com/threads/dsdt-question.254176/ If you need support/help attach the "problem reporting files"...
  8. FreeJHack

    [Guide] How to patch DSDT for working battery status

    @HMB Carefully read the report guide. IORegistryExplorer file is missing (.txt is almost useless). Two Battery manager installed, SMCBatteryManager and RM AppleSmartBatteryManager (ACPIBatteryDriver) If you're planning to use SMC, remove ACPIBatteryDriver However, your ACPI _BAT0 method is...
  9. FreeJHack

    [Guide] How to patch DSDT for working battery status

    A battery in an Intel NUC...? Or are you hacking a laptop? in this last case add the relevant information... However, almost impossible to help you, report files as per below guide are missing https://www.tonymacx86.com/threads/tool-generate-proper-problem-reporting-files.235953/
  10. FreeJHack

    [Guide] How to patch DSDT for working battery status

    @hh3003it, you have a lot ACPI errors. Look at Kernel.log You added patches without the required SSDT pair files: change _OSI to XOSI, pair with SSDT-XOSI.aml change Method(GPRW,2,N) to XPRW, pair with SSDT-GPRW.aml change Method(_PTS,1,N) to ZPTS, pair with SSDT-PTSWAK.aml DSDT/SSDT patching...
  11. FreeJHack

    ThinkPad S440 Battery Status: DSDT patching

    According to kernel.log, you've ACPI errors: double declaration of EC device. Why you added SSDT-EC.aml? If not necessary, remove it... SSDT-BAT.aml is necessary for two batteries. If it's not your case, remove it. ACPIBatteryManager.kext is installed and loaded. That's ok. Unfortunately, your...
  12. FreeJHack

    [Guide] How to patch DSDT for working battery status

    Necessary files missing... Carefully follow the below guide https://www.tonymacx86.com/threads/tool-generate-proper-problem-reporting-files.235953/ ... and your Clover/kext/other folder is not correctly setup. You may need to remove the below kexts to avoid conflicts: SMCBatteryManager.kext...
  13. FreeJHack

    ThinkPad S440 Battery Status: DSDT patching

    If you need help, post files as per below guide https://www.tonymacx86.com/threads/tool-generate-proper-problem-reporting-files.235953/
Back
Top