Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't set the keyboard backlight timeout on AC using stop_timeout #105

Open
anthon38 opened this issue Nov 12, 2021 · 1 comment
Open

Can't set the keyboard backlight timeout on AC using stop_timeout #105

anthon38 opened this issue Nov 12, 2021 · 1 comment

Comments

@anthon38
Copy link

anthon38 commented Nov 12, 2021

Hello,
the laptop is an Inspiron 15 7510. The issue I'm running into is pretty much this: #48
meaning I can't set the keyboard backlight on AC using /sys/class/leds/dell::kbd_backlight/stop_timeout, except:

  • I can set the value in the BIOS
  • I can set the value using Dell Command configure (/opt/dell/dcc/cctk --kbdbacklighttimeoutac=15m for example)
  • I can't set it using smbios-keyboard-ctl --set-timeout-ac=15m. This returns:

Traceback (most recent call last):
File "/usr/bin/smbios-keyboard-ctl", line 713, in
sys.exit( main() )
File "/usr/bin/smbios-keyboard-ctl", line 680, in main
raise RunTimeKeyboardErr("This system doesn't support AC timeout" )
main.RunTimeKeyboardErr: This system doesn't support AC timeout

  • The token 0x451 is absent (smbios-token-ctl -i 0x451 returns nothing)

As per this comment #48 (comment)

If you can set it from there then we are looking at a bug in the implementation of detecting AC support is available.

I'm reporting this here.
I also don't know if it's related but while fiddling with this, I've been able to use the mouse as a start_trigger (only on battery, wasn't working at first; this never worked on ac), but now it won't work again... If it's completely unrelated, please let me know so I can investigate further this different issue.

@Theluga
Copy link

Theluga commented Mar 17, 2023

I want to add that the inspiron 13 7359 has a similar bug.

Setting the time out for the keyboard backlight worked for AC and Battery.

After some bios updates some years ago it stopped working. It only time-out now on battery.

But I cannot set it in bios. I can set on the OS but it is ignored when on AC.

Could you also help me?

I would not care if it was a quirky patch on the linux kernel or a new bios update.

Should I open a new issue?

I don't know if this is the right place to post this error.

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants