24th May 2008

Latest Ubuntu on Asus EeePC 900 20G laptop

posted in Computers |
Bookmark this post:
  • del.icio.us
  • Digg
  • Reddit
  • Ma.gnolia
  • StumbleUpon
  • Google Bookmarks
  • Slashdot
  • Facebook
  • Live

Tux PenguinI’ve officially sworn off Windows. Vista was the final straw with all of it’s annoying pop up questions and flashing screens and… I could go on and on, but the end result is after dabbling in it for years I’ve fully switched over to Linux and specifically Ubuntu. So when I decided to buy the ultralight Asus eee pc 900 for my upcoming trip I knew that Ubuntu would be going on it first thing. After doing a little due diligence to see that other pioneers had traveled the same road and come back to tell the tale, I didn’t even hesitate to wipe the existing Xandros OS and give Ubuntu a go.

Update: I switched from a straight Ubuntu install to Ubuntu-eee… as it really takes advantage of the smaller screen space.

Why the Asus eee pc 900? Because it’s simply perfect for me! How can you go wrong with an under 2lb laptop that includes a built in webcam, wifi b/g, and a 9″ screen? If this was your only computer I could see the excitement of it’s small size wearing thin, but if you have a desktop or regular size laptop to use for more demanding tasks or when you need a larger screen, then this is the machine to get for those lighter tasks or for travel. The screen size is 800×480 which limits some of the information you can see on screen at one time, but it’s still possible to work on those large projects, if a little less efficiently.

>Asus 900 eee pc packagingI purchased mine from amazon.com as sold by tigerdirect for $549 and it was delivered within 4 days. While this is a bit off the subject, the packaging from Asus is superb. Just enough room to safely deliver all the components, mostly of recyclable cardboard and very little plastic.

Asus 900 eee pc compared to size of my handsI only have one complaint with the laptop… and that is the keyboard. I completely understand the reasons for it, but if you’ve got big hands and are a touch typist it will take some getting used to the small size. I feel like the Jolly Green Giant trying to do Swan Lake with his feet tied together.

On to the meat of the story… (actually getting Ubuntu installed and playing around with it)

While doing research about the best way to start this process I came across a wonderful resource that will walk you through step by step. The eeeuser.com site is the place to start!

Getting Ubuntu onto your Eee pc – http://wiki.eeeuser.com/installing_ubuntu_8.04

Comparison of sizes of my HP Laptop and the Asus 900 eee pcFirst I didn’t have an external optical drive available, so I went with the option to put the Ubuntu Live CD onto a USB stick and make it bootable. This whole step has been automated by the pendrivelinux.com folks who provide a fantastic bunch of scripts and tools. Simply follow the directions on this page and you’ll have a bootable Live CD USB stick in a couple of minutes. As a side effect of this process, I now have a bootable Ubuntu 8.04 USB to keep with me and easily boot off of any computer. Sorry for the geek porn picture over to the right :) You weren’t expecting the laptop on laptop action were you? But sometimes shock is the best way to illustrate a point.

Ubuntu LogoThe Ubuntu installation is standard and I didn’t run into any gotchas, but once Ubuntu is up and running you will have a couple of issues to address. Namely: the wifi won’t work, the laptop won’t properly shut down, most of the hot keys won’t be working, and some various other small issues. I’m so spoiled with wifi now, that the hardest part of all these tweaks was to go find a network cable and move over to the router to download the wifi drivers needed.

Here is a list of tweaks to get things working just right – http://wiki.eeeuser.com/getting_ubuntu_8.04_to_work_perfectly

