Contribute
Register

No Brightness Control In Skylake CPU [Intel HD 520] [Already Hardware Accelerated] [Mojave]

Status
Not open for further replies.
No. Its the same as b4
 
Perhaps, its some problem with Lilu or WhateverGreen?
 

Attachments

  • Screenshot 2020-07-09 at 9.01.07 PM.png
    Screenshot 2020-07-09 at 9.01.07 PM.png
    240.5 KB · Views: 47
Perhaps, its some problem with Lilu or WhateverGreen?
remove:
SSDT-PLUG-DRTNIA.aml
SSDT-PNLF.aml

make sure lilu and whatevergreen kexts are the latest, also use the SSDT-PNLF.aml that comes with whatevergreen.kext

also you don't need a sorted order with hot patch files, can cause issues, so make this:
Code:
<key>SortedOrder</key>
        <array>
            <string>SSDT-PLNF.aml</string>
        </array>

look like:
Code:
<key>#SortedOrder</key>
        <array>
            <string>SSDT-PLNF.aml</string>
        </array>
 
Do I use the DEBUG or RELEASE?
 
Is this Compilation error normal, I simply tried to compile the one online without any changes..
 

Attachments

  • Screenshot 2020-07-09 at 9.09.25 PM.png
    Screenshot 2020-07-09 at 9.09.25 PM.png
    304 KB · Views: 63

Attachments

  • SSDT-PNLF.aml
    1.1 KB · Views: 59
That did it. Now I can control brightness. Thanks A Lot!
 

Attachments

  • Screenshot 2020-07-09 at 9.24.53 PM.png
    Screenshot 2020-07-09 at 9.24.53 PM.png
    135.7 KB · Views: 60
Status
Not open for further replies.
Back
Top