Contribute
Register

[solved] HP 820 G2 can't adjust screen backlight

Status
Not open for further replies.
After rebuilding cache, reboot.
Please use gen_debug.sh as per FAQ for collecting problem reporting files.
Thanks for reminding, here's the output
 

Attachments

  • debug_30903.zip
    1.4 MB · Views: 72
ioreg is missing.
Please check your files before upload.
after running gen_debug, backlight works! not sure what happened, maybe the way it calls rebuilding cache.

thanks!
 
after running gen_debug, backlight works! not sure what happened, maybe the way it calls rebuilding cache.

thanks!

Rebuild cache/reboot always required to allow KextsToPatch entries to kick in.
 
Rebuild cache/reboot always required to allow KextsToPatch entries to kick in.

Thanks, I assume "kextcache -i /" is the correct way for 10.13/10.14 ?
 
Thanks, I assume "kextcache -i /" is the correct way for 10.13/10.14 ?

Requires sudo:
Code:
sudo kextcache -i /

Or the old method also works:
Code:
sudo touch /System/Library/Extensions && sudo kextcache -u /
 
Requires sudo:
Code:
sudo kextcache -i /

Or the old method also works:
Code:
sudo touch /System/Library/Extensions && sudo kextcache -u /

Clear! thanks for kind reminding!
 
Status
Not open for further replies.
Back
Top