Requirement:
Before You start, you need fooling thing:
- Acer Aspire One
- a CD with Xubuntu 8.04.1
- a USB memory key (1Gb) with a copy of the liveUSB DEB from http://klik.atekon.de/liveusb
- a wired network connection with internet connection
- another computer, with internet access.
Prepairing
- Boot other PC from a Xubuntu 8.04.1 CD
- Install liveUSB from deb in USB key
- Open console and run liveusb
- Make Xubuntu Live USB key (it’s easy)
Installing Xubuntu
- Shut down your Aspire One and insert the memory live key;
- Power on Aspire, press F12 and choose the boot the USB HDD option;
- Install Xubuntu like normal, except for good performance, and to increase the life of the SSD use a non-journaled (EXT2) filesystem;
- You may get an error about setting up a mirror, but its non-fatal.
Configuring and tuning Xubuntu
Connect Aspire to network with Ethernet cable
Update your system (in terminal):
sudo apt-get update
sudo apt-get upgrade
Install console editor(in terminal):
sudo apt-get install gedit
Install wi-fi drivers:
mkdir source
cd source
wget http://snapshots.madwifi.org/madwifi-hal-0.10.5.6-current.tar.gz
tar xzvf madwifi-hal-0.10.5.6-current.tar.gz
sudo apt-get install build-essential linux-headers-$(uname -r)
cd madwifi-hal-0.10.5.6-r3816-20080724 (This will change when new snapshots are made)
make
sudo make install
sudo -i
echo ath_pci >> /etc/modules
exit
You should now have working wireless. If you get a symbol mismatch when loading the driver, just reboot as that has corrected it everytime for me.
Everytime there is a kernel update you will need to perform the following steps to make the wireless work. Go to the source directory and run:
make clean
make
sudo make install
Wireles LED:
To get your awesome wireless led to blink for you based on traffic, for me, put these lines in /etc/rc.local
sysctl -w dev.wifi0.ledpin=3
sysctl -w dev.wifi0.softled=1
The led on the front will now do the association blink, as well as blink based on wireless traffic. Use ledpin=-3 for a solid light.
The wifi kill switch uses these keycodes:
/usr/bin/setkeycodes e055 159
/usr/bin/setkeycodes e056 158
Resolve USB mount problems
sudo gedit /etc/fstab
add a hash in front:
#/dev/sdb /media/cdrom0 udf,iso9660 user,noauto,exec 0 0
Reducing SSD wear:
sudo gedit /etc/fstab
tmpfs /var/log tmpfs defaults 0 0
tmpfs /tmp tmpfs defaults 0 0
tmpfs /var/tmp tmpfs defaults 0 0
tmpfs /var/log/apt tmpfs defaults 0 0
Vuala:)
P.S. Special thanks go out to all users from Aspireoneuser.com forum.

#1 by iurgi on August 18, 2008 - 8:29 pm
Hi
Great howto!!! EVerything worked smoothly. Just 1 thing I can’t make work: the wifi on/off button.
I get this message in dmesg:
[ 529.242603] atkbd.c: Unknown key pressed (translated set 2, code 0xd6 on isa0060/serio0).
[ 529.242626] atkbd.c: Use ’setkeycodes e056 ‘ to make it known.
[ 529.249239] atkbd.c: Unknown key released (translated set 2, code 0xd6 on isa0060/serio0).
[ 529.249258] atkbd.c: Use ’setkeycodes e056 ‘ to make it known.
looks like ubuntu didn’t recognize the button and doesn’t know what to do with it. Any fixes for this?
Thanks!!!
#2 by Bad on August 19, 2008 - 8:59 am
Your bug has been reported, but not solution for this bug in this time:(
Not Functional:
* Hibernate on A110L
* Card Reader power saving
* wifi power saving
* wifi kill switch
#3 by iurgi on August 19, 2008 - 11:39 am
Well
Audio is not working either on mine. Has that been reported as well or is it a problem of mine?
Thanks!
iurgi
#4 by Bad on August 19, 2008 - 2:49 pm
Actual information about Ubuntu on Aspire on – https://help.ubuntu.com/community/AspireOne
#5 by iurgi on August 19, 2008 - 3:05 pm
thanks!
#6 by toto on November 10, 2008 - 12:44 pm
thank you for the guide,
I intalled xubuntu on my acer aspire one but I had a lot of problems.
I’ve found the code for the mounting of usb.
but I have still a problem with audio (no sound) do you have any suggestion?
thank you
TOTO
#7 by ROYALASTULT on September 30, 2009 - 5:02 am
>>>Правда о вконтакте.ру<<<
У меня вконтакте 500+ друзей, и это конечно не предел! Хочу знать обо всех всё! Если родители не начинают трандеть, что мол пора спать, завтра рано вставать блаблабла, я могу просидеть вконтакте до 4-5 утра легко! Потом, правда, сплю до 2-3 дня. Но я не об этом. Я узнала столько секретов о сайте вообще и каждом из своих знакомых в отдельности!!! Недавно вступила в группу «флэшмобистов» и даже организовала встречу среди друзей. Было супер!!!
>>>Секреты контакта<<<
#8 by ROYALASTULT on September 30, 2009 - 6:16 am
>>>Правда о вконтакте.ру<<<
Вконтакте – мой любимый сайт! Я бы даже сказала, что он полностью отражает мою сущность – любою открытое общение, новые знакомства, юмор, музыку. Мне хочется, чтобы на моей странице все было красиво. Теперь я могу писать прикольными символами, добавлять симпотные картинки. У меня все как бы разложено по полочкам, все понятно и хорошо оформлено. А еще, честно признаюсь, я люблю пройтись по закрытым страничкам. Чувствую себя таким хакером))))
>>>Секреты контакта<<<
#9 by Fyoder on October 17, 2009 - 2:41 am
Tried it with xubuntu 9.04 and it worked like a charm. Didn’t even need to install wireless drivers, worked ‘out of the box’. Many thanks for this info.