View Single Post
Posts: 36 | Thanked: 28 times | Joined on Nov 2009 @ Hungary
#5
Yes, you type in this in X Terminal:
Code:
echo "#!/bin/sh" > powerlevel.sh
echo "sudo gainroot; echo 118 > /sys/class/i2c-adapter/i2c-2/2-0063/powerlevel;" >> powerlevel.sh
chmod +x powerlevel.sh
after this, you can run it anytime by typing this
Code:
./powerlevel.sh
 

The Following User Says Thank You to Z0l For This Useful Post: