-
Notifications
You must be signed in to change notification settings - Fork 8
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
Charge Limit not preserved after reboot #25
Comments
As a temporary workaround until an option to save the configuration is added, I added the following to my cat /etc/rc.local
#!/bin/sh -e
# By default this script does nothing.
# Set the Framework charge limit to 90%
/usr/local/bin/framework_tool --charge-limit 90
exit 0 This works on Linux Mint, at least. |
I debugged this and the reason is that the BIOS overwrites your setting on every boot. We're investigating how to best fix this. |
It needs to write its update to the bios value. Any other route is just a workaround to this bug. |
I feel it's a https://xkcd.com/1172/ case, cause I like that it sets the value only temporarily, so I can set the limit to 80% in the BIOS and upgrade it to 100% only when I'm in a long travel. So if changed, please make it so writing to BIOS is only optional. |
When using
framework_tool
to set a charge limit it is not preserved after reboot.After rebooting the charge limit is always 100%.
I am running it on a Framework 13 AMD and Fedora 39 Silverblue with these kernel patches
The text was updated successfully, but these errors were encountered: