Skip to main content

Getting started with the Acer Aspire One

I just picked up a Acer Aspire One Linux edition with the 8Gb SSD. It a great little portable netbook. I chose the Linux version over the XP edition for a number of reasons. Mainly the price; I picked mine up for just $299, plus because I got display model they through in the 2 year extended warranty for free. Secondly I have enough XP and Vista computers and laptop the deal with already, and I didn't want the hassle of installing firewalls and virus scanners and spyware detectors, plus I'd inevitably end up installing many many other apps which over time begin to bog down the windows registry and general slow windows to a crawl. In general I just want my netbook to be as hassle free as possible.

The Linux Linpus OS on the Aspire One has "almost" everything I need out of the box to use as light weight cloud computing platform. Browsing around the net there are a number of "hacks" and enhancements for the AA1. Here's my recommended list the optimize the AA1 usability
  1. Run a complete system update. Get all of the latest OS patches using the Live Update under the Settings section. It took a few attempts for me to get all of the updates installed.

  2. Update the BIOS. At the time of writing the latest BIOS version is v3.305. Details on how to update the bios are here. You will need a spare USB thumb drive to perform the update.

  3. Expand the memory. The AA1 has a very easy way to expand storeage beyond the 8Gb internal SSD. Just insert a SD card in the storeage expansion slot and the AA1 will automatically use the new disk space as an extension to the built in drive. I added a 8Gb SD card I picked up at the local store for just $20.

  4. Enabled the desktop right click menu. You can access morelinux apps from a right click on the on the desktop, but you hae to turn it one. See the following steps

  5. Update the installed apps to the latest versions. The AA1 comes with OpenOffice 2, Firefox 2, Flash 9, Java 1.5. these are all great, but the Live Update does not update them the the latest release. the following links provide details on updating the the latest releases:

    • Update Firefox to version 3.01, or even the latest Firefox 3.1 Beta. I've installed 3.1 and enabled the tracemonkey javascript compiler for improved performance.
    • Update Flash to version 10. I had to run sudo yum remove flash-plugin prior to running the Flash 10 installer to get it to work.
    • Update OpenOffice to version 3.0
    • Update Java to 1.6 update 10. Note: the post details installing update 6. I recommend getting the latest update which has some major improvments to applet performance. Just go to java.com and download the latest JRE for Linux

  6. Install Extra Applicaitons. Acer make available a few extra applications that can be downloaded and installed on the AA1. The list of apps and how to install them can be found here. My goal is to keep the number of installed applications to a minimum so I just installed Skype, FileZilla and VideoLAN.

  7. Apply the noisy fan fix. Follow the details in the following post to reduce the fan noise. The original wiki page appears to be down referened in the post appears to be down. If you wish to change the default settings I found a description of the autofand.conf file here

  8. Tweak Linux for SSD usage. See the following post
Many thanks to the macles* blog for all of the informative posts, as well as all the other sites and posts linked above.

Comments

Popular posts from this blog

Meego 1.1 on Aser Aspire One AOA 110

I've previously covered some to the modifications required to improve Meego on the Acer Aspire One. Having just reinstalled Meego 1.1 (note, the the no easy upgrade form 1.0, the recommended approach is a fresh install), here is a summary of the Meego AA1 tweeks. Enable right hand side SDHC Card Reader Add the following line to /etc/rc.local /sbin/modprobe pciehp pciehp_force=1 > /dev/null 2>&1 Increase battery life Add the lines suggested in the "Increase Battery Life" section at  https://help.ubuntu.com/community/AA1/Using   to the end of  /etc/rc.local Fix suspend issue when SDHC cards are mounted At the following line to beginning of /usr/sbin/pm-suspend umount /dev/mmcblk*p* Changes bfrfs settings for SSD usage Modify  /etc/fstab  to change  realatime  to  noatime  and add the btrfs option  ssd_spread /dev/sda2 / btrfs defaults,noatime,nodatasum,ssd_spread 1 1 Reduce SSD disk IO use tmpfs To reduce the...

Gaim Instant Messaging (IM) Client

Gaim is an excellent open source IM client that supports the main messaging platforms (MSN, Yahoo!, AIM, ICQ etc). Gaim does not support all of the fancy new features available in the main IM clients, but when it comes to plain and simple messaging Gaim is a winner for me. I largly use Gaim as my messaging client at work where I don't care for audio and video features and animated emoticons. There are also a number of Gaim plugin extenstions available. My personal favorite is the Guifications plugin in conjuction with the MSN Guifications theme which provides MSN messenger style popup notifications in the corner of the screen.

Video Conversion: Windows Media Center (MCE) DVR-MS to iPod Video

I treated myself to an iPod Video a couple of weeks ago, and after loading up my music collection I decided to try and move some recorded TV shows from my Media Center PC onto the iPod. The iPod won't play the Media Center recording directly, so they need to be converted to the appropriate video format, which is typically H.264 encoded video and AAC encoded audio in an .mp4 container. After much searching around and trying a variety of video conversion tools I settled on the following fairly straightforward approach using a couple of freely available applications. The first tool is used to convert the media center files to a non-proprietary format, and then the second step is to re-encode the video in a format suitable for the iPod. Step 1 - Convert the Windows Media Center DVR-MS recording to MPEG-2 video format Download and install the latest 1.1.0.x version of DVRMSToolbox (the 1.2.0.x versions are for Windows Vista only). Launch the DVRMStoMPEGGUI tool Start > All Programs ...