Comment 10 for bug 1184514

Revision history for this message
Fabien LOISON (flozz) wrote :

Hum, it seems to be cool :)

Can you try to replace

    MAX_BRIGHTNESS_FILE = "/sys/devices/platform/asus_laptop/leds/asus::kbd_backlight/max_brightness"
    BRIGHTNESS_FILE = "/sys/devices/platform/asus_laptop/leds/asus::kbd_backlight/brightness"

by

    MAX_BRIGHTNESS_FILE = "/sys/devices/platform/asus-nb-wmi/leds/asus::kbd_backlight/max_brightness"
    BRIGHTNESS_FILE = "/sys/devices/platform/asus-nb-wmi/leds/asus::kbd_backlight/brightness"

in "/etc/acpi/asus-kbd-backlight.py" (line 78-79).

Does it work better? If not, what is the content of the "/sys/devices/platform/asus_laptop/leds/" folder and sub folders?