I am trying to follow instructions from here to enable backlight for my keyboard on Dell Vostro 3350.
I want to change the contents of a /sys/class/leds/dell::kbd_backlight/brightness
file, which containts 0
, to 3
.
After runnig echo 3 | sudo tee brightness
, the file still contains 0
.
If I try to open it and edit in nano (using sudo), then after I save the changes and exit, the file still conatains 0
.
If I try to open it and edit in gedit (using sudo), it does not allow me to save the file, showing the following message:
Could not create a backup file while saving “/sys/devices/platform/de…:kbd_backlight/brightness”
. Pressing 'Save anyway' does not have any effect (the file still contains 0
).
I am running Ubuntu 15.10.
Fn
+F6
just like my Dell Inspiron 17R SE 7220. Coincidentally my Logictech Wireless Backlit Keyboard also uses same key combination to brighten keys. You should not usesudo gedit
as things can get messed up. Usegksudo gedit
instead. – WinEunuuchs2Unix Aug 30 '16 at 23:36