<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-294535563206435487</id><updated>2011-04-21T16:53:41.021-07:00</updated><title type='text'>Ubuntu EEE installation</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://myubuntueee.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/294535563206435487/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://myubuntueee.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Ole Nielsen</name><uri>http://www.blogger.com/profile/06035245672466276276</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>1</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-294535563206435487.post-978232231040692752</id><published>2008-12-06T20:53:00.000-08:00</published><updated>2008-12-07T00:17:03.545-08:00</updated><title type='text'></title><content type='html'>So I got this ASUS EEE 900 and liked it very much.&lt;br /&gt;After a little while, though, I got tired of the standard installation and decided to install ubuntu on it to more in line with my other machines and to allow easy installation of software with synaptic.&lt;br /&gt;&lt;br /&gt;Here are the steps I took to get the machine working for me:&lt;br /&gt;&lt;br /&gt;1: I got the ubuntu-eee distribution on a memory stick and booted from it as described in the &lt;a href="http://www.ubuntu-eee.com/"&gt;EEE Ubuntu site&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;Booting is achieved by pressing ESC when the computer starts. Initially, the memory stick didn't appear on the boot list, so I simply used another.&lt;br /&gt;&lt;br /&gt;2: To get the Wireless LAN and the Webcam going, I found that one must enable them in the bios. Press F2 at boot time and go to 'advanced'. Then enable them.&lt;br /&gt;&lt;br /&gt;3: The default partition editor did not use the 16GB disk. Consequently, I ran out  of space pretty quickly. It is easy to enable the second disk, but I found that  is better to partition things at install time. See next point.&lt;br /&gt;&lt;br /&gt;4: I couldn't get the thing to hibernate and it turned out that the reason for this was that the default swap space was too small. I reinstalled ubuntu and selected manual partitioning to fix this. Here is what I did:&lt;br /&gt;&lt;br /&gt;I used all of the 4GB disk for the ubuntu system and created a large swap area at the beginning of the 16GB disk leaving the rest for the /home area.&lt;br /&gt;&lt;br /&gt;Partition        Filesystem        Mountpoint        Size&lt;br /&gt;--------------------------------------------------------------&lt;br /&gt;/dev/sda1        ext3                      /                       ~4GB&lt;br /&gt;/dev/sdb1        linux-swap                                        1200MB&lt;br /&gt;/dev/sdb2            ext3                            /home            ~15GB&lt;br /&gt;--------------------------------------------------------------&lt;br /&gt;&lt;br /&gt;With this partition, the system can hibernate and there is plenty of space for the  /home area.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;5: To get skype going I needed to enable the webcam in the bios (see #2) and then select the right microphone as described by &lt;a href="http://ubuntuforums.org/showthread.php?t=744387"&gt;golovan&lt;/a&gt; (bottom of thread):&lt;br /&gt;&lt;br /&gt;Right click on speaker icon&lt;br /&gt;&gt; "open volume control"&lt;br /&gt;&gt; "Edit - Preferences"&lt;br /&gt;&gt; check/enable "input source" (and "Front mic" if it's not enabled) and close that window&lt;br /&gt;&gt; go to tab "options"&lt;br /&gt;&gt; choose "Front mic"&lt;br /&gt;&gt; go to tab "Playback" and verify that the faders for "Front mic" is set correctly and not muted.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;6: One of the reasons for me to install Ubuntu was to be able to compile and run the &lt;a href="https://datamining.anu.edu.au/anuga"&gt;ANUGA hydrodynamic model:&lt;/a&gt; The dependencies I installed using Synaptic for this are as follows&lt;br /&gt;&lt;br /&gt;* Subversion as I work directly with ANUGA revision control system - if you don't then this will be unnecessary&lt;br /&gt;* With ANUGA downloaded I then needed to compile it using the script compile_all.py as described in the &lt;a href="http://datamining.anu.edu.au/%7Eole/anuga/user_manual/anuga_user_manual.pdf"&gt;ANUGA installation manual&lt;/a&gt;. The gcc compiler comes with Ubuntu, but to compile ANUGA you also need the packages python-dev and build-essential&lt;br /&gt;* With ANUGA compiled, running it requires setting the environment variable PYTHONPATH point to the appropriate area. In my installation I added the line export PYTHONPATH=~/sandpit/anuga/anuga_core/source to the ~/.bashrc file.&lt;br /&gt;The following three extra packages were necessary to run the test suite: python-numeric-ext (python2.5 and python-numeric were already part of the standard installation),  python-scientific and python-profiler.&lt;br /&gt;* Finally, I installed python-psyco as an optional package to speed up ANUGA&lt;br /&gt;* I also added the package emacs since it is my preferred editor.&lt;br /&gt;* Running the validation example for the Okushiri island tsunami took 45min which is 3 times slower than one node on our 64 bit Opteron Beowulf system. Not bad ASUS, not bad at all!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/294535563206435487-978232231040692752?l=myubuntueee.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://myubuntueee.blogspot.com/feeds/978232231040692752/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=294535563206435487&amp;postID=978232231040692752' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/294535563206435487/posts/default/978232231040692752'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/294535563206435487/posts/default/978232231040692752'/><link rel='alternate' type='text/html' href='http://myubuntueee.blogspot.com/2008/12/so-i-got-this-asus-eee-900-and-loved-it.html' title=''/><author><name>Ole Nielsen</name><uri>http://www.blogger.com/profile/06035245672466276276</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>
