Contents
Contents
This page is under construction
This page is meant to be a complete guide for a complete beginer. The guide was written as an actual install was being performed.
Guide to Ubuntu 9.04 on the Acer Aspire One model AOD250
*There are currently a pages AspireOne and AspireOneDiscussion for the Aspire one, but neither are targeted to this model or Ubuntu version. I didn't experience many of the problems one those pages, but some of the relevant information has copied here.
*Ubuntu Netbook Remix(UNR) is a alternate desktop for netbooks. It can be installed primarily or the system switched back and between UNR and standard desktop. It does work on the AOD250, but personal testing was very limited when writing this.
*There are issues with the internal microphone. It takes some effort to get it working.
*The internal wired network card doesn't work out of the box and requires drivers to be downloaded and installed
*Fn-Hotkeys seem ok. (brightness adjustable but visual feedback not 100% correct - some delays)
*The wireless network switch and indicator light doesn't work.
*Everything else works out of the box.
Installing Ubuntu
Setting up the installation media
Since the AOD250 lacks a internal cdrom drive, you will need to install using a USB stick or have a USB cdrom drive.
If you have a external USB cdrom drive
*You will need to download the Live Desktop CD from here and burn the image to a cdrom.
Or
*CDs can be ordered for free(long wait) from Shipit(Choose Desktop) or boughten quicker from UbuntuDistributors
*Continue at "booting the install media"
To set up a USB stick
You have a couple options.
Make a USB stick on a PC with a CD burner
- Follow the above "If you have a external USB cdrom drive" section.
- Boot the PC with a CD.
Under system => Administration select "USB Startup disk Creator"
- Under "source" select your CDrom drive containing the Ubuntu CD
- Under "USB disk to use" select the USB stick. WARNING This will destroy all contents of the USB stick
- Click Install
- Continue at "booting the install media"
Make a USB stick without a CD
- You have 2 options again.
- Continue at "booting the install media"
Booting the install media
You computer might not be set by default to boot from USB devices. Here are the steps to correct that.
*Insert USB cdrom or stick.
*Hold F2 down while turning on the computer.
*Right arrow over to the boot menu and press enter.
*Cursor down to USB HDD or USB CDROM depending on if you're using a cdrom or USB stick.
*Press F6 until your selection is at the top of the list.
*Press F10
*Select yes at the prompt and press enter.
Computer should reboot to the USB device.
Installing Ubuntu
Booting the Live CD
The Live CD is quite straight forward and self explanatory. Since this is intended to be a guide for complete beginers, it will be explained step by step. Self explanatory steps are included for continuity. *Select your language, press enter.
*Select "Try Ubuntu without changing your computer", press enter
*Wait for system to load.
*To connect to the internet through wireless: Left click the network icon(four vertical bars to the left of the speaker icon) and you should see you network listed, click it should connect.
At this point you can use the live system. Some things like Flashplayer and Java are not installed yet so some websites won't work properly, but you can still surf the net while installing Ubuntu to your hard drive during the next step.
Running the actual install to the harddrive
The installer is quite straight forward and self explanatory. Since this is intended to be a guide for complete beginers, it will be explained step by step. Self explanatory steps are included for continuity.
*Under System => administration select "Install"
*Select your language, click "next".
*Select your timezone, click "forward"
*Select your keyboard, click "forward".
Partition your harddrive
This is where you decide how much space on your harddrive to take from Windows XP and make available to Ubuntu. There are 3 options available. 1. "Install them side by side" is probably the option you want, It sets up Ubuntu so you can run Ubuntu and Windows by selecting either when turning the computer on. At the bottom is a slider that allows you to select how much disk space you want removed from Windows and set up for Ubuntu.
1. "Use entire disk" this option will will remove Windows and use the entire disk for Ubuntu. Do not use this unless you are willing to Windows and all data on the computer.
1. "Specify partition manually" Use this only if yo know what you are doing, it is beyond the scope of this page.
*After you make your selection, click "forward".
*At the warning message, click next.
finishing up the install
Wait for the drive to be prepared. Time varies depending on options.
*Fill in the page with your information, click "forward"
*Click install.
This process takes around 13 minutes.
*At the prompt, click "continue testing"
*Shut-down computer and remove USB device.
Ubuntu is now installed.
Setting up software
A few things you'll want to do before you are ready to go.
Applying updates
While Ubuntu will automaticly inform you of available updates, it should be done soon. To run the updater manually.
*Under system => Administration select "Update Manager"
*Click "Check"
*Click "Install Updates"
Installing commonly needed software
A few things you might need to install for everyday use. To drivers and other software
**Under system => Administration select "Synaptic Package Manager"
*In the Quick Search box enter the name of package.
*Click on the package and select "Mark for installation"
*If prompted to that other package need marked also, click "Mark"
*After marking all desired packages, Click "Apply"
*When prompted with action summary, click "Apply
*After completion, click "Close"
Java and Java Plug-in
The Java plug-in package is:
sun-java6-plugin
Flash Player Plug-in
The Flashplayer package is:
flashplugin-nonfree
Getting the rest of the hardware to work
Install Webcam
The driver package is:
luvcview
Install Wired Network Driver
Ethernet card also doesn't work out of the box for D250. Download AR81Family-linux-v1.0.0.10.tar.gz from http://partner.atheros.com/Drivers.aspx and install it manually.
This assumes it is downloaded to a directroy /home/user/atheros
cd atheros gunzip AR81Family-linux-v1.0.0.10.tar.gz
Ignore gzip warnings about "trailing garbage".
tar xvf AR81Family-linux-v1.0.0.10.tar cd src/ make sudo make install sudo modprobe atl1e
Fixing the microphone
Microphone doesn't work out of the box. Download alsa-driver-1.0.20 from www.alsa-project.org and compile it with ./configure --with-cards=all (initially microphone in the mixer is muted!) In mixer settings input source should be set to "Mic" (default), not "Front Mic". Still sound subsystem doesn't survive suspend-resume.
system tweaks
Changing the screen font
*Under System => Preferences select "Appearance"
*Change the font sizes under the "Fonts" tab.
Shutting off windows animations for better performance
*Under System => Preferences select "Appearance"
*Select "None" under the "Visual Effects" tab.
Touchpad Tweaks
The AAO touchpad is quite easy to bump whilst typing. The best fix is to disable all scroll and tap commands for 1 second after each keystroke.
Go to System => Preferences and select "Startup Applications". Click the add button and add an entry:
Name: Syndaemon Command: syndaemon -d -t -i 1 Comment: Disable trackpad while typing
The '1' can be changed to any decimal number, and defines the amount of time to lock the trackpad after each keystroke. See the Syndaemon man page for full details.
=Other sources=
Testpage for the AspireOneAOD250
This page is targeted for beginners, if something doesn't work or isn't clear email me AOD250ubuntu@yahoo.com or fix it yourself.