Contribute
Register

Brightness keys and save brightness value bar after restart

Status
Not open for further replies.
Joined
Sep 20, 2018
Messages
103
Motherboard
HP Zbook 15 G3
CPU
i7-6700HQ
Graphics
HD 530 + M1000M
Mobile Phone
  1. iOS
Hello mates

Console doesn't show Qmethods for patch them.

And I can't save my bar values after restart.

Anybody help??

Thanks in advance!
 

Attachments

  • debug_7435.zip
    3.8 MB · Views: 157
Hello mates

Console doesn't show Qmethods for patch them.

And I can't save my bar values after restart.

Anybody help??

Thanks in advance!

It shows _Q66 (look at kernel_log.txt).
You will eventually find that BRT6 is the leaf method for brightness keys.
(as per backlight key guide)
 
Thanks @RehabMan but that method doesn't work for me.
 

Attachments

  • debug_17563.zip
    3.5 MB · Views: 173
Thanks @RehabMan but that method doesn't work for me.

Problem is your _OSI spoofing is incorrect.
Revert to manually patched DSDT.aml.
Use OSID->XSID, _OSI->XOSI patches, + SSDT-XOSI.aml.
Refer to ACPI hotpatch guide for details:

Also, you should check that the VoodooPS2Controller.kext you're using supports the notify codes you're attempting to use.
(it appears you're not using my VoodooPS2Controller.kext)
 
Thanks @RehabMan but your VoodooPS2Controller.kext doesn't works in my DELL M4800 and I don't know why.

I'm using OSID->XSID, _OSI->XOSI patches, + SSDT-XOSI.aml already and nothing.
 

Attachments

  • debug_19709.zip
    3.1 MB · Views: 172
I'm using OSID->XSID, _OSI->XOSI patches, + SSDT-XOSI.aml already and nothing.

No effect due to incorrect patching you already did via Clover autopatch (OOSI stuff).
 
Ok. I start from zero with the DSDT. Now I have the DSDT only with common patches only. I've followed the DSDT guide.

The laptop works exactly the same.
 

Attachments

  • debug_14705.zip
    3.2 MB · Views: 174
Ok. I start from zero with the DSDT. Now I have the DSDT only with common patches only. I've followed the DSDT guide.

The laptop works exactly the same.
you can see from your kextcache output you have an issue:
Code:
Kext with invalid signatured (-67062) allowed: <OSKext 0x7f8d88a7d670 [0x7fffa5cc1b30]> { URL = "AppleBacklightInjector.kext/ -- file:///Library/Extensions/", ID = "org.rehabman.injector.AppleBacklightInjector" }
kext file:///Library/Extensions/DisableTurboBoostBattery.kext/ is in hash exception list, allowing to load
Kext with invalid signatured (-67062) allowed: <OSKext 0x7f8d88a757f0 [0x7fffa5cc1b30]> { URL = "IntelGraphicsFixup.kext/ -- file:///Library/Extensions/", ID = "as.lvs1974.IntelGraphicsFixup" }
Kext with invalid signatured (-67062) allowed: <OSKext 0x7f8d88a3f370 [0x7fffa5cc1b30]> { URL = "Lilu.kext/ -- file:///Library/Extensions/", ID = "as.vit9696.Lilu" }
Kext with invalid signatured (-67062) allowed: <OSKext 0x7f8d84f170e0 [0x7fffa5cc1b30]> { URL = "ACPIDebug.kext/ -- file:///Library/Extensions/", ID = "com.rehabman.driver.ACPIDebug" }
Kext with invalid signatured (-67062) allowed: <OSKext 0x7f8d88a6c680 [0x7fffa5cc1b30]> { URL = "AppleBacklightFixup.kext/ -- file:///Library/Extensions/", ID = "com.hieplpvip.AppleBacklightFixup" }
Kext with invalid signatured (-67062) allowed: <OSKext 0x7f8d84f13b10 [0x7fffa5cc1b30]> { URL = "AzulPatcher4600.kext/ -- file:///Library/Extensions/", ID = "net.coderobe.macos.AzulPatcher4600" }
Kext with invalid signatured (-67062) allowed: <OSKext 0x7f8d88a44040 [0x7fffa5cc1b30]> { URL = "WhateverGreen.kext/ -- file:///Library/Extensions/", ID = "as.vit9696.WhateverGreen" }
Kext with invalid signatured (-67030) allowed: <OSKext 0x7f8d88a41890 [0x7fffa5cc1b30]> { URL = "AppleAHCIPort.kext/ -- file:///Library/Extensions/", ID = "com.apple.driver.AppleAHCIPort" }
kxld[com.hieplpvip.AppleBacklightFixup]: The following symbols are unresolved for this kext:
kxld[com.hieplpvip.AppleBacklightFixup]:     _lilu_os_log
Link failed (error code 5).
Prelink failed for com.hieplpvip.AppleBacklightFixup; omitting from prelinked kernel.
kxld[as.vit9696.WhateverGreen]: The following symbols are unresolved for this kext:
kxld[as.vit9696.WhateverGreen]:     KernelPatcher::eraseCoverageInstPrefix(unsigned long long, unsigned long)
kxld[as.vit9696.WhateverGreen]:     _lilu_os_log
Link failed (error code 5).
Prelink failed for as.vit9696.WhateverGreen; omitting from prelinked kernel.
KernelCache ID: 2D1AEDA67BE5C9C7D501C71E81BCC9A2
Kext with invalid signatured (-67062) allowed: <OSKext 0x7fafbe77f7f0 [0x7fffa5cc1b30]> { URL = "Lilu.kext/ -- file:///Library/Extensions/", ID = "as.vit9696.Lilu" }
Kext with invalid signatured (-67030) allowed: <OSKext 0x7fafbe781d10 [0x7fffa5cc1b30]> { URL = "AppleAHCIPort.kext/ -- file:///Library/Extensions/", ID = "com.apple.driver.AppleAHCIPort" }
Kext with invalid signatured (-67062) allowed: <OSKext 0x7fafbe788750 [0x7fffa5cc1b30]> { URL = "WhateverGreen.kext/ -- file:///Library/Extensions/", ID = "as.vit9696.WhateverGreen" }
Kext with invalid signatured (-67062) allowed: <OSKext 0x7fafbe7acc20 [0x7fffa5cc1b30]> { URL = "AzulPatcher4600.kext/ -- file:///Library/Extensions/", ID = "net.coderobe.macos.AzulPatcher4600" }
Kext with invalid signatured (-67062) allowed: <OSKext 0x7fafbe7aea90 [0x7fffa5cc1b30]> { URL = "AppleBacklightFixup.kext/ -- file:///Library/Extensions/", ID = "com.hieplpvip.AppleBacklightFixup" }
Kext with invalid signatured (-67062) allowed: <OSKext 0x7fafbe7b4a60 [0x7fffa5cc1b30]> { URL = "ACPIDebug.kext/ -- file:///Library/Extensions/", ID = "com.rehabman.driver.ACPIDebug" }
Kext with invalid signatured (-67062) allowed: <OSKext 0x7fafbe7b79a0 [0x7fffa5cc1b30]> { URL = "IntelGraphicsFixup.kext/ -- file:///Library/Extensions/", ID = "as.lvs1974.IntelGraphicsFixup" }
kext file:///Library/Extensions/DisableTurboBoostBattery.kext/ is in hash exception list, allowing to load
Kext with invalid signatured (-67062) allowed: <OSKext 0x7fafbe7c19b0 [0x7fffa5cc1b30]> { URL = "AppleBacklightInjector.kext/ -- file:///Library/Extensions/", ID = "org.rehabman.injector.AppleBacklightInjector" }
IntelGraphicsFixup should be removed as Whatevergreen has that built in
Use this to make sure your kexts are up to date:


MacBookPro11,1 would be a better choice

clover/kexts/other is very wrong, only essential kexts belong in there

all your other kexts should be installed correctly to /Library/Extensions

not sure why you changed InjectKexts to Yes when it should be - Detect
 
you can see from your kextcache output you have an issue:
Code:
Kext with invalid signatured (-67062) allowed: <OSKext 0x7f8d88a7d670 [0x7fffa5cc1b30]> { URL = "AppleBacklightInjector.kext/ -- file:///Library/Extensions/", ID = "org.rehabman.injector.AppleBacklightInjector" }
kext file:///Library/Extensions/DisableTurboBoostBattery.kext/ is in hash exception list, allowing to load
Kext with invalid signatured (-67062) allowed: <OSKext 0x7f8d88a757f0 [0x7fffa5cc1b30]> { URL = "IntelGraphicsFixup.kext/ -- file:///Library/Extensions/", ID = "as.lvs1974.IntelGraphicsFixup" }
Kext with invalid signatured (-67062) allowed: <OSKext 0x7f8d88a3f370 [0x7fffa5cc1b30]> { URL = "Lilu.kext/ -- file:///Library/Extensions/", ID = "as.vit9696.Lilu" }
Kext with invalid signatured (-67062) allowed: <OSKext 0x7f8d84f170e0 [0x7fffa5cc1b30]> { URL = "ACPIDebug.kext/ -- file:///Library/Extensions/", ID = "com.rehabman.driver.ACPIDebug" }
Kext with invalid signatured (-67062) allowed: <OSKext 0x7f8d88a6c680 [0x7fffa5cc1b30]> { URL = "AppleBacklightFixup.kext/ -- file:///Library/Extensions/", ID = "com.hieplpvip.AppleBacklightFixup" }
Kext with invalid signatured (-67062) allowed: <OSKext 0x7f8d84f13b10 [0x7fffa5cc1b30]> { URL = "AzulPatcher4600.kext/ -- file:///Library/Extensions/", ID = "net.coderobe.macos.AzulPatcher4600" }
Kext with invalid signatured (-67062) allowed: <OSKext 0x7f8d88a44040 [0x7fffa5cc1b30]> { URL = "WhateverGreen.kext/ -- file:///Library/Extensions/", ID = "as.vit9696.WhateverGreen" }
Kext with invalid signatured (-67030) allowed: <OSKext 0x7f8d88a41890 [0x7fffa5cc1b30]> { URL = "AppleAHCIPort.kext/ -- file:///Library/Extensions/", ID = "com.apple.driver.AppleAHCIPort" }
kxld[com.hieplpvip.AppleBacklightFixup]: The following symbols are unresolved for this kext:
kxld[com.hieplpvip.AppleBacklightFixup]:     _lilu_os_log
Link failed (error code 5).
Prelink failed for com.hieplpvip.AppleBacklightFixup; omitting from prelinked kernel.
kxld[as.vit9696.WhateverGreen]: The following symbols are unresolved for this kext:
kxld[as.vit9696.WhateverGreen]:     KernelPatcher::eraseCoverageInstPrefix(unsigned long long, unsigned long)
kxld[as.vit9696.WhateverGreen]:     _lilu_os_log
Link failed (error code 5).
Prelink failed for as.vit9696.WhateverGreen; omitting from prelinked kernel.
KernelCache ID: 2D1AEDA67BE5C9C7D501C71E81BCC9A2
Kext with invalid signatured (-67062) allowed: <OSKext 0x7fafbe77f7f0 [0x7fffa5cc1b30]> { URL = "Lilu.kext/ -- file:///Library/Extensions/", ID = "as.vit9696.Lilu" }
Kext with invalid signatured (-67030) allowed: <OSKext 0x7fafbe781d10 [0x7fffa5cc1b30]> { URL = "AppleAHCIPort.kext/ -- file:///Library/Extensions/", ID = "com.apple.driver.AppleAHCIPort" }
Kext with invalid signatured (-67062) allowed: <OSKext 0x7fafbe788750 [0x7fffa5cc1b30]> { URL = "WhateverGreen.kext/ -- file:///Library/Extensions/", ID = "as.vit9696.WhateverGreen" }
Kext with invalid signatured (-67062) allowed: <OSKext 0x7fafbe7acc20 [0x7fffa5cc1b30]> { URL = "AzulPatcher4600.kext/ -- file:///Library/Extensions/", ID = "net.coderobe.macos.AzulPatcher4600" }
Kext with invalid signatured (-67062) allowed: <OSKext 0x7fafbe7aea90 [0x7fffa5cc1b30]> { URL = "AppleBacklightFixup.kext/ -- file:///Library/Extensions/", ID = "com.hieplpvip.AppleBacklightFixup" }
Kext with invalid signatured (-67062) allowed: <OSKext 0x7fafbe7b4a60 [0x7fffa5cc1b30]> { URL = "ACPIDebug.kext/ -- file:///Library/Extensions/", ID = "com.rehabman.driver.ACPIDebug" }
Kext with invalid signatured (-67062) allowed: <OSKext 0x7fafbe7b79a0 [0x7fffa5cc1b30]> { URL = "IntelGraphicsFixup.kext/ -- file:///Library/Extensions/", ID = "as.lvs1974.IntelGraphicsFixup" }
kext file:///Library/Extensions/DisableTurboBoostBattery.kext/ is in hash exception list, allowing to load
Kext with invalid signatured (-67062) allowed: <OSKext 0x7fafbe7c19b0 [0x7fffa5cc1b30]> { URL = "AppleBacklightInjector.kext/ -- file:///Library/Extensions/", ID = "org.rehabman.injector.AppleBacklightInjector" }
IntelGraphicsFixup should be removed as Whatevergreen has that built in
Use this to make sure your kexts are up to date:


MacBookPro11,1 would be a better choice

clover/kexts/other is very wrong, only essential kexts belong in there

all your other kexts should be installed correctly to /Library/Extensions

not sure why you changed InjectKexts to Yes when it should be - Detect
Thanks @Feartech . All corrected. But still the same.
 

Attachments

  • debug_886.zip
    2.3 MB · Views: 170
Status
Not open for further replies.
Back
Top