UPDATE: Found the webcam wasn’t working properly. I since located a forum post that fixed it here. Here are the steps:
1. sudo aptitude install subversion
2. svn co svn://svn.berlios.de/linux-uvc/linux-uvc/trunk linux-uvc
3. cd linux-uvc
4. sudo make
5. sudo make install
6. sudo modprobe -r uvcvideo
7. sudo mv /lib/modules/$(uname -r)/ubuntu/media/usbvideo/uvcvideo.ko /lib/modules/$(uname -r)/ubuntu/media/usbvideo/uvcvideo.ko.original
8. sudo cp uvcvideo.ko /lib/modules/$(uname -r)/ubuntu/media/usbvideo/uvcvideo.ko
9. sudo modprobe uvcvideo

Asus 900 eee pc with Ubuntu installedNow I have the ultralight Asus eee pc 900 running Ubuntu perfectly. No sacrifices, no issues!! What could be better?

For the inquiring minds, the boot time on this little baby with a full copy of Ubuntu installed is about 50 seconds. Not blazing, and I’m sure with a little evaluation I could find a way to make it faster, but after configuring it to suspend when the lid is closed I just don’t care all that much. You simply close the lid and it suspends in maybe 5 seconds, then open it up and hit a key or the power button and you’re back in business in another 5 seconds. And battery life is great. With wifi on 3 hours, off 4 hours. Of course this was baseline testing not playing a video.

And working on the system doesn’t feel like you’re sacrificing anything. Apps come up quickly and smoothly. Large videos play with no issues, and image manipulation is quick. Below is a video I created just showing how quick everything moves.

Video of working in Ubuntu – Most of it is obvious, but I’d like to point out that the Battlestar Galactica clip is in HDTV and running from an external SD card. Also to notice the new youtube plugin for Totem. It’s pretty slick to be able to search and play right from your video player.

In conclusion, I just love this combination as I’m sure you’ve gathered from my ravings above. I’ll soon be putting it through it’s paces on a much more regular basis while I’m on the road on my journey. I’ll only have this computer with me to satisfy my geeky needs, and I’m sure I’ll really find out what my tollerance is for the ultra-small. Hopefully Starbucks has their free wifi rolled out throughout the country as that will be my main way of connecting…

Donate

Bookmark this post:
  • del.icio.us
  • Digg
  • Reddit
  • Ma.gnolia
  • StumbleUpon
  • Google Bookmarks
  • Slashdot
  • Facebook
  • Live
Print This Post Print This Post
This entry was posted on Saturday, May 24th, 2008 at 10:48 pm and is filed under Computers. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.

There are currently 17 responses to “Latest Ubuntu on Asus EeePC 900 20G laptop”

