I keep my laptop plugged in because I don't trust laptop mode. It has worked in the past but I haven't tested it in a while. This morning my laptop got unplugged and it crashed b/c it wasn't in a sleep/hibernate state.
These used to work. Now they don't
PHP Code:
dan@mojo ~ $ sudo echo mem > /sys/power/state
bash: /sys/power/state: Permission denied
dan@mojo ~ $ sudo echo mem >> /sys/power/state
bash: /sys/power/state: Permission denied
If I actually su to root first, then it works.
I'm not sure what changed but the change in manual functionality seems to be coupled with the issues with laptop-mode.
Any suggestions?