Results 1 to 9 of 9

Thread: Ubuntu 18.04 Backlit Keyboard not working

  1. #1
    Join Date
    Oct 2012
    Location
    Eugene, Or
    Beans
    378
    Distro
    Ubuntu 18.04 Bionic Beaver

    Ubuntu 18.04 Backlit Keyboard not working

    Have a Dell Latitude E6500 got a new Backlit Keyboard for it. Installed keyboard per instructions. Worked when i turned on laptop. Turned it in BIOS. Boot into Ubuntu 18.04 does not work? Have tried https://www.dell.com/support/article...-linux?lang=en
    & Xset led, xset led on, xset led 3, from different sites.
    Found a Fn right arrow-Key, with what looks like to me Keyboard Illumination. When i press the Fn Right-arrow appears to do nothing?
    Last edited by Redalien0304; January 25th, 2019 at 10:39 PM.
    The Answer Please if at all Possible

  2. #2
    Join Date
    Oct 2012
    Location
    Eugene, Or
    Beans
    378
    Distro
    Ubuntu 18.04 Bionic Beaver

    Re: Ubuntu 18.04 Backlit Keyboard not working

    Bump anyone Backlit Keyboard??
    The Answer Please if at all Possible

  3. #3
    Join Date
    Oct 2012
    Location
    Eugene, Or
    Beans
    378
    Distro
    Ubuntu 18.04 Bionic Beaver

    Re: Ubuntu 18.04 Backlit Keyboard not working

    Ok Solved now. Got what i Needed from Here
    https://askubuntu.com/questions/1076...is-not-working

    Show the configured brightness:


    $ cat /sys/devices/platform/dell-laptop/leds/dell\:\:kbd_backlight/brightness
    0


    See the maximum brightness:


    $ cat /sys/devices/platform/dell-laptop/leds/dell\:\:kbd_backlight/max_brightness
    4


    Set the desired level of brightness (here: 4):


    $ echo 4 | sudo tee /sys/devices/platform/dell-laptop/leds/dell\:\:kbd_backlight/brightness
    The Answer Please if at all Possible

  4. #4
    Join Date
    May 2018
    Beans
    1

    Re: Ubuntu 18.04 Backlit Keyboard not working

    Upvoted the same article which helped with this Precision M6600 -
    That poster also mentioned this related info:

    Slightly related: You might also want to configure the time-out interval for the backlight, using the stop_timeout setting. See also the article How to Configure the Keyboard Backlight Time-Out Interval in Ubuntu Linux in the Dell knowledge base.
    I'm digging for ambient light sensor config options re the same keyboard backlight.

  5. #5
    Join Date
    Sep 2019
    Beans
    1

    Re: Ubuntu 18.04 Backlit Keyboard not working

    Hi,

    you could just use the following commands in the terminal

    to turn it on

    xset led 3

    and to turn it off

    xset -led 3

  6. #6
    Join Date
    Aug 2011
    Beans
    2

    Re: Ubuntu 18.04 Backlit Keyboard not working

    Hello folks!

    I've been working on this for a while now and tried all of the above mentioned to get my keyboard backlighting to even work. Silly as this might sound, and I truly do hope this helps someone, F10 on my keyboard turns the keyboard backlights on. It's kind of embarrassing to say that I struggled with this, but I'm reporting it to save another from the same struggle.

  7. #7
    Join Date
    Jun 2020
    Beans
    1

    Re: Ubuntu 18.04 Backlit Keyboard not working

    Hello!
    I am using a Dell Latitude 3490. My keyboard back lighting stopped working after it came back from the service centre (display problems). I usually use Fn+F10 for back lighting but now it stopped working. What to do?
    xset led on / xset led 3 are also not working.

  8. #8
    Join Date
    May 2013
    Location
    Galiza
    Beans
    4,009
    Distro
    Ubuntu

    Re: Ubuntu 18.04 Backlit Keyboard not working

    What to do?
    Take it back to the service centre.

  9. #9
    Join Date
    Nov 2020
    Beans
    1

    Thumbs up Re: Ubuntu 18.04 Backlit Keyboard not working

    Just wanted to say "thank you" and confirm this solution also worked for me on Ubuntu 20.04. My keyboard backlight was working fine... until it wasn't. As the solution suggests, it was not that the backlight was off it was set to 0 brightness.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •