hieplpvip / AsusSMC

A VirtualSMC plugin provides native macOS support for ALS, keyboard backlight and Fn keys on Asus laptops
MIT License
171 stars 22 forks source link

Dependencies not found for kexts AsusSMC #97

Closed andreademasi closed 3 years ago

andreademasi commented 3 years ago

Hi everyone, first of all thank you for this project, i'm trying to make backlight and battery health charging working but it seems that i can't manage to get AsusSMC properly loaded:

Dependency as.vit9696.Lilu was not found for kext com.hieplpvip.AsusSMC
Dependency as.vit9696.VirtualSMC was not found for kext com.hieplpvip.AsusSMC

Any ideas why AsusSMC can't find these kexts? I do have them installed My laptop is a ZenBook UX433FN, let me know if you need more details.

Ubsefor commented 3 years ago

Prob. incorrect load order or kexts version, please check that. Lilu should be loaded before AsusSMC. I suggest following my kext load order:

Снимок экрана 2021-04-17 в 13 53 52

andreademasi commented 3 years ago

Ops, you're right, totally missed that thanks.