View Single Post
Posts: 992 | Thanked: 995 times | Joined on Dec 2009 @ California
#25
Originally Posted by mattiviljanen View Post
To add insult to injury, I think the correct code should be

echo -n "1" >/sys/power/sr_vdd2_autocomp
echo -n "1" >/sys/power/sr_vdd1_autocomp

The -n flag makes echo not print a newline after the string.

YMMV...
The newline is handled properly by kernel, don't worry.
 

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