Last active
December 4, 2022 16:29
-
-
Save faniska/6b6f793b9c0a909233d14c2d9ea3e28f to your computer and use it in GitHub Desktop.
Enabling ECO Mode for MSI Modern 14A laptop to dicrease fan RPM
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
sudo modprobe ec_sys write_support=1 | |
echo -n -e "\xc2" | sudo dd of="/sys/kernel/debug/ec/ec0/io" bs=1 count=1 conv=notrunc seek=242 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment