Contribute
Register

[Guide] Laptop backlight control using AppleBacklightFixup.kext

Your ACPI configuration is not per guide.
You have an existing PNLF (a brightness patch) applied in DSDT.aml.
As per post #1, SSDT-PNLF.aml provides PNLF, not DSDT.
Read post #1 carefully.
ok how remove patch PNLF IN DSDT.aml
 
when I try to create de DSDT-PNLF.aml file with make I have a error at the end of the compile/decompile (error 6126) and dot output the DSDT-PNLF file :/
 

Attachments

  • Captura de pantalla 2017-07-17 a la(s) 3.17.33 p.m..png
    Captura de pantalla 2017-07-17 a la(s) 3.17.33 p.m..png
    237.4 KB · Views: 113
I compiled and install IASL with the instructions from the guide. Screenshot

Looks like you're using the wrong version of iasl.

What is the output of:
Code:
iasl -v
which iasl
 
iasl -v
which iasl

iasl -v


Intel ACPI Component Architecture

ASL Optimizing Compiler version 20140926-64 [Oct 16 2014]

Copyright (c) 2000 - 2014 Intel Corporation

which iasl

/usr/local/bin/iasl
 
iasl -v


Intel ACPI Component Architecture

ASL Optimizing Compiler version 20140926-64 [Oct 16 2014]

Copyright (c) 2000 - 2014 Intel Corporation

which iasl

/usr/local/bin/iasl

It is the wrong version of iasl.
The current version (on bitbucket) linked by my guide is:

Intel ACPI Component Architecture
ASL+ Optimizing Compiler version 20161210-64(RM)
Copyright (c) 2000 - 2016 Intel Corporation
 
It is the wrong version of iasl.
The current version (on bitbucket) linked by my guide is:

Intel ACPI Component Architecture
ASL+ Optimizing Compiler version 20161210-64(RM)
Copyright (c) 2000 - 2016 Intel Corporation

Thanks!

I finally did all the guide steps but i don't have slider on screen menu and backlight support at all. Sorry in advance :/

* Attached config plist and patched files.
 

Attachments

  • Files.zip
    21.7 KB · Views: 86
Thanks!

I finally did all the guide steps but i don't have slider on screen menu and backlight support at all. Sorry in advance :/

* Attached config plist and patched files.

Read post #1, "Problem Reporting".
 
Back
Top