How to Install Kubuntu on Acer Aspire One
- Saturday, July 26, 2008, 14:36
- Internet Technology, Web Site Updates
- 29,107 views
- 25 comments
Installing Kubuntu on the Acer Aspire is really rather easy, but it will take a while. I had installed an additional 1GB of RAM on my Aspire One, but this should work with the 512MB RAM defaults. Kubuntu is nothing more than another version of Ubuntu. I like it because it’s a little easier to manipulate some of the settings than Gnome desktop and it has a more familiar looking desktop. This guide is for the Acer Aspire One mini notebook, but should work on just about anything computer that would run Kubuntu.
I have the ’slow’ SSD Acer Aspire One. It’s the SSD that’s slower and doesn’t have the write speed of the better SSD Aspire One, but I am quite happy with the performance of Kubuntu on my little Aspire One. I did install the additional 1GB RAM, which is another process all together. With the slower SSD and 1.5GB of RAM, I have Kubuntu running like a top and I love it!
Known issues: the WiFi led won’t light up after installing Kubuntu.
Anyway, let’s cut to the chase. You want to install Kubuntu on your Aspire One and need a little help? Well, I’ll help as much as I can, so here it goes…
Estimated Time for Install Kubuntu on the Acer Aspire One: 2 Hours
You will need:
Computer with Windows OS (I know)
Min 2GB USB Flash that you can erase all data on.
Kubuntu 8.04.1 ISO (Like Ubuntu, 8.04 will not work on the Aspire One)
Ubuntu8convert2.exe
Cat5 Cable with Internet connection
Creating a bootable USB with Kubuntu Live CD
- Download the Kubuntu ISO from here http://www.kubuntu.org/getkubuntu/download and save it on your hard drive.
- Download the Ubuntu8convert8.exe from http://www.pendrivelinux.com/downloads/Ub8convert2.exe I know, it says Ubuntu, but it works for Kubuntu too.
- Insert your USB drive into the Windows machine and make note of the drive letter (If the drive letter is higher than K: you’re going to have problems, so change the drive letter if needed to something below K that doesn’t conflict with other drives.
- Run Ubuntu8convert2.exe you will be prompted to extract the contents. (I extracted to Y:) Be sure you have around 1GB free on the drive you’re going to extract to. DO NOT EXTRACT TO THE USB!! A new folder has been created called “Ubuntu8″
- Copy the Kubuntu ISO into the Ubuntu8 folder. You can just drag and drop it, but be sure you have enough room on the hard drive to accommodate the size of the ISO. You should now have the Ubuntu8 folder on your hard drive with the Kubuntu ISO inside the Ubuntu8 folder, there will also be other files inside the Ubuntu8 folder
- Click on fixu8.bat inside the Ubuntu8 folder (If you’re using Vista or logged in as restricted user, right click and run as administrator). A command window will open and begin the process of copying the files and preparing the USB to be bootable. Follow the directions of the prompts!! You will need your USB drive letter, enter it when prompted. This process can take a rather long time and seems to get longer with larger USB. DO NOT STOP THE PROCESS!!
You have now created a bootable USB Live with Kubuntu 8.04.1
Installing Kubuntu on the Acer Aspire One
- Plug the USB into your Acer Aspire One with the power turned OFF and power on the unit.
- Press “F12″ when the machine starts to pull up the boot menus F12 allows you to choose which device you will boot. Choose the USB device
- Plug in your Acer Aspire One with a Cat5 cable that has internet (this isn’t mandatory and won’t cause a problem, but it will make things easier during install)
- Choose Try Ubuntu without any change to your computer. Notice, it says Ubuntu and NOT Kubuntu, that’s OK and no need for alarm. The install option may work, but it’s not what I used. Let the machine load. It takes about 4 minutes for me from the USB on the Aspire One to load the Kubuntu OS from the USB Live.
- Let it load! If you’re using the Aspire One, there will be a prompt saying, you’re using restricted drivers, wait until this prompt pops up and close it.
- Click the Install icon on the desktop. You will be prompted to choose your language, then time zone, keyboard layout until you get to “Prepare disk space”
- Choose “Guided – use entire disk” unless you don’t want to and you know what you’re doing. You WILL loose everything that’s stored on the hard drive
- Let it install. There are a few prompts, like are you sure you want to do this? If you’re sure, then continue. The install is going to take a while (40 minutes for me) and is a good time for a coffee and donut break. When the install is complete, you will be prompted.
- Reboot. You will want to reboot!
You have installed Kubuntu, but you need to ‘fix’ a few things.
- Plug your Cat5 into your Acer Aspire One. You’ll need to enable DHCP on your router. If you don’t know what DHCP is, then you probably have it enabled, so don’t worry.
- Boot your machine. The first time is going to take a little longer than normal as you’re going to be prompted for user name, password and such. Don’t forget your user name and password!
- Open a terminal window no, this isn’t scary, it’s really quite easy. Go to “K” which is where “Start” is on windows, then go to utilities and open the terminal.
- Get ready to do a little typing, but this is going to get your WiFI working, so it’s worth it.Into the terminal type:
sudo apt-get update
wait for the machine to do its thing. Then type into terminal
sudo apt-get upgradeThese will get the latest updates for your new OS
Now, let’s get those wifi drivers ready! Into the terminal, one a a time, type in:
wget http://snapshots.madwifi.org/madwifi-hal-0.10.5.6-current.tar.gz
tar xzvfmadwifi-hal-0.10.5.6-current.tar.gz
We are NOW using the current builds which will change directories, depending on the build. The above step will show the directory that was created (mine was madwifi-hal-0.10.5.6-r3816-20080742) this directory WILL change every time a new snapshot is made. You will see the directory listed in the files extracted in the terminal (This IS easier than it sounds)
cdmadwifi-hal-0.10.5.6-r3816-20080742 (This will change when new snapshots are made)
sudo apt-get install build-essential linux-headers-$(uname -r)Sweet, you’ve just donwloaded the WiFI drivers for your Acer Aspire One, now let’s install them! Type into the terminal, one line at a time:
make
sudo make install
sudo -i
echo ath_pci >> /etc/modules
You may or may not need the sudo on the last line before echo. If you get an error without sudo, then add sudo. If it still won't work, try kdesu.Now, we’re almost done. Here’s the last line you need to type into the terminal
exit
Viola! You are done. You now have Kubuntu installed on your Acer Aspire One. I had to reboot to get the WiFI to work, so you might want to do it to.
Optimize and tweak your Kubuntu install
There are a lot of setting inside Kubuntu and if you want to have your OS running as fast as possible, you might want to get rid of some of the edsktop efffects and change the OS partition type from ext3 to ext2.
To change the desktop settings and much more in your Kubuntu install, go to “K” in the taskbar and then “Run” type in “kcontrol” and you will be prompted with w huge list of settings for the desktop to help optimize performacne. I got rid of all the GUI effects and the bouncy cursour (which I hate).
To change the filesystem from ext3 to ext2, which I would recommend, you’re going to need the same bootable USB with kubuntu and follow the directions here.
Reducing SSD wear
Follow the directions in this post in the section about “Reducing SSD Wear” at http://www.aspireoneuser.com/forum/viewtopic.php?p=1233#p1233 Ubuntu users seem to report errors using this method, but using Kubuntu, I have had no errors. But I also can’t ’see’ a difference in performace.
Special Thanks!
Special thanks go out to Aubrey, WanderingStar and sbemail over at the Aspireoneuser.com forum. Without their help, I would not have been able to install the WiFi drivers.
.
.
About the Author
25 Comments on “How to Install Kubuntu on Acer Aspire One”
Write a Comment
Gravatars are small images that can show your personality. You can get your gravatar for free today!


Very clear instructions for lin00bs like me. Use of the terminal is the big mystery and you’ve done a very good job of explaining how to enter the commands and when to wait. I’ve not seen anything as clear on any of the linux forums and have stopped trying. Can you tell me if the wi-fi drivers are only for Acer or can I generalize this to my HP laptop (dv1049)? Thanks.
those drivers are only for the Atheros WiFi and will only work on Atheros wifi cards.
You need to find out what wireless chipset the HP is using.
Exelent work! I just get my aspire one and I want to do exactly what you did, I hope It will work for me too. Question: what about the rest of the drivers : touchpad ,sound , camera etc. how can I install them?
Thanx
http://www.aspireoneuser.com/forum/viewtopic.php?f=28&t=164
a great thread to answer many questions about K/X/Ubuntu
Hi,I folowed the instruction above but the Kubunt installation on Aspire one stopped suddenly after a while prompting “usb device or your memory can be damnaged”. I bought Aspire One two days ago it sounds strange. Can you help me?
Thanks
^ No idea what that means. Are you using a USB stick?
Hi,
I’m wondering about buying an aspire one. But in my country (Norway), they don’t sell the linux ssd version with more than 512MB RAM. I’ve heard it is more tricky to insert more RAM than with normal size portables. Is this true? Any chance you can tell me how to do it if you did it yourself?
Great article!
Lars
Upgrading the RAM is a delicate procedure and require more patience than skill. But you need to be very careful about what RAM you’re using. I was using PNY Optima, but I had to remove it because of conflicts. Now, I have Kubuntu installed with only 512MB RAM and it’s really fine. I’m so surprised about how well it still runs with 512MB RAM
Hi,
do you have idea how to install a Bluetooth dongle ?
Thank you
Guido
BT dongle is usually regular USB device, so standard bluetooth stack that is available for kubuntu shall work for most dongles
Hi
Thank you very much for the detailed explanation for installing Kubuntu on the aspire one. I did the instructions above and everything went as mentioned. I have made some changes which are
- I installed FireFox and I am using it as the primary browser.
- For the SSD wear, I edited the fstab file and added the following to the end as recommended.
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
I have noticed that the netbook at different times keeps writing to the SSD memory (8G Ram). During that time, the it freezes until this task is completed which normally takes about few 5 to 10 seconds. This is annoying and I don’t know what is causing it or how to stop it.
Regards
Ali
hi there,
i having problem with laptop speaker.
it sound to slow.
install with kubuntu and wifi work fine.
any guide?
thanks
Hi
speed of ssd device very interesting thing.
what hdparm -tT /dev/sda produces?
I just got my Aspire One, and installed Kubuntu. Following the directions here, I still get no wireless.
lspci doesn’t show the wireless card at all.
thanks for the instructions for the WLAN hack. they worked perfectly for ubuntu 8.04.1 on my AAO 150X.
martin
Great work and thanks for the instructions!! Kubuntu 8.04 runs perfect!! I had some problems bringing up the wifi manager, but with “Wicd” is more easy than any other wifi manager.
Thanks,
So far everyting works fine. no suspension, but I guess I have to find the right setting. I like the KDE desktop, looks more professional.
daniel
Mine seems to be stuck in a loop when i try to run the USB on my Acer. it keeps saying “Automatic boot in 15 seconds…” then reaches 0 and starts again. i have gone over the steps and made the key several times but still it does not work. any ideas?
Followed instructions to the letter. Everything works fine except for WiFi. Hardware drivers manager shows Atheros HAL In Use, plus support for Atheros 802.11 Wireless LAN cards, also In Use. However, Network Settings shows only one network interface eth0. Any help would be much appreciated. Thanks Kevin
Used instructions here to reinstall WiFi drivers. Rebooted then it worked!
https://help.ubuntu.com/community/AspireOne
I’ve reached the same impasse with 2 Aspire One devices after following these excellent instructions.
The wireless card in both appears to be working fine. Wireless Assistant at work with one device and at home with another ’sees’ wireless networks available.
If I try to connect to a closed network at work without a password, it fails to connect (as you’d expect). If I try to connect to an open network it connects fine and ifconfig confirms that an address has been assigned. However, I can’t surf the Web.
At home (with a different Aspire One) the situation is exactly the same as above, except that here I have control over the network. If I lock the network I can’t connect, even though I obviously have the password and can try different security arrangements. If I disable security altogether, it connects first time, but then as above I can’t surf the Web.
Wired networking is fine for both devices on a corporate network and a home network.
Any ideas before I bite the bullet and return the devices to Uninspire?
MATT.
Sounds like a DNS issue. I would make sure all possible DNS configurations are addressed. Can you ping an IP or a URL what about127.0.0.1?
step 7 **Choose “Guided – use entire disk” unless you don’t want to and you know what you’re doing. You WILL loose everything that’s stored on the hard drive **
I guess if you go by this option, it goes automaticly for the usb pen? So i’m booting & runnin kubuntu from my pen ?
Ran into the same issue when installing, [errn5] … Damage… etc. any ideas? If you need the full read will type it up for yall, or scrn sht it. Thanks! Great step by step tho!
I wish I could help, but my SSD is fried and I am waiting for the repair to be sent back.