You are not logged in.

#1 2019-05-05 17:15:31

prmsrswt
Member
Registered: 2019-05-05
Posts: 3

Cannot control keyboard backlight on Asus FX505DY

I am not able to control the keyboard backlight in my laptop (ASUS FX505DY). The output of lsmod | grep asus is

asus_nb_wmi            28672  0
asus_wmi               32768  1 asus_nb_wmi
sparse_keymap          16384  1 asus_wmi
rfkill                 28672  9 asus_wmi,bluetooth,cfg80211
wmi                    32768  2 asus_wmi,wmi_bmof
asus_wireless          20480  0
i8042                  32768  1 asus_nb_wmi

asus-nb-wmi is loaded but I can't find asus::kbd_backlight in /sys/class/leds/

Output of ls /sys/class/leds is

asus-wireless::airplane  input6::capslock  input6::numlock  input6::scrolllock

Output of dmesg | grep asus is

[    9.421619] asus_wmi: ASUS WMI generic driver loaded
[    9.456057] input: Asus WMI hotkeys as /devices/platform/asus-nb-wmi/input/input14
[    9.470693] asus_wmi: Number of fans: 0

Offline

#2 2019-05-05 22:26:03

Mortimer Houghton
Member
Registered: 2014-09-28
Posts: 89

Re: Cannot control keyboard backlight on Asus FX505DY

Have you tried the D-Bus method for adjusting your keyboard backlight?
https://wiki.archlinux.org/index.php/Keyboard_backlight

Offline

#3 2019-05-06 13:39:37

prmsrswt
Member
Registered: 2019-05-05
Posts: 3

Re: Cannot control keyboard backlight on Asus FX505DY

Yes I have tried that. It gives me the error

No such interface “org.freedesktop.UPower.KbdBacklight” on object at path /org/freedesktop/UPower/KbdBacklight

I guess the kernel module asus-nb-wmi doesn't support my laptop model (Asus FX505DY) yet.

Offline

#4 2019-05-06 18:51:12

Mortimer Houghton
Member
Registered: 2014-09-28
Posts: 89

Re: Cannot control keyboard backlight on Asus FX505DY

Did you enable/start upower.service before trying to run the script?

Offline

#5 2019-05-07 18:54:02

prmsrswt
Member
Registered: 2019-05-05
Posts: 3

Re: Cannot control keyboard backlight on Asus FX505DY

upower.service was enabled, and it is currently active. Output of systemctl status upower.service

● upower.service - Daemon for power management
   Loaded: loaded (/usr/lib/systemd/system/upower.service; disabled; vendor preset: disabled)
   Active: active (running) since Wed 2019-05-08 00:16:22 IST; 5min ago
     Docs: man:upowerd(8)
 Main PID: 630 (upowerd)
    Tasks: 3 (limit: 4915)
   Memory: 6.3M
   CGroup: /system.slice/upower.service
           └─630 /usr/lib/upowerd

May 08 00:16:22 blackbox systemd[1]: Starting Daemon for power management...
May 08 00:16:22 blackbox systemd[1]: Started Daemon for power management.

Offline

Board footer

Powered by FluxBB