Had to sign up just to post how much I love CrunchBang on the AA1.
Previously I used Ubuntu 8.04 and then tried the Netbook remix. Moved on to Linux Mint 6, and have finally settled on Crunchbang.
Some feedback on my install.
I skipped doing the Kuki kernel. It is nice and speeds up the boot process, but I find it missing too many things, and after building my own kernel numerous times as I found something new I needed, I just decided to stick with the stock kernel. Some things I wanted support for that I had to compile my own cut down kernel for were: truecrypt, and gamepad support. I also had some issues with the base Kuki kernel on Mint 6 where the graphic speed on the AA1 was very poor. Not sure what was going on there, but using a stock kernel fixed it, and everything pretty much works. Takes a little more time to boot, but I can live with that. (plus I avoided any issues with building the new kernel mode fan driver listed below)
I didn't use the kuki madwifi either and just downloaded the latest madwifi and built and installed it. The kuki wifi might have worked ok with a standard kernel, but I didn't want to bother with it being a problem.
For fan control I used the new kernel space acer fan driver. This one runs as kernel module and it doesn't have any of the potential race conditions other fan control programs have. Works GREAT for me.
You can get it here. http://www.piie.net/index.php?section=acerhdf
I grabbed the latest version. 0.2.2-2. You can do the following to install it.
wget http://www.piie.net/files/acerhdf_kmod-0.2.2-2.tar.gz
tar zxvf acerhdf_kmod-0.2.2-2.tar.gz
cd acerhdf_kmod
make
sudo make install
sudo modprobe acerhdf
You should also add "acerhdf" (without the quotes) to /etc/modules
Please note I have heard this doesn't build correctly with users of the kuki kernel. So be aware of that. Worked great for me when done on a base Crunchbang system. Sure it is something trivial to get to build under a kuki kernel.
The only issue I have had with acerhdf is it not running correctly upon resuming from a suspend. Should be pretty easy to fix that, but haven't worried about that yet. I just did a rmmod and modprobe on it after resuming and it worked fine again. I don't really use the suspend feature so I was lazy and didn't look into a fix further.
I also added
DisplaySize 195 113
to the "Monitor" section of /etc/X11/xorg.conf
and added
Option "NoDDC"
to the Device section of /etc/X11/xorg.conf
Those two changes gave me a much smaller and cleaner looking font for the AA1's screen. Looks very sharp.
I made the changes as noted on Ubuntu's site to get the madwifi and intel sound to work on resume. These changes probably aren't needed for people using kuki kernel, but they were for me with the base kernel.
Once again too all involved. Thanks for CrunchBang Linux!!!
Last edited by hillsoft (2009-02-25 16:59:08)