How can I use these innovations? #53
Replies: 9 comments 21 replies
-
Hi! For battery thresholds: I think KDE has this built into the settings and Gnome has an extension called "Battery Health Charging". If you can't find any settings/extensions/apps for your DE/WM or just want to use terminal, read further. For everything else, you need to write into the corresponding files. Most files are located at $ echo on | sudo tee /sys/devices/platform/msi-ec/cooler_boost # enables the cooler boost
$ echo right | sudo tee /sys/devices/platform/msi-ec/fn_key # swaps super and fn so that the fn key is on the right The battery threshold files are located at $ echo 80 | sudo tee /sys/class/power_supply/BAT1/charge_control_end_threshold |
Beta Was this translation helpful? Give feedback.
-
Hi teackot! This driver was merged in the kernel 6.4 right? if so in my case battery thresholds are not appearing in KDE settings. Some special keys are not working as well like touchpad disable and one or tow leds on the keyboard(Fedora 38). I also tried and installed the driver here and it seems things are also not working. There is no msi-ec folder inside the platform folder (Using Fedora 38 with secure boot disabled). |
Beta Was this translation helpful? Give feedback.
-
Hmm found something strange... The msi-ec folder seems to disappear when i restart the computer. IF i don't restart after installing the driver the folder IS created. For some reason it says that my firmware version is 1592EMS1.111 which is a version from a different model of the same laptop: |
Beta Was this translation helpful? Give feedback.
-
I did the following commands: Shouldn’t it start charging? Maybe i need to reset the ec? |
Beta Was this translation helpful? Give feedback.
-
I did the EC reset and after rebooting i did The battery is currently at 63% and charging, it doesn’t stop. Edit: tried resetting the EC a couple of times and I’m getting the same result. |
Beta Was this translation helpful? Give feedback.
-
My laptop and the MControlCenter's author are basically the same, don't know what his battery thresholds are. |
Beta Was this translation helpful? Give feedback.
-
Ok :) I will uninstall msi-ec and reinstall again with the new value in msi-ec.c and test.
Ok :) I will uninstall msi-ec and reinstall again with the new value in msi-ec.c and test. Edit: Just tested and now it works! It's fixed! |
Beta Was this translation helpful? Give feedback.
-
Hi @teackot today I found in-kernel driver for MSI laptop from 2006, but algorithm is different: msi-laptop.c, doc |
Beta Was this translation helpful? Give feedback.
-
Hello, anyone has this in
with periodical errors like that
It is not related to MSI-EC. I think it related to reading EC address |
Beta Was this translation helpful? Give feedback.
-
How can I change the battery charge threshold, or, for example, switch the fan operation mode to "turbo mode"? Thank you for this work)
Beta Was this translation helpful? Give feedback.
All reactions