<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>flattermann.net &#187; Linux</title>
	<atom:link href="http://www.flattermann.net/tag/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.flattermann.net</link>
	<description>flattermann&#039;s developer blog</description>
	<lastBuildDate>Mon, 08 Mar 2010 12:47:40 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>HO! Debian packages</title>
		<link>http://www.flattermann.net/2009/07/ho-debian-packages/</link>
		<comments>http://www.flattermann.net/2009/07/ho-debian-packages/#comments</comments>
		<pubDate>Tue, 14 Jul 2009 22:32:36 +0000</pubDate>
		<dc:creator>flattermann</dc:creator>
				<category><![CDATA[HattrickOrganizer]]></category>
		<category><![CDATA[Hattrick]]></category>
		<category><![CDATA[HO!]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.flattermann.net/?p=378</guid>
		<description><![CDATA[I&#8217;m currently preparing Debian Linux packages (.deb) for HO to make it easier for Linux users to install Hattrick Organizer.
If you are using Debian or Ubuntu, please try the following steps to install the (beta) debian package.

 Download the recent .deb from:

http://ho1.sourceforge.net/nightly

Open a terminal and install the .deb file:

sudo dpkg -i HO_1425_BETA_trunk_rXXX_YYYYYYYY.deb
If the installation was [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m currently preparing Debian Linux packages (.deb) for HO to make it easier for Linux users to install Hattrick Organizer.</p>
<p>If you are using Debian or Ubuntu, please try the following steps to install the (beta) debian package.</p>
<ul>
<li><span id="more-378"></span> Download the recent .deb from:</li>
</ul>
<p><a title="http://ho1.sourceforge.net/nightly" href="http://ho1.sourceforge.net/nightly" target="_blank">http://ho1.sourceforge.net/nightly</a></p>
<ul>
<li>Open a terminal and install the .deb file:</li>
</ul>
<pre>sudo dpkg -i HO_1425_BETA_trunk_rXXX_YYYYYYYY.deb</pre>
<p>If the installation was successful, a new icon should appear in the menu (&#8220;Games&#8221;).<br />
You can either start HO via this icon or by starting &#8220;/usr/bin/ho1-beta&#8221;</p>
<p>This HO version will store its user files in the directory &#8220;~/.hattrickorganizer&#8221; in your home directory.</p>
<p>Feel free to contact me via HT-Mail (teamid 1155911) or to open a ticket in <a href="http://www.flattermann.net/hotrac/">our issue tracker</a>.</p>
<p class="buymebeer"><form action="https://www.paypal.com/cgi-bin/webscr" target="paypal" method="post"><input type="hidden" name="cmd" value="_xclick" /><input type="hidden" name="business" value="donation@flattermann.net" /><input type="hidden" name="return" value="" /><input type="hidden" name="item_name" value="Donation for HO! Debian packages" /><input type="hidden" name="currency_code" value="EUR" /><input type="hidden" name="amount" value="" /><input type="image" src="http://www.flattermann.net/wp-content/plugins/buy-me-beer/icon_beer.gif" align="left" alt="Buy me a beer" title="Buy me a beer" hspace="3" /></form><a href="https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&amp;business=donation@flattermann.net&amp;currency_code=EUR&amp;amount=&amp;return=&amp;item_name=Donation+for+HO!+Debian+packages" target="paypal">If you like my work, buy me a beer. (Suggested: 3€ for a beer, or more for more beer ;-) )</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.flattermann.net/2009/07/ho-debian-packages/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Mobile UMTS access in Germany with Linux</title>
		<link>http://www.flattermann.net/2009/06/mobile-umts-access-in-germany-with-linux/</link>
		<comments>http://www.flattermann.net/2009/06/mobile-umts-access-in-germany-with-linux/#comments</comments>
		<pubDate>Thu, 18 Jun 2009 18:58:20 +0000</pubDate>
		<dc:creator>flattermann</dc:creator>
				<category><![CDATA[EeePC]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Gadget]]></category>
		<category><![CDATA[GPRS]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.flattermann.net/?p=361</guid>
		<description><![CDATA[As mentioned, I&#8217;ve got an Asus EeePC 901 Go.
It&#8217;s very nice to have internet-everywhere via the internal UMTS G3.5 modem, and this is very easy to accomplish with (Debian) Linux.
I&#8217;ve written a small HowTo that describes the necessary steps.

Introduction
As I&#8217;ve already described in other blog articles, the Asus EeePC 901 Go is a great piece [...]]]></description>
			<content:encoded><![CDATA[<p>As mentioned, I&#8217;ve got an <a href="http://www.flattermann.net/2009/02/asus-eeepc-901go-16g-linux/">Asus EeePC 901 Go</a>.</p>
<p>It&#8217;s very nice to have internet-everywhere via the <strong>internal UMTS</strong> G3.5 modem, and this is very easy to accomplish with (Debian) Linux.</p>
<p><strong>I&#8217;ve written a small HowTo that describes the necessary steps.</strong><br />
<span id="more-361"></span></p>
<h3>Introduction</h3>
<p>As I&#8217;ve already described <a title="More EeePC articles" href="http://www.flattermann.net/category/eeepc/">in other blog articles</a>, the Asus EeePC 901 Go is a <a title="Real life test of my Asus EeePC 901 Go" href="http://www.flattermann.net/2009/04/real-life-test-of-the-asus-eeepc-901-go/">great piece of hardware</a>, <a title="SSD Speed test (encrypted/unencrypted) on Asus EeePC 901 Go" href="http://www.flattermann.net/2009/05/ssd-speed-test-on-asus-eeepc-901go-linux/">fast and reliable with encrypted disks</a>, and for me the perfect travel companion. Since I own this Netbook, I virtually never carry my old, big Notebook with me when I visit my customers.</p>
<p>Of course <img src='http://www.flattermann.net/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />  I&#8217;ve <a title="Installing Debian Lenny on the Asus EeePC 901 Go" href="http://www.flattermann.net/2009/02/installing-debian-lenny-on-an-asus-eeepc-901go/">installed Debian Linux (Lenny)</a> on the EeePC, so that I have my familiar desktop environment on the Netbook.</p>
<p><hr />
<strong>For the mobile internet access in Germany, I can recommend these two UMTS providers:</strong>
<table border="0" cellpadding="5">
<tbody>
<tr>
<td valign="middle"><a href="http://partners.webmasterplan.com/click.asp?ref=481865&amp;site=3749&amp;type=b43&amp;bnb=43" target="_blank"><img src="http://banners.webmasterplan.com/view.asp?ref=481865&amp;site=3749&amp;b=43" border="0" alt="der BASE Tarif - die Handy Flatrate" width="120" height="60" /></a></td>
<td valign="middle"><strong><a href="http://partners.webmasterplan.com/click.asp?ref=481865&amp;site=3749&amp;type=text&amp;tnb=5" target="_blank">
BASE</a><img style="display: none;" src="http://banners.webmasterplan.com/view.asp?ref=481865&amp;site=3749&amp;type=text&amp;tnb=5&amp;js=1" border="0" alt="" width="1" height="1" /></strong> offers an UMTS flatrate for 17.50€</td>
</tr>
<tr>
<td valign="middle"><a href="http://partners.webmasterplan.com/click.asp?ref=481865&amp;site=3655&amp;type=b32&amp;bnb=32" target="_blank"><img src="http://banners.webmasterplan.com/view.asp?ref=481865&amp;site=3655&amp;b=32" border="0" alt="simyo - Weil einfach einfach einfach ist." width="120" height="40" /></a></td>
<td valign="middle"><strong><a href="http://partners.webmasterplan.com/click.asp?ref=481865&amp;site=3655&amp;type=text&amp;tnb=8" target="_blank">Simyo</a><img style="display: none;" src="http://banners.webmasterplan.com/view.asp?ref=481865&amp;site=3655&amp;type=text&amp;tnb=8&amp;js=1" border="0" alt="" width="1" height="1" /></strong> offers a prepaid UMTS solution, 24ct/MB or 10€ for 1GB</td>
</tr>
</tbody></table>
I'm using an UMTS card of these providers in the my Asus EeePC 901Go and it works great. Pretty fast and reliable.
If you want to order a new UMTS card anyway, please support me by using one of these links. For every order, I get some refund to pay my server bill. Thanks.
<hr /></p>
<h3>HowTo configure UMTS via the internal UMTS modem</h3>
<p>First of all, remove the battery of the Asus EeePC 901 Go and insert the SIM card of your provider into the  SIM slot. Reconnect the battery and startup your Debian system&#8230; <img src='http://www.flattermann.net/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p><strong>Activating the internal UMTS modem is pretty simple:</strong></p>
<p>(You can skip the first steps if you want, they are just to make sure that the drivers are loaded correctly.)<strong><br />
</strong></p>
<ul>
<li>Make sure the correct kernel driver is loaded:
<ul>
<li>Open a terminal and enter the command:</li>
<li><em>dmesg | grep HUAWEI</em></li>
<li>The output should look like this:</li>
<li><em>[    5.426460] usb 5-6: Manufacturer: HUAWEI Technology<br />
[    5.417153] usb 5-6: Product: HUAWEI Mobile</em></li>
</ul>
</li>
<li>If that works, check if the USB modem is correctly bound:
<ul>
<li><em>dmesg | grep GSM</em></li>
<li>The output should look like this:</li>
<li><em>[   12.478987] usbserial: USB Serial support registered for GSM modem (1-port)<br />
[   12.487549] option 5-6:1.0: GSM modem (1-port) converter detected<br />
[   12.496203] usb 5-6: GSM modem (1-port) converter now attached to ttyUSB0<br />
[   12.504920] option 5-6:1.1: GSM modem (1-port) converter detected<br />
[   12.513610] usb 5-6: GSM modem (1-port) converter now attached to ttyUSB1<br />
[   12.525525] option 5-6:1.2: GSM modem (1-port) converter detected<br />
[   12.534178] usb 5-6: GSM modem (1-port) converter now attached to ttyUSB2<br />
[   12.551416] option: USB Driver for GSM modems: v0.7.2</em></li>
</ul>
</li>
<li>You can see that the UMTS modem can be accessed via ttyUSB0..2</li>
<li>Install <strong>Gnome-PPP</strong>:
<ul>
<li><em>aptitude install gnome-ppp</em></li>
</ul>
</li>
<li>Now, you need to configure Gnome-PPP to access the internet via UMTS:</li>
<li><strong>Start Gnome-PPP</strong> via the menu (Applications / Internet / Gnome-PPP)</li>
<li>The main window should appear. Most providers do not need any special username/password because the authentication is done via your GSM card:
<ul>
<li>Username: <strong>umts</strong> (does not matter)</li>
<li>Password: <strong>umts</strong> (does not matter)</li>
<li>Phone number: <strong>*99**1#</strong> (this is important)</li>
</ul>
</li>
<li>Press <strong>&#8220;Setup&#8221;</strong></li>
<li>Tab <strong>&#8220;Modem&#8221;</strong>:
<ul>
<li>Device: <strong>/dev/ttyUSB0</strong></li>
<li>Type: <strong>USM Modem</strong></li>
<li>Speed: <strong>460800</strong></li>
<li>Phone Line: <strong>Tone</strong></li>
<li><strong>Check</strong> &#8220;Wait for dialtone&#8221;</li>
</ul>
</li>
<li>Click on <strong>&#8220;Init Strings&#8221;</strong>:
<ul>
<li>Init 2: <strong>AT&amp;F</strong> (Reset to defaults)</li>
<li>Init 3: <strong>AT+CSQ</strong> (Show link quality)</li>
<li>Init 4: <strong>AT+CGDCONT=1,&#8221;IP&#8221;,&#8221;internet.eplus.de&#8221;</strong><br />
(this is the APN AccessPoint)</li>
<li>This APN (internet.eplus.de) is correct for <a href="http://partners.webmasterplan.com/click.asp?ref=481865&amp;site=3749&amp;type=text&amp;tnb=5" target="_blank"><br />
BASE</a><img style="display: none;" src="http://banners.webmasterplan.com/view.asp?ref=481865&amp;site=3749&amp;type=text&amp;tnb=5&amp;js=1" border="0" alt="" width="1" height="1" /> and <a href="http://partners.webmasterplan.com/click.asp?ref=481865&amp;site=3655&amp;type=text&amp;tnb=8" target="_blank">Simyo</a><img style="display: none;" src="http://banners.webmasterplan.com/view.asp?ref=481865&amp;site=3655&amp;type=text&amp;tnb=8&amp;js=1" border="0" alt="" width="1" height="1" />. If you are using another provider, ask him about the correct APN.</li>
<li>Close the &#8220;Init Strings&#8221; window</li>
</ul>
</li>
<li>Tab <strong>&#8220;Networking&#8221;</strong>:
<ul>
<li><strong>Check</strong> &#8220;Dynamic IP address&#8221;</li>
<li><strong>Check</strong> &#8220;Automatic DNS&#8221;</li>
</ul>
</li>
<li>Tab <strong>&#8220;Options&#8221;</strong>:
<ul>
<li><strong>Check</strong> &#8220;Minimize&#8221;</li>
<li><strong>Check</strong> &#8220;Dock in notification area&#8221;</li>
<li><strong>Check</strong> &#8220;Auto reconnect&#8221;</li>
<li><strong>Select</strong> &#8220;Check carrier line&#8221;</li>
<li><strong>Select</strong> &#8220;Check default route&#8221;</li>
<li><strong>Check</strong> &#8220;Ignore terminal strings (stupid mode)&#8221;</li>
</ul>
</li>
<li>That&#8217;s it!</li>
<li>Close the &#8220;Setup&#8221; window and click on <strong>&#8220;Connect&#8221;</strong>.</li>
</ul>
<p><strong>Congratulations, you should now have a working internal UMTS connection!</strong></p>
<p class="buymebeer"><form action="https://www.paypal.com/cgi-bin/webscr" target="paypal" method="post"><input type="hidden" name="cmd" value="_xclick" /><input type="hidden" name="business" value="donation@flattermann.net" /><input type="hidden" name="return" value="" /><input type="hidden" name="item_name" value="Donation for Mobile UMTS access in Germany with Linux" /><input type="hidden" name="currency_code" value="EUR" /><input type="hidden" name="amount" value="" /><input type="image" src="http://www.flattermann.net/wp-content/plugins/buy-me-beer/icon_beer.gif" align="left" alt="Buy me a beer" title="Buy me a beer" hspace="3" /></form><a href="https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&amp;business=donation@flattermann.net&amp;currency_code=EUR&amp;amount=&amp;return=&amp;item_name=Donation+for+Mobile+UMTS+access+in+Germany+with+Linux" target="paypal">If you like my work, buy me a beer. (Suggested: 3€ for a beer, or more for more beer ;-) )</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.flattermann.net/2009/06/mobile-umts-access-in-germany-with-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SSD speed test on Asus EeePC 901Go (Linux)</title>
		<link>http://www.flattermann.net/2009/05/ssd-speed-test-on-asus-eeepc-901go-linux/</link>
		<comments>http://www.flattermann.net/2009/05/ssd-speed-test-on-asus-eeepc-901go-linux/#comments</comments>
		<pubDate>Thu, 14 May 2009 18:45:17 +0000</pubDate>
		<dc:creator>flattermann</dc:creator>
				<category><![CDATA[EeePC]]></category>
		<category><![CDATA[Gadget]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.flattermann.net/?p=279</guid>
		<description><![CDATA[As written in my first blog article about my Asus EeePC 901Go, there are two different versions of this EeePC model available, one with a very slow SSD and one with a fast SSD.
You can distinguish the two models by looking at P/N on the EeePC box or by opening the EeePC and identifying the [...]]]></description>
			<content:encoded><![CDATA[<p>As written in <a href="http://www.flattermann.net/2009/02/asus-eeepc-901go-16g-linux/">my first blog article about my Asus EeePC 901Go</a>, there are two different versions of this EeePC model available, one with a very slow SSD and one with a fast SSD.</p>
<p>You can distinguish the two models by looking at P/N on the EeePC box or by opening the EeePC and identifying the SSD itself:</p>
<ul>
<li><strong>The slow SSD model has this P/N: </strong>90OA0BTI<span style="text-decoration: underline;"><strong>4</strong></span>214AFNE2X2Q, the SSD is labeled “P2-SSD PS Rev. 2.0G”</li>
<li><strong>The fast SSD model has this P/N: </strong>90OA0BTI<span style="text-decoration: underline;"><strong>8</strong></span>214AFNE2X2Q, the SSD is labeled “S4-SSD JM Rev. 1.1″</li>
</ul>
<p>I made sure that I got a fast SSD model, but the question arises:</p>
<h3>How fast is it?</h3>
<p>Today, I found the time to perform some benchmarks of the SSD read/write speed.</p>
<p><span id="more-279"></span>For your information, I&#8217;m using two partitions with ext3 filesystem.</p>
<p>One partition contains the Linux base system and the programs and is not encrypted. The other partition keeps my data (including my /home) and is encrypted using Linux&#8217;s LUKS infrastructure. I&#8217;m using AES 256 bit encryption (aes-cbc-essiv:sha256).</p>
<p>For the test, I created a 512MiB testfile using &#8220;dd&#8221;.<br />
To avoid biased results because of Linux&#8217;s extensive file caching, I&#8217;ve rebooted the system after the write command, before doing the read speed test.</p>
<h4>Unencrypted write test</h4>
<p>che@eee:~$ dd if=/dev/zero of=/unencrypted/ssdtest bs=512k count=1k<br />
1024+0 records in<br />
1024+0 records out<br />
536870912 Bytes (537 MB) copied, 22,7062 s, <strong>23,6 MB/s</strong></p>
<h4>Unencrypted read test</h4>
<p>eee:~$ dd if=/unencrypted/ssdtest of=/dev/null bs=512k<br />
1024+0 records in<br />
1024+0 records out<br />
536870912 Bytes (537 MB) copied, 6,62449 s, <strong>81,0 MB/s</strong></p>
<h4>Encrypted write test (aes-cbc-essiv:sha256)</h4>
<p>eee:~$ dd if=/dev/zero of=/crypto/ssdtest bs=512k count=1k<br />
1024+0 records in<br />
1024+0 records out<br />
536870912 Bytes (537 MB) copied, 31,3594 s, <strong>17,1 MB/s</strong></p>
<h4>Encrypted read test (aes-cbc-essiv:sha256)</h4>
<p>eee:~$ dd if=/crypto/ssdtest of=/dev/null bs=512k<br />
1024+0 records in<br />
1024+0 records out<br />
536870912 Bytes (537 MB) copied, 28,2782 s, <strong>19,0 MB/s</strong></p>
<p>Of course, the performance on the encrypted partition is much slower than on the unencrypted partition. Furthermore, the CPU performs at 100% load when encrypting/decrypting, and that leads to a much shorter battery life. <strong>Therefore, I think it&#8217;s the best trade-off to only encrypt the data and keep the Linux base system unencrypted.</strong></p>
<h4>Conclusion</h4>
<p>I&#8217;m very happy with the overall speed of my system, the slower performance of the encrypted &#8220;/home&#8221; is not really noticeable under real work conditions.</p>
<p>In this benchmark, there is of course a big difference between the <strong>unencrypted (W: 23.6MB/s, R: 81.0MB/s)</strong> and the <strong>encrypted (W: 17.1MB/s, R: 19.0MB/s)</strong> filesystem.</p>
<p>But remember: To have a secure system, it&#8217;s very important to move some directories to the encrypted partition, like:</p>
<ul>
<li>/home</li>
<li>/tmp</li>
<li>/var/tmp (I&#8217;ve moved the whole &#8220;/var&#8221; to the encrypted partition)</li>
</ul>
<p>And depending on your system setup:</p>
<ul>
<li>/srv</li>
<li>/var/spool</li>
<li>/var/cache</li>
<li>/root</li>
<li>&#8230;everything else that you like to protect from thieves <img src='http://www.flattermann.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </li>
</ul>
<p><strong>Furthermore, it very important that you either also encrypt your swap partition or do not use a swap partition at all!</strong></p>
<p>I&#8217;ve installed 2GB in the EeePC and do not use a swap. Of course, using a LUKS swap partition with a random key would also be secure.</p>
<p><hr />
<strong>For the mobile internet access in Germany, I can recommend these two UMTS providers:</strong>
<table border="0" cellpadding="5">
<tbody>
<tr>
<td valign="middle"><a href="http://partners.webmasterplan.com/click.asp?ref=481865&amp;site=3749&amp;type=b43&amp;bnb=43" target="_blank"><img src="http://banners.webmasterplan.com/view.asp?ref=481865&amp;site=3749&amp;b=43" border="0" alt="der BASE Tarif - die Handy Flatrate" width="120" height="60" /></a></td>
<td valign="middle"><strong><a href="http://partners.webmasterplan.com/click.asp?ref=481865&amp;site=3749&amp;type=text&amp;tnb=5" target="_blank">
BASE</a><img style="display: none;" src="http://banners.webmasterplan.com/view.asp?ref=481865&amp;site=3749&amp;type=text&amp;tnb=5&amp;js=1" border="0" alt="" width="1" height="1" /></strong> offers an UMTS flatrate for 17.50€</td>
</tr>
<tr>
<td valign="middle"><a href="http://partners.webmasterplan.com/click.asp?ref=481865&amp;site=3655&amp;type=b32&amp;bnb=32" target="_blank"><img src="http://banners.webmasterplan.com/view.asp?ref=481865&amp;site=3655&amp;b=32" border="0" alt="simyo - Weil einfach einfach einfach ist." width="120" height="40" /></a></td>
<td valign="middle"><strong><a href="http://partners.webmasterplan.com/click.asp?ref=481865&amp;site=3655&amp;type=text&amp;tnb=8" target="_blank">Simyo</a><img style="display: none;" src="http://banners.webmasterplan.com/view.asp?ref=481865&amp;site=3655&amp;type=text&amp;tnb=8&amp;js=1" border="0" alt="" width="1" height="1" /></strong> offers a prepaid UMTS solution, 24ct/MB or 10€ for 1GB</td>
</tr>
</tbody></table>
I'm using an UMTS card of these providers in the my Asus EeePC 901Go and it works great. Pretty fast and reliable.
If you want to order a new UMTS card anyway, please support me by using one of these links. For every order, I get some refund to pay my server bill. Thanks.
<hr /></p>
<p class="buymebeer"><form action="https://www.paypal.com/cgi-bin/webscr" target="paypal" method="post"><input type="hidden" name="cmd" value="_xclick" /><input type="hidden" name="business" value="donation@flattermann.net" /><input type="hidden" name="return" value="" /><input type="hidden" name="item_name" value="Donation for SSD speed test on Asus EeePC 901Go (Linux)" /><input type="hidden" name="currency_code" value="EUR" /><input type="hidden" name="amount" value="" /><input type="image" src="http://www.flattermann.net/wp-content/plugins/buy-me-beer/icon_beer.gif" align="left" alt="Buy me a beer" title="Buy me a beer" hspace="3" /></form><a href="https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&amp;business=donation@flattermann.net&amp;currency_code=EUR&amp;amount=&amp;return=&amp;item_name=Donation+for+SSD+speed+test+on+Asus+EeePC+901Go+(Linux)" target="paypal">If you like my work, buy me a beer. (Suggested: 3€ for a beer, or more for more beer ;-) )</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.flattermann.net/2009/05/ssd-speed-test-on-asus-eeepc-901go-linux/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Installing Debian Lenny on an ASUS EeePC 901Go</title>
		<link>http://www.flattermann.net/2009/02/installing-debian-lenny-on-an-asus-eeepc-901go/</link>
		<comments>http://www.flattermann.net/2009/02/installing-debian-lenny-on-an-asus-eeepc-901go/#comments</comments>
		<pubDate>Tue, 24 Feb 2009 10:56:19 +0000</pubDate>
		<dc:creator>flattermann</dc:creator>
				<category><![CDATA[EeePC]]></category>
		<category><![CDATA[Gadget]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.flattermann.net/?p=177</guid>
		<description><![CDATA[One of the first things I did with my new ASUS EeePC 901Go was to install my familiar Debian GNU/Linux environment on the little box. (Ok, the very first thing was to upgrade the RAM by changing the 1GB PC5300 SODIMM to a 2GB model   ).
The installation of Debian (&#8220;Lenny&#8221;) GNU/Linux was pretty [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-178" title="eeepc-debian" src="http://www.flattermann.net/wp-content/uploads/2009/02/eeepc-debian.jpg" alt="eeepc-debian" width="175" height="176" />One of the first things I did with my new <strong>ASUS EeePC 901Go</strong> was to install my familiar <strong>Debian GNU/Linux environment</strong> on the little box. (Ok, the very first thing was to upgrade the RAM by changing the 1GB PC5300 SODIMM to a 2GB model <img src='http://www.flattermann.net/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />  ).</p>
<p><span id="more-177"></span>The installation of <strong>Debian (&#8220;Lenny&#8221;) GNU/Linux</strong> was pretty straight forward. There is an EeePC subproject on debian.org, see <a href="http://wiki.debian.org/DebianEeePC" target="_blank">http://wiki.debian.org/DebianEeePC</a>.</p>
<h3>Here&#8217;s the summary:</h3>
<ul>
<li>Download <a href="http://eeepc.debian.net/debian/images/debian-eeepc.img" target="_blank">http://eeepc.debian.net/debian/images/debian-eeepc.img</a></li>
<li>Insert an USB stick (<strong>all data will be erased!</strong>) and enter these commands in a terminal:
<pre>dd if=debian-eeepc.img of=/dev/&lt;YOUR-USB-DEVICE&gt;</pre>
<pre>sync</pre>
</li>
<li>Put the USB stick into the EeePC and power it up</li>
<li>Press F2 to enter the BIOS
<ul>
<li>Make sure that all hardware components (e.g. WLAN/webcam) are activated, so that the Debian installer installs the appropriate packages</li>
<li>Verify the boot order, so that the EeePC will start from the stick</li>
<li>Save and exit the Bios</li>
</ul>
</li>
<li>Connect the EeePC to your LAN if you like to do the installation via wired network</li>
<li>Reboot the EeePC from the stick and follow the Debian installer instructions</li>
</ul>
<h3>Possible caveats:</h3>
<ul>
<li>If you abort the installation process in the middle of the installation, your system is (of course) unbootable.
<ul>
<li>If you try to restart your system, you will probably not see the BIOS screen (and hence not be able to restart the installation from the USB stick), but only a black screen with a single line: <strong>&#8220;Error 2&#8243;</strong></li>
<li><span style="text-decoration: underline;"><strong>Don&#8217;t panic!</strong></span> (Well, to be honest, I did <img src='http://www.flattermann.net/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />  )</li>
<li><strong>Take a small paper clip and put it in the &#8220;reset hole&#8221; in the bottom of the EeePC (while the EeePC is running), that should reboot the EeePC completly and allow you to restart the installation (it took me some time to find this out)</strong></li>
</ul>
</li>
<li>If you wake the EeePC up from standby mode, the WLAN may not work, if you press Fn-F2 twice, it will work again, but there is a nicer solution:
<ul>
<li>Create a file /etc/pm/config.d/eeepc with the following line:
<pre>SUSPEND_MODULES="$SUSPEND_MODULES ath_pci"</pre>
</li>
<li>After that change, WLAN is reactivated correctly after waking up from standby mode</li>
</ul>
</li>
</ul>
<p>Look at the <a href="http://wiki.debian.org/DebianEeePC/Bugs" target="_blank">Debian EeePC troubleshooting wiki page</a> for recent problems.</p>
<p><hr />
<strong>For the mobile internet access in Germany, I can recommend these two UMTS providers:</strong>
<table border="0" cellpadding="5">
<tbody>
<tr>
<td valign="middle"><a href="http://partners.webmasterplan.com/click.asp?ref=481865&amp;site=3749&amp;type=b43&amp;bnb=43" target="_blank"><img src="http://banners.webmasterplan.com/view.asp?ref=481865&amp;site=3749&amp;b=43" border="0" alt="der BASE Tarif - die Handy Flatrate" width="120" height="60" /></a></td>
<td valign="middle"><strong><a href="http://partners.webmasterplan.com/click.asp?ref=481865&amp;site=3749&amp;type=text&amp;tnb=5" target="_blank">
BASE</a><img style="display: none;" src="http://banners.webmasterplan.com/view.asp?ref=481865&amp;site=3749&amp;type=text&amp;tnb=5&amp;js=1" border="0" alt="" width="1" height="1" /></strong> offers an UMTS flatrate for 17.50€</td>
</tr>
<tr>
<td valign="middle"><a href="http://partners.webmasterplan.com/click.asp?ref=481865&amp;site=3655&amp;type=b32&amp;bnb=32" target="_blank"><img src="http://banners.webmasterplan.com/view.asp?ref=481865&amp;site=3655&amp;b=32" border="0" alt="simyo - Weil einfach einfach einfach ist." width="120" height="40" /></a></td>
<td valign="middle"><strong><a href="http://partners.webmasterplan.com/click.asp?ref=481865&amp;site=3655&amp;type=text&amp;tnb=8" target="_blank">Simyo</a><img style="display: none;" src="http://banners.webmasterplan.com/view.asp?ref=481865&amp;site=3655&amp;type=text&amp;tnb=8&amp;js=1" border="0" alt="" width="1" height="1" /></strong> offers a prepaid UMTS solution, 24ct/MB or 10€ for 1GB</td>
</tr>
</tbody></table>
I'm using an UMTS card of these providers in the my Asus EeePC 901Go and it works great. Pretty fast and reliable.
If you want to order a new UMTS card anyway, please support me by using one of these links. For every order, I get some refund to pay my server bill. Thanks.
<hr /></p>
<p class="buymebeer"><form action="https://www.paypal.com/cgi-bin/webscr" target="paypal" method="post"><input type="hidden" name="cmd" value="_xclick" /><input type="hidden" name="business" value="donation@flattermann.net" /><input type="hidden" name="return" value="" /><input type="hidden" name="item_name" value="Donation for Installing Debian Lenny on an ASUS EeePC 901Go" /><input type="hidden" name="currency_code" value="EUR" /><input type="hidden" name="amount" value="" /><input type="image" src="http://www.flattermann.net/wp-content/plugins/buy-me-beer/icon_beer.gif" align="left" alt="Buy me a beer" title="Buy me a beer" hspace="3" /></form><a href="https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&amp;business=donation@flattermann.net&amp;currency_code=EUR&amp;amount=&amp;return=&amp;item_name=Donation+for+Installing+Debian+Lenny+on+an+ASUS+EeePC+901Go" target="paypal">If you like my work, buy me a beer. (Suggested: 3€ for a beer, or more for more beer ;-) )</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.flattermann.net/2009/02/installing-debian-lenny-on-an-asus-eeepc-901go/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>ASUS EeePC 901Go 16G Linux</title>
		<link>http://www.flattermann.net/2009/02/asus-eeepc-901go-16g-linux/</link>
		<comments>http://www.flattermann.net/2009/02/asus-eeepc-901go-16g-linux/#comments</comments>
		<pubDate>Tue, 24 Feb 2009 10:10:17 +0000</pubDate>
		<dc:creator>flattermann</dc:creator>
				<category><![CDATA[EeePC]]></category>
		<category><![CDATA[Gadget]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.flattermann.net/?p=167</guid>
		<description><![CDATA[I found a new tech gadget that&#8217;s great as travel companion!
I&#8217;m talking about the &#8220;ASUS EeePC 901Go 16G Linux&#8221;. It&#8217;s a small 8.9&#8243; notebook with a 16GB SSD and a G3.5 UMTS modem on-board.
I did tinker with the idea of buying such a companion for a long time now, but did not find the perfect [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-168" title="eeepc901" src="http://www.flattermann.net/wp-content/uploads/2009/02/eeepc901_250.jpg" alt="eeepc901" width="250" height="226" />I found a new tech gadget that&#8217;s great as travel companion!</p>
<p>I&#8217;m talking about the <strong>&#8220;ASUS EeePC 901Go 16G Linux&#8221;</strong>. It&#8217;s a small <strong>8.9&#8243; notebook</strong> with a <strong>16GB SSD</strong> and a <strong>G3.5 UMTS modem</strong> on-board.</p>
<p>I did tinker with the idea of buying such a companion for a long time now, but did not find the perfect model until now. Either the screen was too small (7&#8243;), the overall size was too big (with &gt;= 10&#8243; screen), a very slow processer was inside, the battery life was too short or the notebook had Windows preinstalled (I don&#8217;t like to be forced to pay the Microsoft tax)&#8230;</p>
<p>I&#8217;m using Linux on my &#8220;normal&#8221; notebook as well as on my desktop PC, so I&#8217;d like to have my well-known Linux environment (Debian) on this small gadget, too.</p>
<p><span id="more-167"></span>The <strong> &#8220;ASUS EeePC 901Go 16G Linux&#8221;</strong> perfectly fits my needs. It&#8217;s small, is a piece of solid workmanship, has a 16GB SolidStateDisk (i.e. no moving parts like a harddisk) and a G3.5 UMTS modem included. It ships with Xandros Linux preinstalled, but installing other Linux distributions is easy because the hardware is well supported in the Linux kernel.</p>
<p>The preinstalled Xandros linux has the UMTS APs of T-mobile hard-coded, so you cannot use other UMTS providers without hex-editing some files. But this is a software netlock only, so if you install Windows (why the hell would you like to do this? <img src='http://www.flattermann.net/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />  ) or another Linux, you are free to use any UMTS provider.</p>
<div style="border-style:dotted; border-width:thin; padding:5px"><span style="text-decoration: underline;"><strong>Very important note:</strong></span></p>
<p><strong>There are two different models of this notebook available! One with a very slow SSD and one with a fast SSD!<br />
Make sure you get a new model with fast SSD. You can distinguish the two model by the P/N (product number) on the package or by the label on the SSD:</strong></p>
<ul>
<li><strong>The slow SSD model has this P/N: </strong>90OA0BTI<span style="text-decoration: underline;"><strong>4</strong></span>214AFNE2X2Q, the SSD is labeled &#8220;P2-SSD PS Rev. 2.0G&#8221;</li>
<li><strong>The fast SSD model has this P/N: </strong>90OA0BTI<span style="text-decoration: underline;"><strong>8</strong></span>214AFNE2X2Q, the SSD is labeled &#8220;S4-SSD JM Rev. 1.1&#8243;</li>
</ul>
<p>There&#8217;s an interesting thread in the eeeuser.com forum <a href="http://forum.eeeuser.com/viewtopic.php?id=52180" target="_blank">about the different SSDs (with benchmarks</a>).
</div>
<p>Here are the full specs of the EeePC 901 Go:</p>
<ul>
<li><strong>Processor:</strong> Intel® Atom CPU 1,6 GHz</li>
<li><strong>RAM:</strong> 1GB DDR2 PC5300 S0DIMM (1 slot, max. 2GB)</li>
<li><strong>Screen:</strong> 8.9&#8243;, resolution 1024&#215;600</li>
<li><strong>HDD:</strong> 16GB SSD (Solid state disk), MMC/SD/SDHC optional</li>
<li><strong>Network:</strong> 10/100/1000 MBit/s LAN (RJ45)</li>
<li><strong>WLAN:</strong> 802.11 b/g (54Mbit max.)</li>
<li><strong>Battery:</strong> 6 cell / 36 watt (~5 hours real battery life)</li>
<li><strong>Size:</strong> 225 x 175.5 x 22~39 mm</li>
<li><strong>Weight:</strong> ~1.1 kg</li>
</ul>
<p><hr />
<strong>For the mobile internet access in Germany, I can recommend these two UMTS providers:</strong>
<table border="0" cellpadding="5">
<tbody>
<tr>
<td valign="middle"><a href="http://partners.webmasterplan.com/click.asp?ref=481865&amp;site=3749&amp;type=b43&amp;bnb=43" target="_blank"><img src="http://banners.webmasterplan.com/view.asp?ref=481865&amp;site=3749&amp;b=43" border="0" alt="der BASE Tarif - die Handy Flatrate" width="120" height="60" /></a></td>
<td valign="middle"><strong><a href="http://partners.webmasterplan.com/click.asp?ref=481865&amp;site=3749&amp;type=text&amp;tnb=5" target="_blank">
BASE</a><img style="display: none;" src="http://banners.webmasterplan.com/view.asp?ref=481865&amp;site=3749&amp;type=text&amp;tnb=5&amp;js=1" border="0" alt="" width="1" height="1" /></strong> offers an UMTS flatrate for 17.50€</td>
</tr>
<tr>
<td valign="middle"><a href="http://partners.webmasterplan.com/click.asp?ref=481865&amp;site=3655&amp;type=b32&amp;bnb=32" target="_blank"><img src="http://banners.webmasterplan.com/view.asp?ref=481865&amp;site=3655&amp;b=32" border="0" alt="simyo - Weil einfach einfach einfach ist." width="120" height="40" /></a></td>
<td valign="middle"><strong><a href="http://partners.webmasterplan.com/click.asp?ref=481865&amp;site=3655&amp;type=text&amp;tnb=8" target="_blank">Simyo</a><img style="display: none;" src="http://banners.webmasterplan.com/view.asp?ref=481865&amp;site=3655&amp;type=text&amp;tnb=8&amp;js=1" border="0" alt="" width="1" height="1" /></strong> offers a prepaid UMTS solution, 24ct/MB or 10€ for 1GB</td>
</tr>
</tbody></table>
I'm using an UMTS card of these providers in the my Asus EeePC 901Go and it works great. Pretty fast and reliable.
If you want to order a new UMTS card anyway, please support me by using one of these links. For every order, I get some refund to pay my server bill. Thanks.
<hr /></p>
<p class="buymebeer"><form action="https://www.paypal.com/cgi-bin/webscr" target="paypal" method="post"><input type="hidden" name="cmd" value="_xclick" /><input type="hidden" name="business" value="donation@flattermann.net" /><input type="hidden" name="return" value="" /><input type="hidden" name="item_name" value="Donation for ASUS EeePC 901Go 16G Linux" /><input type="hidden" name="currency_code" value="EUR" /><input type="hidden" name="amount" value="" /><input type="image" src="http://www.flattermann.net/wp-content/plugins/buy-me-beer/icon_beer.gif" align="left" alt="Buy me a beer" title="Buy me a beer" hspace="3" /></form><a href="https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&amp;business=donation@flattermann.net&amp;currency_code=EUR&amp;amount=&amp;return=&amp;item_name=Donation+for+ASUS+EeePC+901Go+16G+Linux" target="paypal">If you like my work, buy me a beer. (Suggested: 3€ for a beer, or more for more beer ;-) )</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.flattermann.net/2009/02/asus-eeepc-901go-16g-linux/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
