Ubuntu – Caps lock indicator not synced

indicatorkeyboard

I have a laptop which I hook up to an external display when I'm at home. I also connected an external keyboard and mouse which makes it more comfortable for me.

I have noticed that pressing caps lock on the external keyboard does not light up the capslock indicator of the laptop keyboard (and vice versa).

When googling, I came across the setleds function, but when I type it into a console all I get is this:

KDGKBLED: Inappropriate ioctl for device
Error reading current flags setting. Maybe you are not on the console?

Any idea if I can get this working?

Best Answer

This is a confirmed bug and there is nothing that you can do for the moment to fix it (I have the same issue):

Also, setleds it's working only in console mode (one among tty1-tty6), but this will not solve the problem. Check man setleds to see what it's purpose is (there is also one example there).

Related Question