Skip to content

Instantly share code, notes, and snippets.

@faniska
Last active December 4, 2022 16:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save faniska/6b6f793b9c0a909233d14c2d9ea3e28f to your computer and use it in GitHub Desktop.
Save faniska/6b6f793b9c0a909233d14c2d9ea3e28f to your computer and use it in GitHub Desktop.
Enabling ECO Mode for MSI Modern 14A laptop to dicrease fan RPM
#!/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