Why not let us know what you think by adding your own comment! Your opinion is as valid as anyone elses, so come on... let us know what you think.

  1. 1 On June 5th, 2008, John said:

    Hey nice write-up….

    I’m just recently installed Ubuntu on my 900 but it’s not detecting the full 20G, only 4.

    Did you experience this issue at all in your installation?

  2. 2 On June 6th, 2008, syphax said:

    I’ve encountered the same problem. You only need to mount the second ssd (/dev/sdb1) on a mount point. Make sure the sdb1 is formatted (you can use gparted to see that)

  3. 3 On June 8th, 2008, jeff said:

    Yes, I had the same thing and just added the following to my /etc/fstab…

    /dev/sdb1 /media/storage ext3 defaults 1 2

    Then the 16 gig drive automounts and a link is placed on your desktop.

  4. 4 On June 13th, 2008, HR said:

    I wonder.. I realize the sucker is small (thinking about getting one myself with taxes..) but does it handle anything with compfusion?

  5. 5 On June 16th, 2008, Philipp said:

    Dear Jeff,

    thanks a lot for your thorough installation guide. I have followed it in all its details and
    now have a perfectly set-up EeePC 900.

    It should be great for travelling.

    Philipp

  6. 6 On July 2nd, 2008, Mike said:

    I have a UK specification Eee PC 900 with the crap battery pack – only getting about 45 mins with Ubuntu (screen dimmed, volume low, WiFi on). Otherwise it rocks – people can’t believe the performance of the GUI (running with “extra” visual effects setting) … now if I could only get the 16Gb disk to work; I have changed FSTAB and it mounts but is owned by ROOT so I can’t write to it :-(

  7. 7 On July 26th, 2008, GregE said:

    For anyone stuck like the above post

    open a terminal window

    type “sudo nautilus”

    put in your password when prompted

    navigate to the folder of the 16gb drive – probably /media/disk

    right click and select properties and then permissions. Change ownership to your login name and make sure you have read wite permissions – click on apply permissions to enclosed files

    Exit out and you are done.

    A better way is to select custom partitioning at install and make the 16gb disk your /home partition

    :)

  8. 8 On October 4th, 2008, Andythefeatch said:

    I bought an eeepc 900 with the tiny battery and it’d barely make 1 1/2 hours. However since I bit the bullet and installed Ubuntu with all the eeepc tweeks I’m getting an amazing 4h 15mins before it dies. This drops to about 3 1/2 hours if I’ve got the wireless on.

  9. 9 On December 18th, 2008, Steve said:

    Bought my 900 a month ago for $300, sans camera, Xandros. Glad to be post Windows. But Xandros! Gag! Decided within a few days to upgrade to Ubuntu. This blog gives me the courage to do it. Thanks for your attention to detail. Write you back thru Ubuntu in a few weeks.

  10. 10 On January 3rd, 2009, Topher England said:

    I have pretty much the same setup and was wondering if you noticed ubuntu identifying 2 cpus? i know its an atom n270, so there’s no reason for this to be the case…

  11. 11 On January 3rd, 2009, jeff said:

    Mine only shows 1 cpu… although it shows the speed incorrectly.

  12. 12 On January 11th, 2009, Matt said:

    Ubuntu looks much better than Xandros. I couldn’t handle using Linux with all it’s strange commands, and programs that kept crashing. I’m using a slimmed down version of windows with all the unnecessary components removed, and that works well for me.

  13. 13 On January 23rd, 2009, Steve said:

    Me again. Still working up the courage to change from Xandros to Ubuntu. My Asus 900 came with only 4G on board. I added a 4G SD in the slot.

    Your instructions for changing OS seem clear and thorough, but scary. Maybe the Pendrive, with all of its wizards and instructions, was made for me.

    Q #1: Yours is a 20G. Mine’s 4G plus 4G SD in the slot (that Xandros calls D:). Is that enough for Ubuntu?

    Q #2: Will the Pendrive allow me to install Ubuntu permanently over the Xandros?

    Thanks for speaking plain English instead of Geek Speak.
    –Steve

  14. 14 On January 23rd, 2009, jeff said:

    Steve:
    A #1: That is definitely enough for Ubuntu… although I would suggest looking into Ubuntu-eee also as it is a specific distribution made for the Asus eee. I think the install took up just over 1 Gig.

    A #2: Yes, it basically just pushes the CD install onto your USB stick… so you can do a full format and all like normal.

  15. 15 On January 24th, 2009, steve said:

    Jeff:

    Do you suggest the new one, Ubuntu 8.10? It seems to be a lot bigger, like 4 Gig instead of 1. Too big?

    Also it is a 64-bit program. Okay for my 900, 4Gig, w/ 512 RAM?

    –Steve

  16. 16 On January 24th, 2009, jeff said:

    Here is another post I wrote about Ubuntu-eee
    I really think you should check it out. After running the full Ubuntu on the Asus, then going to this distribution I was much happier.

    http://www.wanderingsandmusings.com/2008/10/asus-eee-pc-900-with-ubuntu-eee-installed/

    Here is the link to get it… It used to be called Ubuntu-eee… now is called Easy Peasy… LOL
    http://www.geteasypeasy.com/

  17. 17 On December 29th, 2009, ClubPenguin Cheats said:

    Your RSS feed is only posting some of your articles, i’m on a mac running netnewswire if that helps

Leave a Reply

Log in
  • Author - Jeff Hemry