How to turn on/off keyboard lighting on Dell Inspiron via command line
The keyboard lighting doesn't work. I tried using "xset led on", but it doesn't work either. How can I fix this?
keyboard dell
add a comment |
The keyboard lighting doesn't work. I tried using "xset led on", but it doesn't work either. How can I fix this?
keyboard dell
add a comment |
The keyboard lighting doesn't work. I tried using "xset led on", but it doesn't work either. How can I fix this?
keyboard dell
The keyboard lighting doesn't work. I tried using "xset led on", but it doesn't work either. How can I fix this?
keyboard dell
keyboard dell
edited Jan 8 at 10:26
Kulfy
4,29651342
4,29651342
asked Jan 7 at 16:52
SlayerGames44SlayerGames44
133
133
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
Dell keyboard backlight files/properties are located in /sys/class/leds/dell:kbd_backlight
in which file named brightness
has integer value which determine state of keyboard backlight brightness. In my Dell laptop there are 3 states of keyboard backlight.
To turn off:
echo 0 | sudo tee /sys/class/leds/dell::kbd_backlight/brightness
To turn on with low brightness:
echo 1 | sudo tee /sys/class/leds/dell::kbd_backlight/brightness
To turn on with full brightness:
echo 2 | sudo tee /sys/class/leds/dell::kbd_backlight/brightness
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1107760%2fhow-to-turn-on-off-keyboard-lighting-on-dell-inspiron-via-command-line%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Dell keyboard backlight files/properties are located in /sys/class/leds/dell:kbd_backlight
in which file named brightness
has integer value which determine state of keyboard backlight brightness. In my Dell laptop there are 3 states of keyboard backlight.
To turn off:
echo 0 | sudo tee /sys/class/leds/dell::kbd_backlight/brightness
To turn on with low brightness:
echo 1 | sudo tee /sys/class/leds/dell::kbd_backlight/brightness
To turn on with full brightness:
echo 2 | sudo tee /sys/class/leds/dell::kbd_backlight/brightness
add a comment |
Dell keyboard backlight files/properties are located in /sys/class/leds/dell:kbd_backlight
in which file named brightness
has integer value which determine state of keyboard backlight brightness. In my Dell laptop there are 3 states of keyboard backlight.
To turn off:
echo 0 | sudo tee /sys/class/leds/dell::kbd_backlight/brightness
To turn on with low brightness:
echo 1 | sudo tee /sys/class/leds/dell::kbd_backlight/brightness
To turn on with full brightness:
echo 2 | sudo tee /sys/class/leds/dell::kbd_backlight/brightness
add a comment |
Dell keyboard backlight files/properties are located in /sys/class/leds/dell:kbd_backlight
in which file named brightness
has integer value which determine state of keyboard backlight brightness. In my Dell laptop there are 3 states of keyboard backlight.
To turn off:
echo 0 | sudo tee /sys/class/leds/dell::kbd_backlight/brightness
To turn on with low brightness:
echo 1 | sudo tee /sys/class/leds/dell::kbd_backlight/brightness
To turn on with full brightness:
echo 2 | sudo tee /sys/class/leds/dell::kbd_backlight/brightness
Dell keyboard backlight files/properties are located in /sys/class/leds/dell:kbd_backlight
in which file named brightness
has integer value which determine state of keyboard backlight brightness. In my Dell laptop there are 3 states of keyboard backlight.
To turn off:
echo 0 | sudo tee /sys/class/leds/dell::kbd_backlight/brightness
To turn on with low brightness:
echo 1 | sudo tee /sys/class/leds/dell::kbd_backlight/brightness
To turn on with full brightness:
echo 2 | sudo tee /sys/class/leds/dell::kbd_backlight/brightness
answered Jan 7 at 17:02
KulfyKulfy
4,29651342
4,29651342
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1107760%2fhow-to-turn-on-off-keyboard-lighting-on-dell-inspiron-via-command-line%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown