Setup:
Distro: Ubuntu Resolute Raccoon 26.04
Desktop: KDE Plasma 6.6
Laptop Model: MSI Prestige 15 A10SC
What's happening:
On a fresh boot: When starting up, /sys/devices/platform/msi-ec/shift_mode returns unspecified. If you click "High Performance" right away, the button visually stays clicked in the UI, but absolutely nothing is written to the hardware.
After picking another mode: If you click a working profile (like Balanced), it successfully writes to the file and locks in a valid state. If you try clicking "High Performance" after doing that, the button just snaps right back and refuses to activate.
I think this has to do with the code trying to write "turbo" to shift_mode instead of "sport".
I should note other buttons work as intended, and this might be model dependent, since I'm running a laptop with shift_mode instead of user_mode, and turbo is not an available option in the available_shift_modes (only eco, comfort and sport).
Any help is appreciated. Thanks!
Setup:
Distro: Ubuntu Resolute Raccoon 26.04
Desktop: KDE Plasma 6.6
Laptop Model: MSI Prestige 15 A10SC
What's happening:
On a fresh boot: When starting up, /sys/devices/platform/msi-ec/shift_mode returns unspecified. If you click "High Performance" right away, the button visually stays clicked in the UI, but absolutely nothing is written to the hardware.
After picking another mode: If you click a working profile (like Balanced), it successfully writes to the file and locks in a valid state. If you try clicking "High Performance" after doing that, the button just snaps right back and refuses to activate.
I think this has to do with the code trying to write "turbo" to shift_mode instead of "sport".
I should note other buttons work as intended, and this might be model dependent, since I'm running a laptop with shift_mode instead of user_mode, and turbo is not an available option in the available_shift_modes (only eco, comfort and sport).
Any help is appreciated. Thanks!