I have a problem with the new version of Ubuntu. I used to have Ubuntu 18.04 LTS version, but I decided to change to the normal version and update it to Ubuntu 18.10. Since then I can't turn the keyboard backlight on.
I have already tried to open a terminal and type: xset led 1
... xset led 32
, but it doesn't work. I have also tried to turn it on by pressing Fn+F4 and that shows the picture of the keyboard backlight but without the blue progressbar.
Does somebody know how I could fix it or what the problem is?
Open terminal and type, hit enter
It will turn on your asus laptop backlight.
This script comes with acpi-support package.
I was having the same issue on my UX430, to fix it just update your kernel to 4.19. You don't get the on screen display but it does now at least work
Same issue here on a MacBook Air. I can control the keyboard backlight by echoing a value into
Therefore, I thought it was not a kernel bug... and 4.19 does not solve the problem for me.
I was able to solve this.
Try browsing the /sys/class/leds/ directory. In my case I found 2 files that pertains to keyboard:
First file has 3 in it but the second has 0, so I set it to 3 as well and viola, it worked.
Now I wonder why did I had 2 files that pertains to keyboard brightness? can somebody point me to the config that reads out the files above so that I can correct which file to point it? TIA.
Note: I'm running 4.18
In my ZenBook pro UX580 the settings could be found in:
The file holds single value - 0. Replace it with grater number and you will have keyboard backlight on.