Quantcast
Channel: Debian User Forums
Viewing all articles
Browse latest Browse all 3383

Beginners Questions • [Hardware] CapsLock and NumLock button led indicators not working

$
0
0
Hello guys, I am relatively new to debian and the linux world. I installed debian on my new Lenovo IdeaPad Slim 3 laptop about 1 month ago.

Image

I have been ejoying it so far, except this small issue. As you saw in the title I have a problem with my built-in keyboard, whenever I press the CapsLock or the NumLock button the action is completed, the button itself works, but the led indicator does not light up. I tried to plug in an external USB keyboard and it works as it should. The laptop has a led indicator on the Escape button as well which serves as a FunctionLock indicator and it works. I also know that it not a hardware issue as all 3 led indicators (CapsLock, NumLock and FunctionLock) light up for half a second when I turn on the laptop. I have installed 3 desktop environments (KDE, Gnome and XFCE) because I wanted to try them all out and this issue is present on all of them and even on my login screen(SDMM). I like Gnome on Wayland the most and that is why i am trying to solve this issue on this environment. I have tried a lot of things and none of them have resolved the problem.

Firstly I tried checking the status of the keys with:

Code:

xset q
the results on Wayland were a bit laggy, it needed a few seconds to change the status, but on Xorg the change of the status was instant. Next I tried:

Code:

sudo evtest
and later:

Code:

sudo libinput debug-events
which both register the clicks of the buttons perfectly, here are some pictures:

Image

Image

I went to gnome-tweaks and checked this box:

Image

I also tried with

Code:

setleds
and this was the result I got:

Image

Then I tried to change the values in

Code:

/sys/class/leds
and this was the response:

Image

but still nothing happened.

but still nothing happened.

The commands:

Code:

lsmod | grep keyboard
and

Code:

lsmod | grep atkbd
return nothing. And the command

Code:

sudo modprobe "AT Raw Set 2 keyboard"
returns the following error:

Image

but the command

Code:

sudo dmesg | grep -i "AT Raw Set 2 keyboard"
, returned this:

Image

If any additional information is needed please let me know. This issue is really bothering me and I could not find a working solution anywhere else.

Statistics: Posted by pepe_torvalds — 2024-12-20 22:13 — Replies 2 — Views 71



Viewing all articles
Browse latest Browse all 3383

Trending Articles