You are not logged in.

#1 2014-05-19 14:52:12

patofet
Member
Registered: 2013-01-03
Posts: 15

Keyboard light doesn't work anymore

Hi, recently I bought a new laptop that have keyboard light, at the beginning it works perfectly but a few days ago it doesn't work anymore, I don't know why I suposo that it's an update but I'm not sure... what can it be? haw can I fix it?

Thanks


Sorry for my bad english, I'm not english native tongue

Offline

#2 2014-05-19 17:04:17

emeres
Member
Registered: 2013-10-08
Posts: 1,570

Re: Keyboard light doesn't work anymore

How about you provide some information on what laptop/keyboard you use? There are several applications you can try:

yaourt keyboard light
#or search AUR from your browser

Probably you can adjust it what you already have on our system.

Offline

#3 2014-05-19 20:22:10

patofet
Member
Registered: 2013-01-03
Posts: 15

Re: Keyboard light doesn't work anymore

emeres wrote:

How about you provide some information on what laptop/keyboard you use? There are several applications you can try:

yaourt keyboard light
#or search AUR from your browser

Probably you can adjust it what you already have on our system.

I have a MSI GE60 PE2, I think that ther's no package for msi...


Sorry for my bad english, I'm not english native tongue

Offline

#4 2014-05-19 21:38:54

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 19,808

Re: Keyboard light doesn't work anymore

Sanity check...   Please post the output of uname -a   and of pacman -Qi linux


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way

Offline

#5 2014-05-20 22:13:20

patofet
Member
Registered: 2013-01-03
Posts: 15

Re: Keyboard light doesn't work anymore

ewaller wrote:

Sanity check...   Please post the output of uname -a   and of pacman -Qi linux

I think that is good, the results are this:

uname -a

Linux msiGE60 3.14.4-1-ARCH #1 SMP PREEMPT Tue May 13 16:41:39 CEST 2014 x86_64 GNU/Linux

pacman -Qi linux

Nombre            : linux
Versión           : 3.14.4-1
Descripción       : The Linux kernel and modules
Arquitectura      : x86_64
URL               : [url]http://www.kernel.org/[/url]
Licencias         : GPL2
Grupos            : base
Provee            : kernel26=3.14.4
Depende de        : coreutils  linux-firmware  kmod  mkinitcpio>=0.7
Dep. opcionales   : crda: to set the correct wireless channels of your country
Requerido por     : bbswitch  nvidia
Opcional Para   : Nada
En conflicto con    : kernel26
Reemplaza a         : kernel26
Tamaño instalado : 71943,00 KiB
Empaquetador      : Tobias Powalowski <tpowa@archlinux.org>
Fecha de compilación : mar 13 may 2014 16:46:00 CEST
Fecha de instalación : sáb 17 may 2014 22:45:37 CEST
Motivo de la instalación: Instalado explícitamente
Script de instalación: Sí
Validado Por   : Firma

Last edited by patofet (2014-05-20 22:15:45)


Sorry for my bad english, I'm not english native tongue

Offline

#6 2014-05-20 22:46:01

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 19,808

Re: Keyboard light doesn't work anymore

patofet wrote:

I think that is good, the results are...

I agree,  I was ensuring that the kernel you are running is the kernel that is installed.
It is.


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way

Offline

#7 2014-05-20 23:58:22

emeres
Member
Registered: 2013-10-08
Posts: 1,570

Re: Keyboard light doesn't work anymore

Patofet, your keyboard comes from SteelSeries. The keyboard light is a rgb light (I assume from the pictures). These information should have come from you by the way.
Since I never used such devices, I can only guess. It probably uses some modules (try lsmod | egrep -i 'light|rgb|kbd'), maybe they are not loaded any more for whatever reason. Or it got disabled after a recent upgrade. Check for any pacnew files in /etc. Maybe xset can set the light on again.

xset led n #where n is the appropriate number
#or try turning every led on
for i in $(seq 32); do xset led $i;done

Although I doubt this will do anything, rgb should be somewhat more complex. Try to find out what controller your laptop uses for the light.
How did it work before? Constant light, pulsing, some transitions? Are there any options in the BIOS/UEFI for it?

Offline

#8 2014-05-21 15:53:22

patofet
Member
Registered: 2013-01-03
Posts: 15

Re: Keyboard light doesn't work anymore

emeres wrote:

Patofet, your keyboard comes from SteelSeries. The keyboard light is a rgb light (I assume from the pictures). These information should have come from you by the way.
Since I never used such devices, I can only guess. It probably uses some modules (try lsmod | egrep -i 'light|rgb|kbd'), maybe they are not loaded any more for whatever reason. Or it got disabled after a recent upgrade. Check for any pacnew files in /etc. Maybe xset can set the light on again.

xset led n #where n is the appropriate number
#or try turning every led on
for i in $(seq 32); do xset led $i;done

Although I doubt this will do anything, rgb should be somewhat more complex. Try to find out what controller your laptop uses for the light.
How did it work before? Constant light, pulsing, some transitions? Are there any options in the BIOS/UEFI for it?

Hi, thanks for your reply, it's not a rgb light simple white light(two positions, all keyboard or only 'wasd' part). when I try "for i in $(seq 32); do xset led $i; sleep 1;done" it does nothing only disables numeric-keyboard and I must restart computer >.<

lsmod | egrep -i 'light|rgb|kbd'

atkbd                  16934  0 
libps2                  4507  2 atkbd,psmouse
serio                  10785  6 serio_raw,atkbd,i8042,psmouse

Sorry for my bad english, I'm not english native tongue

Offline

#9 2014-05-21 16:34:02

emeres
Member
Registered: 2013-10-08
Posts: 1,570

Re: Keyboard light doesn't work anymore

Search for any related modules (options), look through devices (tree /dev) and processes (/proc). Since it is the simpler version of backlight SteelSeries produces, it probably uses something primitive to turn on/off and change states. Using "xset -led n" (with a hyphen before led) would have disabled the LEDs again. You might also look how other manufactures are handling their lights (alien for example). Looking through lspci and dmidecode might turn up something useful. Since SteelSeries usually uses USB, it might use an internal port for power.
Or just ask SteelSeries/MSI how its product is handled under GNU/Linux, although they may just say it is not supported.

Offline

Board footer

Powered by FluxBB