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
/* | |
yay -S nbfc-linux (or equivalent) | |
sudo su | |
*/ | |
modprobe -r ec_sys | |
modprobe ec_sys write_support=1 | |
ec_probe write 0x21 0x30 | |
ec_probe write 0x22 0x0c | |
ec_probe write 0x37 0x[value] | |
ec_probe write 0x3a 0x[value] |