Monthly Archives: March 2013

Ubuntu 13.04, Acer 5750 and Suspend not working

Just apply the fix that appears in http://ubuntuforums.org/showthread.php?t=2121631&highlight=ping-wu I’ve gotten the same problem. What I did to work around this problem: Copypasta the next few lines and save. Code: #!/bin/sh case “$1” in thaw|resume) echo 500 > /sys/class/backlight/intel_backlight/brightness ;; *) ;; … Continue reading

Posted in Uncategorized | Leave a comment