- This topic has 2 replies, 2 voices, and was last updated Jul 31-1:36 am by vita_cell.
- AuthorPosts
- July 30, 2023 at 4:28 pm #113134Member
vita_cell
Hi, I can’t enable or control keyboard’s backlit light, while it works out of the box with any other GNU/Linux distribution. I tryed to boot with legacy kernel, live usb. Lunix version I am using is 5.10.142-antix.
I have installed Antix 22 64bits runit.July 30, 2023 at 8:37 pm #113161Moderatorcaprea
::The keyboard backlight folder sits in /sys/class/leds
On my thinkpad it is called tpacpi::kbd_backlight, yours is called differently, just look for kbd
There’s a max_brightness file in the folder with a number. Here on mine it is 2.
With the command
echo 2 | sudo tee /sys/class/leds/tpacpi::kbd_backlight/brightness
the backlight can be turned on
With
echo 0 | sudo tee /sys/class/leds/tpacpi::kbd_backlight/brightness
I can turn it off.
You need to change the commands for your situation.If this works you can use a key combination for the commands.
July 31, 2023 at 1:36 am #113181Membervita_cell
::It works, but why in this GNU/Linux distribution the only one that shortcuts for keyboard brightness on keyboard don’t work? Maybe because here is no power manager or it’s just very basic?
EDIT: Ok, just installed xfce power manager, and that fixed the whole problem. Maybe not good idea to install that on Antix, but I see no better solution.
- This reply was modified 4 months ago by vita_cell.
- This reply was modified 4 months ago by vita_cell.
- This reply was modified 4 months ago by vita_cell.
- AuthorPosts
- You must be logged in to reply to this topic.