flozz / asus-keyboard-backlight

Configure the keyboard backlight on ASUS laptops.
Do What The F*ck You Want To Public License
16 stars 3 forks source link

Not working on GL553VD-DS71 #1

Closed physicien closed 7 years ago

physicien commented 7 years ago

I just tried to install it, and the driver does not seem to work on my ASUS GL553VD. The distro is Kali Linux 2017.1. These two files are missing:

MAX_BRIGHTNESS_FILE = "/sys/devices/platform/asus_laptop/leds/asus::kbd_backlight/max_brightness"
BRIGHTNESS_FILE = "/sys/devices/platform/asus_laptop/leds/asus::kbd_backlight/brightness"
flozz commented 7 years ago

Hello,

physicien commented 7 years ago

Hi, the exact past is /sys/devices/platform/asus-nb-wmi/ for my configuration, so the second choice.

flozz commented 7 years ago

Ok, so what is the result of the following commands?

find /sys/devices/platform/asus-nb-wmi/ -iname "*brightness*"
find /sys/devices/platform/asus-nb-wmi/ -iname "*led*"
physicien commented 7 years ago

The first return nothing, but the second return /sys/devices/platform/asus-nb-wmi/input/input10/capabilities/led

flozz commented 7 years ago

Ok, so it seems your laptop is not supported by asus-nb-wmi module... I cannot do anything here (this project is just a glue between acpi hotkeys and the asus_laptop / asus-nb_wmi modules).

You may want to report your issue upstream → https://bugzilla.kernel.org

Best regards

physicien commented 7 years ago

Thanks for your help, I think the solution is to patch the kernel (if anyone else have the same problem).

flozz commented 7 years ago

thank you for the information, I close this issue as it is not solvable in this repo :)