Oliver Sargison
Oliver Sargison
Here it is ``` --- TLP 1.5.0 -------------------------------------------- +++ System Info System = Micro-Star International Co., Ltd. REV:1.0 Summit E14Evo A12M BIOS = E14F1IMS.11B OS Release = NixOS 23.05 (Stoat)...
Ok after a bit of digging it looks like msi-ec is in but not enabled by default. But the module refuses to load because my firmware is more up to...
The addresses for battery control in mcontrolcenter work flawlessly without msi-ec, and haven't been changed in over a year, so I am assuming that a patch for msi-ec changing the...
Judging from mcontrolcenter, it looks like any value from `30%
OK after patching the module it loads fine and appears to be working correctly. Tlp is also able to read the charge thresholds ``` --- TLP 1.5.0 -------------------------------------------- +++ System...
And yes I will be able to test anything. Also the driver comes with batter charge presets |Preset|start|stop| |---------|-------|-------| |min|50%|60%| |medium|70%|80%| |max|none|100%| as well as a "super battery" mode, could...
The msi_laptop module appears to be for older hardware, my laptop (Summit e14) auto-loads the [msi_wmi](https://github.com/torvalds/linux/blob/master/drivers/platform/x86/msi-wmi.c) driver along with msi-ec.
Sorry for late reply, here is the output: ``` --- TLP 1.6.1 -------------------------------------------- +++ System Info System = Micro-Star International Co., Ltd. REV:1.0 Summit E14Evo A12M BIOS = E14F1IMS.11B OS...
I'm so sorry I had not installed the plugin correctly in the previous test, I re-ran the tests and many more of them pass now and the plugin seems to...
Ok I checked it out from the latest version, it seems like the failing tests are due to the driver automatically setting the start threshold 10% bellow the end. Can...