Contribute
Register

[Guide] Laptop backlight control using AppleBacklightFixup.kext

Thank you for your help.
I read the article again and again, to determine what is missing. Unfortunately, there is no repair of the brightness problem.
Please allow me to say about my situation:
Before installing the patch, upgrade to 10.12.4 version after the brightness of the scroll bar, but can only be adjusted to the brightest and darkest.
After installing the patch, I have no scroll bar. Wake up after sleep will be directly black.
Maybe my notebook does not apply this.

Still no "Problem Reporting" files attached.
Read post #1, "Problem Reporting", and attach the files requested as per FAQ.
 
I realised I had not added SSDT-PNLF.aml to the sortedOrder. Once I added brightness started working.

Yes... If SortedOrder is specified, only those SSDTs will be loaded from ACPI/patched.
A file that is in ACPI/patched, but not in SortedOrder will not load...
It is as stated in post #1...
 
My brightness is working at max but no slider in preferences. Could you take a look?
Code:
MBP-van-Mattias:~ mattiaspelgrims$ kextstat|grep -y acpiplat
   13    2 0xffffff7f82ebd000 0x60000    0x60000    com.apple.driver.AppleACPIPlatform (5.0) 65E05472-6AE7-3308-8CC8-FA6CB0DB2AEE <12 11 7 6 5 4 3 1>
MBP-van-Mattias:~ mattiaspelgrims$ kextstat|grep -y appleintelcpu
MBP-van-Mattias:~ mattiaspelgrims$ kextstat|grep -y applelpc
MBP-van-Mattias:~ mattiaspelgrims$ kextstat|grep -y applehda
   93    1 0xffffff7f811b4000 0x1d000    0x1d000    com.apple.driver.AppleHDAController (279.48) ED51F180-19C8-3DE1-AF81-0E389D98ADDE <92 91 72 12 7 6 5 4 3 1>
  119    0 0xffffff7f81356000 0xb5000    0xb5000    com.apple.driver.AppleHDA (999.1.1fc1) 806B8C17-50CA-3C6B-90B3-195F38D8FB89 <118 94 93 92 91 72 6 5 4 3 1>
MBP-van-Mattias:~ mattiaspelgrims$ sudo touch /System/Library/Extensions && sudo kextcache -u /
Password:
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext USBInjectAll.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext SATA-100-series-unsupported.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext NullEthernet.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext FakeSMC.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext FakePCIID_Intel_HD_Graphics.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext FakePCIID.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext CodecCommander.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext BrcmPatchRAM2.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext BrcmFirmwareRepo.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext ApplePS2Keyboard.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext ApplePS2Controller.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext ApplePS2SmartTouchPad.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext AppleBacklightInjector.kext
kext-dev-mode allowing invalid signature -67030 0xFFFFFFFFFFFEFA2A for kext aDummyHDA.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext ACPIDebug.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext ACPIBatteryManager.kext
kext-dev-mode allowing invalid signature -67013 0xFFFFFFFFFFFEFA3B for kext AppleMobileDevice.kext
KernelCache ID: A99EDA7A15418BEAAAE59D83E2E0FFAD
 

Attachments

  • CLOVER.zip
    1.8 MB · Views: 199
  • IOReg.zip
    558.3 KB · Views: 149
  • RehabMan.zip
    58.2 KB · Views: 171
My brightness is working at max but no slider in preferences. Could you take a look?
Code:
MBP-van-Mattias:~ mattiaspelgrims$ kextstat|grep -y acpiplat
   13    2 0xffffff7f82ebd000 0x60000    0x60000    com.apple.driver.AppleACPIPlatform (5.0) 65E05472-6AE7-3308-8CC8-FA6CB0DB2AEE <12 11 7 6 5 4 3 1>
