Contribute
Register

[Guide] Laptop backlight control using AppleBacklightFixup.kext

Due to the fact that this HP Envy is a Haswell and in reading the guide closely, it would appear that my laptop might also require the addition of the SSDT-Config.aml file. For clarification purposes, the SSDT-Config.aml file is also added to the ACPI/patched folder along with the SSDT-PNLF.aml file. Furthermore both files also need to be added to the sorting list. Is this correct ?
 
Due to the fact that this HP Envy is a Haswell and in reading the guide closely, it would appear that my laptop might also require the addition of the SSDT-Config.aml file.

No. Your guide uses 0xa260006, not 0xa2e0008, so the default PWMMax of 0xad9 is correct.
So you do not need to override with LMAX.

For clarification purposes, the SSDT-Config.aml file is also added to the ACPI/patched folder along with the SSDT-PNLF.aml file.

Yes. ACPI/patched is from where Clover loads ACPI files.

Furthermore both files also need to be added to the sorting list. Is this correct ?

Correct. As per Clover design, if SortedOrder is being used, only the SSDTs named in SortedOrder will be loaded.
 
No ioreg attached.
No kextcache output attached.

I follow the tutorial process.
1. Download the guide.git and probook.git;
2. Put iasl into /usr/bin/;
3. Go to the guide.git directory and execute make;
4.
4-1: Copy guide.git/build/SSDT-PNLF.aml to Clover/ACPI/patched;
4-2: config.plist by adding the KernelAndKextPatches/KextsToPatch/AppleBacklight patch (this file is in guide.git/config_patches.plist);
4-3: Projects /probook.git/kexts/AppleBacklightInjector.kext Use sudo cp -R ~ /Projects /probook.git/kexts/ AppleBacklightInjector.kext/Library/Extensions.

Code:
$ make
iasl -vw 2095 -vw 2008 -vi -vs -p build/SSDT-Config.aml hotpatch/SSDT-Config.dsl
ASL Input:     hotpatch/SSDT-Config.dsl - 67 lines, 2446 bytes, 17 keywords
AML Output:    build/SSDT-Config.aml - 628 bytes, 10 named objects, 7 executable opcodes

Compilation complete. 0 Errors, 0 Warnings, 0 Remarks, 6 Optimizations
iasl -vw 2095 -vw 2008 -vi -vs -p build/SSDT-Debug.aml hotpatch/SSDT-Debug.dsl
ASL Input:     hotpatch/SSDT-Debug.dsl - 120 lines, 3229 bytes, 113 keywords
AML Output:    build/SSDT-Debug.aml - 576 bytes, 16 named objects, 97 executable opcodes

Compilation complete. 0 Errors, 0 Warnings, 0 Remarks, 19 Optimizations
iasl -vw 2095 -vw 2008 -vi -vs -p build/SSDT-Disable_DGPU.aml hotpatch/SSDT-Disable_DGPU.dsl
ASL Input:     hotpatch/SSDT-Disable_DGPU.dsl - 21 lines, 539 bytes, 7 keywords
AML Output:    build/SSDT-Disable_DGPU.aml - 224 bytes, 3 named objects, 4 executable opcodes

Compilation complete. 0 Errors, 0 Warnings, 0 Remarks, 0 Optimizations
iasl -vw 2095 -vw 2008 -vi -vs -p build/SSDT-Disable_EH01.aml hotpatch/SSDT-Disable_EH01.dsl
ASL Input:     hotpatch/SSDT-Disable_EH01.dsl - 51 lines, 1310 bytes, 19 keywords
AML Output:    build/SSDT-Disable_EH01.aml - 281 bytes, 12 named objects, 7 executable opcodes

Compilation complete. 0 Errors, 0 Warnings, 0 Remarks, 6 Optimizations, 3 Constants Folded
iasl -vw 2095 -vw 2008 -vi -vs -p build/SSDT-Disable_EH02.aml hotpatch/SSDT-Disable_EH02.dsl
ASL Input:     hotpatch/SSDT-Disable_EH02.dsl - 51 lines, 1310 bytes, 19 keywords
AML Output:    build/SSDT-Disable_EH02.aml - 281 bytes, 12 named objects, 7 executable opcodes

Compilation complete. 0 Errors, 0 Warnings, 0 Remarks, 6 Optimizations, 3 Constants Folded
iasl -vw 2095 -vw 2008 -vi -vs -p build/SSDT-Disable_EHCI.aml hotpatch/SSDT-Disable_EHCI.dsl
ASL Input:     hotpatch/SSDT-Disable_EHCI.dsl - 69 lines, 1870 bytes, 24 keywords
AML Output:    build/SSDT-Disable_EHCI.aml - 375 bytes, 15 named objects, 9 executable opcodes

Compilation complete. 0 Errors, 0 Warnings, 0 Remarks, 7 Optimizations, 3 Constants Folded
iasl -vw 2095 -vw 2008 -vi -vs -p build/SSDT-EH01.aml hotpatch/SSDT-EH01.dsl
ASL Input:     hotpatch/SSDT-EH01.dsl - 27 lines, 845 bytes, 7 keywords
AML Output:    build/SSDT-EH01.aml - 301 bytes, 1 named objects, 6 executable opcodes

Compilation complete. 0 Errors, 0 Warnings, 0 Remarks, 1 Optimizations
iasl -vw 2095 -vw 2008 -vi -vs -p build/SSDT-EH02.aml hotpatch/SSDT-EH02.dsl
ASL Input:     hotpatch/SSDT-EH02.dsl - 27 lines, 845 bytes, 7 keywords
AML Output:    build/SSDT-EH02.aml - 301 bytes, 1 named objects, 6 executable opcodes

Compilation complete. 0 Errors, 0 Warnings, 0 Remarks, 1 Optimizations
iasl -vw 2095 -vw 2008 -vi -vs -p build/SSDT-ESEL.aml hotpatch/SSDT-ESEL.dsl
ASL Input:     hotpatch/SSDT-ESEL.dsl - 16 lines, 269 bytes, 1 keywords
AML Output:    build/SSDT-ESEL.aml - 78 bytes, 1 named objects, 0 executable opcodes

Compilation complete. 0 Errors, 0 Warnings, 0 Remarks, 0 Optimizations
iasl -vw 2095 -vw 2008 -vi -vs -p build/SSDT-HDAU.aml hotpatch/SSDT-HDAU.dsl
ASL Input:     hotpatch/SSDT-HDAU.dsl - 30 lines, 738 bytes, 17 keywords
AML Output:    build/SSDT-HDAU.aml - 222 bytes, 2 named objects, 15 executable opcodes

Compilation complete. 0 Errors, 0 Warnings, 0 Remarks, 4 Optimizations
iasl -vw 2095 -vw 2008 -vi -vs -p build/SSDT-HDEF.aml hotpatch/SSDT-HDEF.dsl
ASL Input:     hotpatch/SSDT-HDEF.dsl - 38 lines, 1042 bytes, 17 keywords
AML Output:    build/SSDT-HDEF.aml - 245 bytes, 2 named objects, 15 executable opcodes

Compilation complete. 0 Errors, 0 Warnings, 0 Remarks, 5 Optimizations
iasl -vw 2095 -vw 2008 -vi -vs -p build/SSDT-IGPU.aml hotpatch/SSDT-IGPU.dsl
ASL Input:     hotpatch/SSDT-IGPU.dsl - 328 lines, 13951 bytes, 38 keywords
AML Output:    build/SSDT-IGPU.aml - 3742 bytes, 7 named objects, 31 executable opcodes

Compilation complete. 0 Errors, 0 Warnings, 0 Remarks, 48 Optimizations
iasl -vw 2095 -vw 2008 -vi -vs -p build/SSDT-IMEI.aml hotpatch/SSDT-IMEI.dsl
ASL Input:     hotpatch/SSDT-IMEI.dsl - 45 lines, 1447 bytes, 23 keywords
AML Output:    build/SSDT-IMEI.aml - 280 bytes, 6 named objects, 17 executable opcodes

Compilation complete. 0 Errors, 0 Warnings, 0 Remarks, 4 Optimizations
iasl -vw 2095 -vw 2008 -vi -vs -p build/SSDT-LANC_PRW.aml hotpatch/SSDT-LANC_PRW.dsl
ASL Input:     hotpatch/SSDT-LANC_PRW.dsl - 24 lines, 701 bytes, 5 keywords
AML Output:    build/SSDT-LANC_PRW.aml - 129 bytes, 1 named objects, 4 executable opcodes

Compilation complete. 0 Errors, 0 Warnings, 0 Remarks, 2 Optimizations
iasl -vw 2095 -vw 2008 -vi -vs -p build/SSDT-LPC.aml hotpatch/SSDT-LPC.dsl
ASL Input:     hotpatch/SSDT-LPC.dsl - 60 lines, 1998 bytes, 20 keywords
AML Output:    build/SSDT-LPC.aml - 383 bytes, 5 named objects, 15 executable opcodes

Compilation complete. 0 Errors, 0 Warnings, 0 Remarks, 11 Optimizations
iasl -vw 2095 -vw 2008 -vi -vs -p build/SSDT-PNLF.aml hotpatch/SSDT-PNLF.dsl
ASL Input:     hotpatch/SSDT-PNLF.dsl - 144 lines, 5242 bytes, 78 keywords
AML Output:    build/SSDT-PNLF.aml - 671 bytes, 12 named objects, 66 executable opcodes

Compilation complete. 0 Errors, 0 Warnings, 0 Remarks, 8 Optimizations, 1 Constants Folded
iasl -vw 2095 -vw 2008 -vi -vs -p build/SSDT-PRW.aml hotpatch/SSDT-PRW.dsl
ASL Input:     hotpatch/SSDT-PRW.dsl - 28 lines, 840 bytes, 16 keywords
AML Output:    build/SSDT-PRW.aml - 127 bytes, 2 named objects, 14 executable opcodes

Compilation complete. 0 Errors, 0 Warnings, 0 Remarks, 4 Optimizations
iasl -vw 2095 -vw 2008 -vi -vs -p build/SSDT-PTSWAK.aml hotpatch/SSDT-PTSWAK.dsl
ASL Input:     hotpatch/SSDT-PTSWAK.dsl - 61 lines, 1744 bytes, 29 keywords
AML Output:    build/SSDT-PTSWAK.aml - 526 bytes, 2 named objects, 27 executable opcodes

Compilation complete. 0 Errors, 0 Warnings, 0 Remarks, 1 Optimizations
iasl -vw 2095 -vw 2008 -vi -vs -p build/SSDT-PluginType1.aml hotpatch/SSDT-PluginType1.dsl
ASL Input:     hotpatch/SSDT-PluginType1.dsl - 22 lines, 477 bytes, 5 keywords
AML Output:    build/SSDT-PluginType1.aml - 97 bytes, 1 named objects, 4 executable opcodes

Compilation complete. 0 Errors, 0 Warnings, 0 Remarks, 2 Optimizations
iasl -vw 2095 -vw 2008 -vi -vs -p build/SSDT-SATA.aml hotpatch/SSDT-SATA.dsl
ASL Input:     hotpatch/SSDT-SATA.dsl - 52 lines, 1608 bytes, 20 keywords
AML Output:    build/SSDT-SATA.aml - 292 bytes, 5 named objects, 15 executable opcodes

Compilation complete. 0 Errors, 0 Warnings, 0 Remarks, 10 Optimizations
iasl -vw 2095 -vw 2008 -vi -vs -p build/SSDT-SMBUS.aml hotpatch/SSDT-SMBUS.dsl
ASL Input:     hotpatch/SSDT-SMBUS.dsl - 23 lines, 458 bytes, 11 keywords
AML Output:    build/SSDT-SMBUS.aml - 138 bytes, 7 named objects, 4 executable opcodes

Compilation complete. 0 Errors, 0 Warnings, 0 Remarks, 1 Optimizations
iasl -vw 2095 -vw 2008 -vi -vs -p build/SSDT-XHC.aml hotpatch/SSDT-XHC.dsl
ASL Input:     hotpatch/SSDT-XHC.dsl - 35 lines, 1196 bytes, 18 keywords
AML Output:    build/SSDT-XHC.aml - 404 bytes, 2 named objects, 16 executable opcodes

Compilation complete. 0 Errors, 0 Warnings, 0 Remarks, 3 Optimizations
iasl -vw 2095 -vw 2008 -vi -vs -p build/SSDT-XOSI.aml hotpatch/SSDT-XOSI.dsl
ASL Input:     hotpatch/SSDT-XOSI.dsl - 34 lines, 1449 bytes, 5 keywords
AML Output:    build/SSDT-XOSI.aml - 178 bytes, 1 named objects, 4 executable opcodes

Compilation complete. 0 Errors, 0 Warnings, 0 Remarks, 2 Optimizations
iasl -vw 2095 -vw 2008 -vi -vs -p build/SSDT-XSEL.aml hotpatch/SSDT-XSEL.dsl
ASL Input:     hotpatch/SSDT-XSEL.dsl - 16 lines, 269 bytes, 1 keywords
AML Output:    build/SSDT-XSEL.aml - 78 bytes, 1 named objects, 0 executable opcodes

Compilation complete. 0 Errors, 0 Warnings, 0 Remarks, 0 Optimizations
iasl -vw 2095 -vw 2008 -vi -vs -p build/SSDT-XWAK.aml hotpatch/SSDT-XWAK.dsl
ASL Input:     hotpatch/SSDT-XWAK.dsl - 16 lines, 269 bytes, 1 keywords
AML Output:    build/SSDT-XWAK.aml - 78 bytes, 1 named objects, 0 executable opcodes

Compilation complete. 0 Errors, 0 Warnings, 0 Remarks, 0 Optimizations
 
I follow the tutorial process.
1. Download the guide.git and probook.git;
2. Put iasl into /usr/bin/;
3. Go to the guide.git directory and execute make;
4.
4-1: Copy guide.git/build/SSDT-PNLF.aml to Clover/ACPI/patched;
4-2: config.plist by adding the KernelAndKextPatches/KextsToPatch/AppleBacklight patch (this file is in guide.git/config_patches.plist);
4-3: Projects /probook.git/kexts/AppleBacklightInjector.kext Use sudo cp -R ~ /Projects /probook.git/kexts/ AppleBacklightInjector.kext/Library/Extensions.

Code:
$ make
iasl -vw 2095 -vw 2008 -vi -vs -p build/SSDT-Config.aml hotpatch/SSDT-Config.dsl
ASL Input:     hotpatch/SSDT-Config.dsl - 67 lines, 2446 bytes, 17 keywords
AML Output:    build/SSDT-Config.aml - 628 bytes, 10 named objects, 7 executable opcodes

Compilation complete. 0 Errors, 0 Warnings, 0 Remarks, 6 Optimizations
iasl -vw 2095 -vw 2008 -vi -vs -p build/SSDT-Debug.aml hotpatch/SSDT-Debug.dsl
ASL Input:     hotpatch/SSDT-Debug.dsl - 120 lines, 3229 bytes, 113 keywords
AML Output:    build/SSDT-Debug.aml - 576 bytes, 16 named objects, 97 executable opcodes

Compilation complete. 0 Errors, 0 Warnings, 0 Remarks, 19 Optimizations
iasl -vw 2095 -vw 2008 -vi -vs -p build/SSDT-Disable_DGPU.aml hotpatch/SSDT-Disable_DGPU.dsl
ASL Input:     hotpatch/SSDT-Disable_DGPU.dsl - 21 lines, 539 bytes, 7 keywords
AML Output:    build/SSDT-Disable_DGPU.aml - 224 bytes, 3 named objects, 4 executable opcodes

Compilation complete. 0 Errors, 0 Warnings, 0 Remarks, 0 Optimizations
iasl -vw 2095 -vw 2008 -vi -vs -p build/SSDT-Disable_EH01.aml hotpatch/SSDT-Disable_EH01.dsl
ASL Input:     hotpatch/SSDT-Disable_EH01.dsl - 51 lines, 1310 bytes, 19 keywords
AML Output:    build/SSDT-Disable_EH01.aml - 281 bytes, 12 named objects, 7 executable opcodes

Compilation complete. 0 Errors, 0 Warnings, 0 Remarks, 6 Optimizations, 3 Constants Folded
iasl -vw 2095 -vw 2008 -vi -vs -p build/SSDT-Disable_EH02.aml hotpatch/SSDT-Disable_EH02.dsl
ASL Input:     hotpatch/SSDT-Disable_EH02.dsl - 51 lines, 1310 bytes, 19 keywords
AML Output:    build/SSDT-Disable_EH02.aml - 281 bytes, 12 named objects, 7 executable opcodes

Compilation complete. 0 Errors, 0 Warnings, 0 Remarks, 6 Optimizations, 3 Constants Folded
iasl -vw 2095 -vw 2008 -vi -vs -p build/SSDT-Disable_EHCI.aml hotpatch/SSDT-Disable_EHCI.dsl
ASL Input:     hotpatch/SSDT-Disable_EHCI.dsl - 69 lines, 1870 bytes, 24 keywords
AML Output:    build/SSDT-Disable_EHCI.aml - 375 bytes, 15 named objects, 9 executable opcodes

Compilation complete. 0 Errors, 0 Warnings, 0 Remarks, 7 Optimizations, 3 Constants Folded
iasl -vw 2095 -vw 2008 -vi -vs -p build/SSDT-EH01.aml hotpatch/SSDT-EH01.dsl
ASL Input:     hotpatch/SSDT-EH01.dsl - 27 lines, 845 bytes, 7 keywords
AML Output:    build/SSDT-EH01.aml - 301 bytes, 1 named objects, 6 executable opcodes

Compilation complete. 0 Errors, 0 Warnings, 0 Remarks, 1 Optimizations
iasl -vw 2095 -vw 2008 -vi -vs -p build/SSDT-EH02.aml hotpatch/SSDT-EH02.dsl
ASL Input:     hotpatch/SSDT-EH02.dsl - 27 lines, 845 bytes, 7 keywords
AML Output:    build/SSDT-EH02.aml - 301 bytes, 1 named objects, 6 executable opcodes

Compilation complete. 0 Errors, 0 Warnings, 0 Remarks, 1 Optimizations
iasl -vw 2095 -vw 2008 -vi -vs -p build/SSDT-ESEL.aml hotpatch/SSDT-ESEL.dsl
ASL Input:     hotpatch/SSDT-ESEL.dsl - 16 lines, 269 bytes, 1 keywords
AML Output:    build/SSDT-ESEL.aml - 78 bytes, 1 named objects, 0 executable opcodes

Compilation complete. 0 Errors, 0 Warnings, 0 Remarks, 0 Optimizations
iasl -vw 2095 -vw 2008 -vi -vs -p build/SSDT-HDAU.aml hotpatch/SSDT-HDAU.dsl
ASL Input:     hotpatch/SSDT-HDAU.dsl - 30 lines, 738 bytes, 17 keywords
AML Output:    build/SSDT-HDAU.aml - 222 bytes, 2 named objects, 15 executable opcodes

Compilation complete. 0 Errors, 0 Warnings, 0 Remarks, 4 Optimizations
iasl -vw 2095 -vw 2008 -vi -vs -p build/SSDT-HDEF.aml hotpatch/SSDT-HDEF.dsl
ASL Input:     hotpatch/SSDT-HDEF.dsl - 38 lines, 1042 bytes, 17 keywords
AML Output:    build/SSDT-HDEF.aml - 245 bytes, 2 named objects, 15 executable opcodes

Compilation complete. 0 Errors, 0 Warnings, 0 Remarks, 5 Optimizations
iasl -vw 2095 -vw 2008 -vi -vs -p build/SSDT-IGPU.aml hotpatch/SSDT-IGPU.dsl
ASL Input:     hotpatch/SSDT-IGPU.dsl - 328 lines, 13951 bytes, 38 keywords
AML Output:    build/SSDT-IGPU.aml - 3742 bytes, 7 named objects, 31 executable opcodes

Compilation complete. 0 Errors, 0 Warnings, 0 Remarks, 48 Optimizations
iasl -vw 2095 -vw 2008 -vi -vs -p build/SSDT-IMEI.aml hotpatch/SSDT-IMEI.dsl
ASL Input:     hotpatch/SSDT-IMEI.dsl - 45 lines, 1447 bytes, 23 keywords
AML Output:    build/SSDT-IMEI.aml - 280 bytes, 6 named objects, 17 executable opcodes

Compilation complete. 0 Errors, 0 Warnings, 0 Remarks, 4 Optimizations
iasl -vw 2095 -vw 2008 -vi -vs -p build/SSDT-LANC_PRW.aml hotpatch/SSDT-LANC_PRW.dsl
ASL Input:     hotpatch/SSDT-LANC_PRW.dsl - 24 lines, 701 bytes, 5 keywords
AML Output:    build/SSDT-LANC_PRW.aml - 129 bytes, 1 named objects, 4 executable opcodes

Compilation complete. 0 Errors, 0 Warnings, 0 Remarks, 2 Optimizations
iasl -vw 2095 -vw 2008 -vi -vs -p build/SSDT-LPC.aml hotpatch/SSDT-LPC.dsl
ASL Input:     hotpatch/SSDT-LPC.dsl - 60 lines, 1998 bytes, 20 keywords
AML Output:    build/SSDT-LPC.aml - 383 bytes, 5 named objects, 15 executable opcodes

Compilation complete. 0 Errors, 0 Warnings, 0 Remarks, 11 Optimizations
iasl -vw 2095 -vw 2008 -vi -vs -p build/SSDT-PNLF.aml hotpatch/SSDT-PNLF.dsl
ASL Input:     hotpatch/SSDT-PNLF.dsl - 144 lines, 5242 bytes, 78 keywords
AML Output:    build/SSDT-PNLF.aml - 671 bytes, 12 named objects, 66 executable opcodes

Compilation complete. 0 Errors, 0 Warnings, 0 Remarks, 8 Optimizations, 1 Constants Folded
iasl -vw 2095 -vw 2008 -vi -vs -p build/SSDT-PRW.aml hotpatch/SSDT-PRW.dsl
ASL Input:     hotpatch/SSDT-PRW.dsl - 28 lines, 840 bytes, 16 keywords
AML Output:    build/SSDT-PRW.aml - 127 bytes, 2 named objects, 14 executable opcodes

Compilation complete. 0 Errors, 0 Warnings, 0 Remarks, 4 Optimizations
iasl -vw 2095 -vw 2008 -vi -vs -p build/SSDT-PTSWAK.aml hotpatch/SSDT-PTSWAK.dsl
ASL Input:     hotpatch/SSDT-PTSWAK.dsl - 61 lines, 1744 bytes, 29 keywords
AML Output:    build/SSDT-PTSWAK.aml - 526 bytes, 2 named objects, 27 executable opcodes

Compilation complete. 0 Errors, 0 Warnings, 0 Remarks, 1 Optimizations
iasl -vw 2095 -vw 2008 -vi -vs -p build/SSDT-PluginType1.aml hotpatch/SSDT-PluginType1.dsl
ASL Input:     hotpatch/SSDT-PluginType1.dsl - 22 lines, 477 bytes, 5 keywords
AML Output:    build/SSDT-PluginType1.aml - 97 bytes, 1 named objects, 4 executable opcodes

Compilation complete. 0 Errors, 0 Warnings, 0 Remarks, 2 Optimizations
iasl -vw 2095 -vw 2008 -vi -vs -p build/SSDT-SATA.aml hotpatch/SSDT-SATA.dsl
ASL Input:     hotpatch/SSDT-SATA.dsl - 52 lines, 1608 bytes, 20 keywords
AML Output:    build/SSDT-SATA.aml - 292 bytes, 5 named objects, 15 executable opcodes

Compilation complete. 0 Errors, 0 Warnings, 0 Remarks, 10 Optimizations
iasl -vw 2095 -vw 2008 -vi -vs -p build/SSDT-SMBUS.aml hotpatch/SSDT-SMBUS.dsl
ASL Input:     hotpatch/SSDT-SMBUS.dsl - 23 lines, 458 bytes, 11 keywords
AML Output:    build/SSDT-SMBUS.aml - 138 bytes, 7 named objects, 4 executable opcodes

Compilation complete. 0 Errors, 0 Warnings, 0 Remarks, 1 Optimizations
iasl -vw 2095 -vw 2008 -vi -vs -p build/SSDT-XHC.aml hotpatch/SSDT-XHC.dsl
ASL Input:     hotpatch/SSDT-XHC.dsl - 35 lines, 1196 bytes, 18 keywords
AML Output:    build/SSDT-XHC.aml - 404 bytes, 2 named objects, 16 executable opcodes

Compilation complete. 0 Errors, 0 Warnings, 0 Remarks, 3 Optimizations
iasl -vw 2095 -vw 2008 -vi -vs -p build/SSDT-XOSI.aml hotpatch/SSDT-XOSI.dsl
ASL Input:     hotpatch/SSDT-XOSI.dsl - 34 lines, 1449 bytes, 5 keywords
AML Output:    build/SSDT-XOSI.aml - 178 bytes, 1 named objects, 4 executable opcodes

Compilation complete. 0 Errors, 0 Warnings, 0 Remarks, 2 Optimizations
iasl -vw 2095 -vw 2008 -vi -vs -p build/SSDT-XSEL.aml hotpatch/SSDT-XSEL.dsl
ASL Input:     hotpatch/SSDT-XSEL.dsl - 16 lines, 269 bytes, 1 keywords
AML Output:    build/SSDT-XSEL.aml - 78 bytes, 1 named objects, 0 executable opcodes

Compilation complete. 0 Errors, 0 Warnings, 0 Remarks, 0 Optimizations
iasl -vw 2095 -vw 2008 -vi -vs -p build/SSDT-XWAK.aml hotpatch/SSDT-XWAK.dsl
ASL Input:     hotpatch/SSDT-XWAK.dsl - 16 lines, 269 bytes, 1 keywords
AML Output:    build/SSDT-XWAK.aml - 78 bytes, 1 named objects, 0 executable opcodes

Compilation complete. 0 Errors, 0 Warnings, 0 Remarks, 0 Optimizations

Read post #1, "Problem Reporting"
Attach *ALL* files and output requested.
Don't expect help if you're unwilling to provide the requested files and output.

Also, your profile has no details on your laptop hardware. Please fix as per FAQ.
 
Read post #1, "Problem Reporting"
Attach *ALL* files and output requested.
Don't expect help if you're unwilling to provide the requested files and output.

Also, your profile has no details on your laptop hardware. Please fix as per FAQ.
Laptops: #1:
Hasee God of war G7-Sl7S2,
Intel Core I7-6700HQ 2.6 GHz,
Realtek RTL8168/8111 and Broadcom BCM94352Z,
Intel HD Graphics 530 and NVIDIA GeForce GTX 970M,
BIOS 1.05.18: 10.12.4/Win10

SSD: SAMSUNG MZNLN256HCHP-00000
BIOS:https://repo.palkeo.com/clevo-mirror/P6xxRx/
:crazy:
Sorry,My English is a bit poor, do not know ioreg and kextcache output. very sorry.
Above is all the output files I use.
I do not know which step I missed. I have not encountered any operations ioreg and kextcache output.
I'm sorry to bother you.
 

Attachments

  • file.zip
    4.7 MB · Views: 215
Laptops: #1:
Hasee God of war G7-Sl7S2,
Intel Core I7-6700HQ 2.6 GHz,
Realtek RTL8168/8111 and Broadcom BCM94352Z,
Intel HD Graphics 530 and NVIDIA GeForce GTX 970M,
BIOS 1.05.18: 10.12.4/Win10

SSD: SAMSUNG MZNLN256HCHP-00000
BIOS:https://repo.palkeo.com/clevo-mirror/P6xxRx/
:crazy:

Request was for the data to be in your profile, not some random post.
Please fix your profile as per FAQ.
Make sure all seven details as requested in the FAQ are present in the three profile fields.

Sorry,My English is a bit poor, do not know ioreg and kextcache output. very sorry.
Above is all the output files I use.
I do not know which step I missed. I have not encountered any operations ioreg and kextcache output.
I'm sorry to bother you.

No ioreg attached.
No kextcache output attached.
Read FAQ, "Problem Reporting". Carefully. Reply with all files and output requested.

Note: I'll be out for a while, so you'll have plenty of time to put the required data in a reply and fix your profile...
 
Request was for the data to be in your profile, not some random post.
Please fix your profile as per FAQ.
Make sure all seven details as requested in the FAQ are present in the three profile fields.



No ioreg attached.
No kextcache output attached.
Read FAQ, "Problem Reporting". Carefully. Reply with all files and output requested.

Note: I'll be out for a while, so you'll have plenty of time to put the required data in a reply and fix your profile...

I'm sorry, I always thought it was my problem.
Until I read English again I have been using the machine translated into Chinese.
 

Attachments

  • CLOVER.zip
    4.7 MB · Views: 160
  • ioreg.zip
    914.2 KB · Views: 167
  • RehabMan.zip
    39.1 KB · Views: 154
I tried this guide, but didn't get the brightness slider in SysPrefs>Displays... Problem Reporting files attached.

EDIT: Never mind. Brightness slider (albeit a little choppy) is back after a reboot.
 

Attachments

  • EFI.zip
    1.3 MB · Views: 170
  • Jasper’s MacBook Pro.zip
    440.8 KB · Views: 157
  • output-kextstat.txt
    860 bytes · Views: 197
  • output-sudo-touch.txt
    1.3 KB · Views: 213
Last edited:
I'm sorry, I always thought it was my problem.
Until I read English again I have been using the machine translated into Chinese.

You did not provide kextcache output as requested in "Problem Reporting".
The files in ACPI/orgin are too old to compare against your DSDT in ACPI/patched (you forgot to press F4).
But of the things you did provide, everything looks correct.

Except for the strange patch you have for AppleIntelSKLGraphicsFramebuffer commented as "eDP, port 0000".
Remove it.

Note: AppleBacklight.kext not likely to work with eDP displays. I'm almost certain I read that the PWM controls are for LVDS only.
 
Last edited:
I tried this guide, but didn't get the brightness slider in SysPrefs>Displays... Problem Reporting files attached.

I think the Clover patch for AppleBacklight hasn't kicked in yet due to the kext not in cache (rebuild cache, reboot).
Clover cannot patch a kext that is not in cache.
 
Back
Top