I have installed Lubuntu on my Sony Vaio and my keybaord backlight isn't working. I have tried a few things in command line but they don't appear to have worked.
I know that the backlight is still working because when the computer first turns on the backlight is on for around 30 seconds but then it switches off.
lm-sensors
and then runsudo sensors-detect
and follow the instructions. Some people have reported the backlights working after performing this procedure. Also, see this other related post and please tell us if any of these solutions have worked for you. Thanks! https://askubuntu.com/questions/171384/keyboard-backlighting-not-working-on-a-vaio-vpcsb11fx – mchid Jun 05 '19 at 03:29I changed the ownership from root to my user in terminal and changed the values from -1 in both kbd_backlight and kbd_backlight_timeout to 1 and 2. My keyboard didn't light up and upon a restart the values changed back to -1 and root now ownes the files.
– abc Jun 05 '19 at 07:44