MBP-van-Mattias:~ mattiaspelgrims$ kextstat|grep -y appleintelcpu
MBP-van-Mattias:~ mattiaspelgrims$ kextstat|grep -y applelpc
MBP-van-Mattias:~ mattiaspelgrims$ kextstat|grep -y applehda
   93    1 0xffffff7f811b4000 0x1d000    0x1d000    com.apple.driver.AppleHDAController (279.48) ED51F180-19C8-3DE1-AF81-0E389D98ADDE <92 91 72 12 7 6 5 4 3 1>
  119    0 0xffffff7f81356000 0xb5000    0xb5000    com.apple.driver.AppleHDA (999.1.1fc1) 806B8C17-50CA-3C6B-90B3-195F38D8FB89 <118 94 93 92 91 72 6 5 4 3 1>
MBP-van-Mattias:~ mattiaspelgrims$ sudo touch /System/Library/Extensions && sudo kextcache -u /
Password:
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext USBInjectAll.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext SATA-100-series-unsupported.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext NullEthernet.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext FakeSMC.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext FakePCIID_Intel_HD_Graphics.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext FakePCIID.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext CodecCommander.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext BrcmPatchRAM2.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext BrcmFirmwareRepo.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext ApplePS2Keyboard.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext ApplePS2Controller.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext ApplePS2SmartTouchPad.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext AppleBacklightInjector.kext
kext-dev-mode allowing invalid signature -67030 0xFFFFFFFFFFFEFA2A for kext aDummyHDA.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext ACPIDebug.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext ACPIBatteryManager.kext
kext-dev-mode allowing invalid signature -67013 0xFFFFFFFFFFFEFA3B for kext AppleMobileDevice.kext
KernelCache ID: A99EDA7A15418BEAAAE59D83E2E0FFAD

You entered the AppleBacklight patch incorrectly.
You have empty MatchOS and MatchBuild properties in that patch, which means they never match any version/build, which is the same as having the patch disabled.
It appears you used Clover Configurator... always a mistake.
Use a plist editor to copy/paste the patch as recommended in post #1.
 
You entered the AppleBacklight patch incorrectly.
You have empty MatchOS and MatchBuild properties in that patch, which means they never match any version/build, which is the same as having the patch disabled.
It appears you used Clover Configurator... always a mistake.
Use a plist editor to copy/paste the patch as recommended in post #1.
I just read that in another reply from you to someone else regarding the fcvo patch. It is working now, thanks for the heads up and I will keep that in mind!

Is there any way to get the smooth transitions from IntelBacklight.kext in the future?
 
Is there any way to get the smooth transitions from IntelBacklight.kext in the future?

IntelBacklight.kext does not work correctly with the current version of macOS (10.12.4).
I cannot predict the future.
 
Still no "Problem Reporting" files attached.
Read post #1, "Problem Reporting", and attach the files requested as per FAQ.
Sorry, I always thought it was my mistake.
System: Hasee G7-Sl7S2
CPU: I7-6700HQ
Graphics: HD530 1920*1080 and NVIDIA970 1920*1080
My notebook is barebones.
 

Attachments

  • CLOVER.zip
    4.7 MB · Views: 186
Sorry, I always thought it was my mistake.
System: Hasee G7-Sl7S2
CPU: I7-6700HQ
Graphics: HD530 1920*1080 and NVIDIA970 1920*1080
My notebook is barebones.

Need all files and output requested in "Problem Reporting".

But just commenting on your mistakes in EFI/Clover:
- the patch is entered incorrectly. Looks like you used Clover Configurator (read post #34 for details)
- ACPI/patched does not include SSDT-PNLF.aml
- even if ACPI/patched included SSDT-PNLF.aml, it is missing from config.plist/ACPI/SortedOrder

Suggest you go back and read post #1 again. Carefully.
 
Need all files and output requested in "Problem Reporting".

But just commenting on your mistakes in EFI/Clover:
- the patch is entered incorrectly. Looks like you used Clover Configurator (read post #34 for details)
- ACPI/patched does not include SSDT-PNLF.aml
- even if ACPI/patched included SSDT-PNLF.aml, it is missing from config.plist/ACPI/SortedOrder

Suggest you go back and read post #1 again. Carefully.
All the files I use are here. thank you very much. I am a bit confused.
 

Attachments

  • file.zip
    4.7 MB · Views: 175
All the files I use are here. thank you very much. I am a bit confused.

No ioreg attached.
No kextcache output attached.
 
Back
Top