-
Notifications
You must be signed in to change notification settings - Fork 40
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
feat: Add tp_smapi from tlp #274
base: main
Are you sure you want to change the base?
Conversation
I just checked out the linrunner repo and it doesn't look like this is available for F41 yet. |
It is available in the updates-testing repo. |
Older Thinkpads (2011 and older) require this kernel module for battery charge thresholds and recalibration with tlp. You only need this if the Recommendations section from running `tlp-stat -b` includes `Install tp-smapi kernel modules for ThinkPad battery thresholds and recalibration`. fix: Add double quotes to prevent globbing and word-splitting. fix: move tp_smapi to extra image. tp_smapi kmod is for niche users with old thinkpads. It should be part of extras, not common. Signed-off-by: John Schmidt <john@schmidthaus.rocks> fix: use testing repo for F41 Signed-off-by: John Schmidt <john@schmidthaus.rocks>
53c9976
to
8cec912
Compare
@castrojo is this something that could go in here? Or is it too niche? |
I think having a diverse set of maintained ones will always be useful for custom images, sorry the review is taking so long! (Outside my skillset) |
Closer! It is building the image just fine, however, it looks like in order to install the akmod during the test, the linrunner repo needs to be added in order to pull in tp_smapi-kmod-common. |
Signed-off-by: John Schmidt <john@schmidthaus.rocks>
Head branch was pushed to by a user without write access
Older Thinkpads (2011 and older) require this kernel module for battery charge thresholds and recalibration with tlp. You only need this if the Recommendations section from running
tlp-stat -b
includesInstall tp-smapi kernel modules for ThinkPad battery thresholds and recalibration
.