macau wrote:with last commits(a96b4f5b8713dcc07192a2f26d872beeb4ba8c36) suspend work fine. sound still in headphones only. touchpad and kb dont lost now.
benob wrote:Any idea or pointers for how to change brightness?
How about detecting lid close to suspend to ram?
Any fix for the evbug reports and weird keyboard behavior (arrow keys self-repeating)?
Any kernel around with zram support?
#!/bin/bash
CUR=`cat /sys/class/backlight/pwm-backlight/brightness`
case "$1" in
plus)
if [ "$CUR" = 254 ]; then
exit 0
fi
NEW=`calc "$CUR"+10`
;;
minus)
if [ "$CUR" = 30 ]; then
exit 0
fi
NEW=`calc "$CUR"-10`
;;
*)
echo "usage: $0 {plus|minus}"
esac
/bin/echo -n $NEW > /sys/class/backlight/pwm-backlight/brightness
benob wrote:I successfully installed archlinux/arm on my ac100. Wifi/suspend work fine,
benob wrote:Pibach2, I did install it on top of Android 2.2, using partition 6 (5 was with Android 2.1).
As for memory lockups, I didn't setup a swap, so chromium got killed after 10 or so tabs open and everything else continued smoothly.
pibach2 wrote:"Kernel
As of early September 2011 a 2.3.38-chromeos kernel fork is used in Ubuntu and included in the Oneiric archives. It supports suspend/resume on machines that did not upgrade to the Android 2.2 system and bootloader. "
seemingly suspend and Android 2.2 bootloader have a conflict.
Return to Community-Supported Devices
Users browsing this forum: No registered users and 2 guests