<?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/"
	xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>&#62;/dev/null</title>
	<atom:link href="http://tdomhan.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://tdomhan.wordpress.com</link>
	<description>yet another blog</description>
	<lastBuildDate>Wed, 07 Jan 2009 00:47:08 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='tdomhan.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/96defde7690230082b460bd7cec4655a?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>&#62;/dev/null</title>
		<link>http://tdomhan.wordpress.com</link>
	</image>
			<item>
		<title>This blog is migrating</title>
		<link>http://tdomhan.wordpress.com/2009/01/07/this-blog-is-migrating/</link>
		<comments>http://tdomhan.wordpress.com/2009/01/07/this-blog-is-migrating/#comments</comments>
		<pubDate>Wed, 07 Jan 2009 00:47:08 +0000</pubDate>
		<dc:creator>tdomhan</dc:creator>
				<category><![CDATA[random]]></category>

		<guid isPermaLink="false">http://tdomhan.wordpress.com/?p=56</guid>
		<description><![CDATA[I&#8217;m going to migrate this blog on my own server. All future comments should be made there.
The new URL is: http://devnull.tdomhan.de
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tdomhan.wordpress.com&blog=3630459&post=56&subd=tdomhan&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I&#8217;m going to migrate this blog on my own server. All future comments should be made there.</p>
<p>The new URL is: <a href="http://devnull.tdomhan.de">http://devnull.tdomhan.de</a></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tdomhan.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tdomhan.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tdomhan.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/tdomhan.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tdomhan.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/tdomhan.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tdomhan.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/tdomhan.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tdomhan.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/tdomhan.wordpress.com/56/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tdomhan.wordpress.com&blog=3630459&post=56&subd=tdomhan&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://tdomhan.wordpress.com/2009/01/07/this-blog-is-migrating/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5de8e0f015a5fb8c9cf245247772afc0?s=96&#38;d=identicon" medium="image">
			<media:title type="html">tdomhan</media:title>
		</media:content>
	</item>
		<item>
		<title>Bashload &#8211; Rapidshare download script</title>
		<link>http://tdomhan.wordpress.com/2008/11/03/bashload-rapidshare-download-script/</link>
		<comments>http://tdomhan.wordpress.com/2008/11/03/bashload-rapidshare-download-script/#comments</comments>
		<pubDate>Mon, 03 Nov 2008 16:00:27 +0000</pubDate>
		<dc:creator>tdomhan</dc:creator>
				<category><![CDATA[bashload]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[download script]]></category>
		<category><![CDATA[rapidshare]]></category>
		<category><![CDATA[tuxload]]></category>

		<guid isPermaLink="false">http://tdomhan.wordpress.com/?p=48</guid>
		<description><![CDATA[I wrote a little script that is able to download files from Rapidshare, you can provide the urls via the command line or through the path to files the contain a list of urls(one url per line).
There are already scripts that do this, though most of them require certain perl modules or like tuxload they [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tdomhan.wordpress.com&blog=3630459&post=48&subd=tdomhan&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I wrote a little script that is able to download files from Rapidshare, you can provide the urls via the command line or through the path to files the contain a list of urls(one url per line).</p>
<p>There are already scripts that do this, though most of them require certain perl modules or like tuxload they need a perl version that has threads enabled, this is not always the case, e.g. for embedded devices. This script only uses standard unix tools, like bash, wget grep etc.</p>
<p>I haven&#8217;t had time to test it thoroughly, I would like you to report any problems. Furthermore if you know how to write bash scripts you could implement other 1-click hoster, and provide the source.(you can add other hosters to bashload easly)</p>
<p>It can be downloaded <a href="http://rapidshare.com/files/160296819/bashload_0.2.zip">here</a>.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tdomhan.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tdomhan.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tdomhan.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/tdomhan.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tdomhan.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/tdomhan.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tdomhan.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/tdomhan.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tdomhan.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/tdomhan.wordpress.com/48/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tdomhan.wordpress.com&blog=3630459&post=48&subd=tdomhan&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://tdomhan.wordpress.com/2008/11/03/bashload-rapidshare-download-script/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5de8e0f015a5fb8c9cf245247772afc0?s=96&#38;d=identicon" medium="image">
			<media:title type="html">tdomhan</media:title>
		</media:content>
	</item>
		<item>
		<title>Buffalo Linkstation Pro Duo</title>
		<link>http://tdomhan.wordpress.com/2008/11/01/buffalo-linkstation-pro-duo/</link>
		<comments>http://tdomhan.wordpress.com/2008/11/01/buffalo-linkstation-pro-duo/#comments</comments>
		<pubDate>Fri, 31 Oct 2008 22:53:19 +0000</pubDate>
		<dc:creator>tdomhan</dc:creator>
				<category><![CDATA[linkstation pro duo]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ipkg]]></category>
		<category><![CDATA[linksation]]></category>
		<category><![CDATA[ssh]]></category>

		<guid isPermaLink="false">http://tdomhan.wordpress.com/?p=39</guid>
		<description><![CDATA[My Linkstation Pro Duo arrived yesterday. So what is this thing? Basically it is a NAS, that meens storage provided via a computer network. It has two harddrives that can be configured as software RAID, either 0 or 1. The operating system is Linux(is there a device linux is not capable of running on?^^), what [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tdomhan.wordpress.com&blog=3630459&post=39&subd=tdomhan&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>My Linkstation Pro Duo arrived yesterday. So what is this thing? Basically it is a NAS, that meens storage provided via a computer network. It has two harddrives that can be configured as software RAID, either 0 or 1. The operating system is Linux(is there a device linux is not capable of running on?^^), what makes it flexible like hell, at least after you gained shell access. In the following lines I will describe the things I struggled with and how I configured the device. I&#8217;m planning to use it for:</p>
<ul>
<li>Backups via the network</li>
<li>share storage in a heterogeneous network (WinXP, Vista and Ubuntu machines in it)</li>
<li>store data</li>
<li>downloading things without being forced to turn a &#8220;real&#8221; machine on, e.g. the DVD of the distribution of my choice during the night</li>
<li>I probably can&#8217;t resist running a web server on it accessible via dyndns</li>
</ul>
<p>On other NAS from buffalo you can use a debian-like linux called freelink, though this is not yet ready for the Duo version of the Linkstation pro. Therefore I used the stock version and customized it.</p>
<p>The Web Interface is quite good, there are many things you can do via it, though having shell access invaluable. Therefore the first thing to do is gaining access via the shell. A good guide to do so can be found <a href="http://buffalo.nas-central.org/index.php/Open_Stock_Firmware">here</a>. installing the addons.tar is not a bad idea, it will give you the executable of wget, which will be needed a lot. I prefer logging in via public key authentication over the old password method. To enabled it you have to uncomment the following lines in /etc/sshd_config:</p>
<pre>PubkeyAuthentication yes
AuthorizedKeysFile      .ssh/authorized_keys</pre>
<p>Now copy the key of the client to the server, if you have not yet created one you can do this with:</p>
<pre><span class="highlight">ssh</span>-keygen -t dsa</pre>
<p>now copy it to the machine</p>
<pre><span class="highlight">ssh</span>-copy-id -i ~/.<span class="highlight">ssh</span>/id_dsa.pub root@192.168.1.123</pre>
<p>The permissions of the dir /root where odd, which caused failures with the pub key auth. therefore I changed them with</p>
<pre>chown root:root /root</pre>
<p>From your favorite linux distribution you know that thing called &#8220;package manager&#8221; which eases the management of software on your computer. There is a package manager designed especially for embedded devices called ipkg. You can install it with some bootstrapping script. How to do so is described <a href="http://buffalo.nas-central.org/forums/viewtopic.php?f=19&amp;t=4075">here</a>.</p>
<p>There is a default samba share called info, this can be disabled by adding those lines:</p>
<pre>cp /etc/samba/smb.conf /etc/samba/smb.orig
sed '/^\[info\]/,/guest ok = yes/d ; /^###info###/d' /etc/samba/smb.orig &gt; /etc/samba/smb.conf</pre>
<p>at the end of the configure() method in /etc/init.d/smb.sh</p>
<p>ok enough for now,</p>
<p>Ressources:</p>
<ul>
<li><a href="http://buffalo.nas-central.org">nas-central</a></li>
</ul>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tdomhan.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tdomhan.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tdomhan.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/tdomhan.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tdomhan.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/tdomhan.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tdomhan.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/tdomhan.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tdomhan.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/tdomhan.wordpress.com/39/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tdomhan.wordpress.com&blog=3630459&post=39&subd=tdomhan&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://tdomhan.wordpress.com/2008/11/01/buffalo-linkstation-pro-duo/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5de8e0f015a5fb8c9cf245247772afc0?s=96&#38;d=identicon" medium="image">
			<media:title type="html">tdomhan</media:title>
		</media:content>
	</item>
		<item>
		<title>Ubuntu Intrepid Ibex near</title>
		<link>http://tdomhan.wordpress.com/2008/10/13/ubuntu-intrepid-ibex-near/</link>
		<comments>http://tdomhan.wordpress.com/2008/10/13/ubuntu-intrepid-ibex-near/#comments</comments>
		<pubDate>Mon, 13 Oct 2008 20:47:45 +0000</pubDate>
		<dc:creator>tdomhan</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Ubuntu Intrepid Ibex]]></category>

		<guid isPermaLink="false">http://tdomhan.wordpress.com/?p=31</guid>
		<description><![CDATA[At the end of the month the new version of Ubuntu, 8.10, called Intrepid Ibex, will be released. We have reached the last phases in the Release Schedule. The Feature Freeze is active, this means that there will be no new packages added, instead everyone is concentrating on fixing existing bugs. The beta is out [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tdomhan.wordpress.com&blog=3630459&post=31&subd=tdomhan&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>At the end of the month the new version of Ubuntu, 8.10, called Intrepid Ibex, will be released. We have reached the last phases in the <a href="https://wiki.ubuntu.com/IntrepidReleaseSchedule">Release Schedule</a>. The Feature Freeze is active, this means that there will be no new packages added, instead everyone is concentrating on fixing existing bugs. The beta is out already, anyone interested can test it right now. The more will test it, the more bugs are reported and the better the release will be. Therefore get it while it&#8217;s hot. The system boots directly from the CD, you don&#8217;t have to install it. The available versions can be found <a href="http://www.ubuntu.com/testing/intrepid/beta">here</a>.<br />
The new release has quite some new features:</p>
<li>Kernel 2.6.27, which was released just recently</li>
<li>Xorg 7.4</li>
<li>encrypted ~/Private directory, mounted automatically on login</li>
<li>Gimp 2.6</li>
<li>Nautilus has a new way of displaying files: Compact View, which arranges the items in columns</li>
<li>Guest User, which restricted rights</li>
<li>Kubuntu uses KDE 4.1 as default</li>
<li>KWin is enabled by default, it enables desktop effects, similar to compiz, though for KDE</li>
<li>Adept has been ported to KDE4</li>
<li>&#8230; and some more</li>
<p>I&#8217;m awaiting the Private folder the most, it&#8217;s a good compromise between encrypting the whole harddisk and leaving sensitive data unencrypted, especially for notebook users. You can just symlink certain files from the Private folder to their old location.<br />
The switch to KDE4 is in my eyes a little to early. KDE4 is pretty stable in the current state, though it doesn&#8217;t seem to be completely ready for a complete switch. Not everything is working perfectly together. And there are quite some programs that aren&#8217;t ported to the new version of KDE yet. Tough if KDE4 improves a little it will be quite tempting. I am thinking of moving to KDE in the near future.<br />
Currently I&#8217;m a little annoyed of GNOME and the support of two screens, when using 2 differen xscreens and no Xinerama. Windows are often opened on the wrong screen. Even things that worked back than in 2.22.<br />
Nevertheless I&#8217;m looking forward to the release of Intrepid, as many bugs have been fixed and some interesting features will be added. Now go and test it and report bugs and wishes to the <a href="https://launchpad.net/">Launchpad</a>.<br />
<a href="http://www.ubuntu.com/"><img title="Ubuntu 8.10 - Coming October 30!" src="http://nancib.files.wordpress.com/2008/10/countdown_8_10_a_date.png?w=180&#038;h=150" alt="Ubuntu 8.10 - Coming October 30!" width="180" height="150" /></a></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tdomhan.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tdomhan.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tdomhan.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/tdomhan.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tdomhan.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/tdomhan.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tdomhan.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/tdomhan.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tdomhan.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/tdomhan.wordpress.com/31/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tdomhan.wordpress.com&blog=3630459&post=31&subd=tdomhan&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://tdomhan.wordpress.com/2008/10/13/ubuntu-intrepid-ibex-near/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5de8e0f015a5fb8c9cf245247772afc0?s=96&#38;d=identicon" medium="image">
			<media:title type="html">tdomhan</media:title>
		</media:content>

		<media:content url="http://nancib.files.wordpress.com/2008/10/countdown_8_10_a_date.png" medium="image">
			<media:title type="html">Ubuntu 8.10 - Coming October 30!</media:title>
		</media:content>
	</item>
		<item>
		<title>gnome panel applet: Network Mon</title>
		<link>http://tdomhan.wordpress.com/2008/07/14/gnome-panel-applet-network-mon/</link>
		<comments>http://tdomhan.wordpress.com/2008/07/14/gnome-panel-applet-network-mon/#comments</comments>
		<pubDate>Mon, 14 Jul 2008 19:42:09 +0000</pubDate>
		<dc:creator>tdomhan</dc:creator>
				<category><![CDATA[gnome]]></category>
		<category><![CDATA[applet]]></category>
		<category><![CDATA[network monitor]]></category>
		<category><![CDATA[network traffic]]></category>
		<category><![CDATA[panel]]></category>

		<guid isPermaLink="false">http://tdomhan.wordpress.com/?p=25</guid>
		<description><![CDATA[I have written a little panel applet for the GNOME Panel that shows your current network traffic in plain text. You can choose one or more of your network interfaces and a adequate speed unit, as you desire.
Here a screenshot:

A tarball can be downloaded here: download
The CVS source code can be browsed here.
It&#8217;s being released [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tdomhan.wordpress.com&blog=3630459&post=25&subd=tdomhan&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I have written a little panel applet for the GNOME Panel that shows your current network traffic in plain text. You can choose one or more of your network interfaces and a adequate speed unit, as you desire.</p>
<p>Here a screenshot:</p>
<p><img class="alignnone" src="http://home.arcor.de/okar/img/panel-applet.png" alt="" width="204" height="24" /></p>
<p>A tarball can be downloaded here: <a href="https://sourceforge.net/project/showfiles.php?group_id=234092">download</a><br />
The CVS source code can be browsed <a href="http://netmonapplet.cvs.sourceforge.net/netmonapplet/">here</a>.</p>
<p>It&#8217;s being released under the GPL, so feel free to change and redistribute.</p>
<p>Please test, comment,enhance, redistribute &#8230;  <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/tdomhan.wordpress.com/25/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/tdomhan.wordpress.com/25/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tdomhan.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tdomhan.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tdomhan.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/tdomhan.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tdomhan.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/tdomhan.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tdomhan.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/tdomhan.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tdomhan.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/tdomhan.wordpress.com/25/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tdomhan.wordpress.com&blog=3630459&post=25&subd=tdomhan&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://tdomhan.wordpress.com/2008/07/14/gnome-panel-applet-network-mon/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5de8e0f015a5fb8c9cf245247772afc0?s=96&#38;d=identicon" medium="image">
			<media:title type="html">tdomhan</media:title>
		</media:content>

		<media:content url="http://home.arcor.de/okar/img/panel-applet.png" medium="image" />
	</item>
		<item>
		<title>Acer 5920g Wireless LED Ubuntu 8.04</title>
		<link>http://tdomhan.wordpress.com/2008/06/10/acer-5920-wireless-led-ubuntu-804/</link>
		<comments>http://tdomhan.wordpress.com/2008/06/10/acer-5920-wireless-led-ubuntu-804/#comments</comments>
		<pubDate>Tue, 10 Jun 2008 15:42:21 +0000</pubDate>
		<dc:creator>tdomhan</dc:creator>
				<category><![CDATA[Acer 5920g]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[5920g]]></category>
		<category><![CDATA[acer]]></category>
		<category><![CDATA[LED]]></category>
		<category><![CDATA[Wireless]]></category>

		<guid isPermaLink="false">http://tdomhan.wordpress.com/?p=23</guid>
		<description><![CDATA[The Wireless LED wasn&#8217;t working with Ubuntu 8.04 until I did this:
sudo apt-get install linux-backports-modules-hardy
sudo rmmod iwl4965; sudo modprobe iwl4965
Now it lights solid if wireless is turned on. Under Windows its kind of blinking on network traffic, this is not the case here, though I personally prefer it to light solid.
     [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tdomhan.wordpress.com&blog=3630459&post=23&subd=tdomhan&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>The Wireless LED wasn&#8217;t working with Ubuntu 8.04 until I did this:</p>
<p style="padding-left:30px;">sudo apt-get install linux-backports-modules-hardy<br />
sudo rmmod iwl4965; sudo modprobe iwl4965</p>
<p>Now it lights solid if wireless is turned on. Under Windows its kind of blinking on network traffic, this is not the case here, though I personally prefer it to light solid.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/tdomhan.wordpress.com/23/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/tdomhan.wordpress.com/23/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tdomhan.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tdomhan.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tdomhan.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/tdomhan.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tdomhan.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/tdomhan.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tdomhan.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/tdomhan.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tdomhan.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/tdomhan.wordpress.com/23/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tdomhan.wordpress.com&blog=3630459&post=23&subd=tdomhan&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://tdomhan.wordpress.com/2008/06/10/acer-5920-wireless-led-ubuntu-804/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5de8e0f015a5fb8c9cf245247772afc0?s=96&#38;d=identicon" medium="image">
			<media:title type="html">tdomhan</media:title>
		</media:content>
	</item>
		<item>
		<title>installing X-Wrt</title>
		<link>http://tdomhan.wordpress.com/2008/06/08/installing-x-wrt/</link>
		<comments>http://tdomhan.wordpress.com/2008/06/08/installing-x-wrt/#comments</comments>
		<pubDate>Sun, 08 Jun 2008 17:34:43 +0000</pubDate>
		<dc:creator>tdomhan</dc:creator>
				<category><![CDATA[OpenWRT]]></category>
		<category><![CDATA[Router]]></category>
		<category><![CDATA[WRT54GL]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[Linksys]]></category>
		<category><![CDATA[X-Wrt]]></category>

		<guid isPermaLink="false">http://tdomhan.wordpress.com/?p=22</guid>
		<description><![CDATA[The approach of OpenWrt(especially compared to DD-Wrt) is more like offering a basic system which can be highly customized, which is the approach I prefer. The standard web interface has limited functionality. X-Wrt is a seperate project that tries to provide a nice user interface, which nearly makes it unnecessary to use the shell, you [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tdomhan.wordpress.com&blog=3630459&post=22&subd=tdomhan&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>The approach of OpenWrt(especially compared to DD-Wrt) is more like offering a basic system which can be highly customized, which is the approach I prefer. The standard web interface has limited functionality. X-Wrt is a seperate project that tries to provide a nice user interface, which nearly makes it unnecessary to use the shell, you can configure many things, install/remove packages,  traverse the file system, and you are able to e.g. analyze traffic trough same fancy graphs. And it is pretty easy to install, too. Making the shell obsolete is not my intention tough, as there are many things that can be done with the shell way easier than with some nice looking GUI.</p>
<p>There are different ways to install X-Wrt, I choose the one over ssh.</p>
<p>Connect to your router (note: routerIP being the IP of your router, e.g. 192.168.1.1 ):</p>
<p style="padding-left:30px;"><em>ssh root@routerIP</em></p>
<p>After that add a new source to your /etc/ipkg.conf:</p>
<div class="code">
<p style="margin-top:0;display:inline;padding-left:30px;"><em>echo &#8220;src X-Wrt http://download2.berlios.de/pub/xwrt/packages&#8221; &gt;&gt; /etc/ipkg.conf</em></p>
<p>Now use ipkg to install the X-Wrt package:</p>
<p style="padding-left:30px;"><tt>ipkg install <span class="external free">http://ftp.berlios.de/pub/xwrt/webif_latest_stable.ipk</span></tt></p>
<p>This pretty much was it. After a reboot of your router, the Webif² should be display in your browser.(type in your router&#8217;s IP in the address bar of course)</p>
<p>the http daemon of OpenWrt doesn&#8217;t support a https connection. The root passwort will therefore be transmitted in plain text, which isn&#8217;t a clever idea when accessing your router over wlan.</p>
<p>A straightforward solution is:</p>
<p style="padding-left:30px;">ssh -L 5000:localhost:80 root@192.168.1.1</p>
<p>192.168.1.1 being the router&#8217;s IP.</p>
<p>Now type in the browsers bar: localhost:5000</p>
<p>All information is now tunneled through ssh. Windows users can use Putty for this behavior.</p>
<p>Now go and enjoy your new graphs!</p>
<p>Links:</p>
<p><a title="http://wiki.x-wrt.org/index.php/Installation_Guide#X-Wrt_as_ipkg_install_.28via_SSH.29" href="http://wiki.x-wrt.org/index.php/Installation_Guide#X-Wrt_as_ipkg_install_.28via_SSH.29">http://wiki.x-wrt.org/index.php/Installation_Guide#X-Wrt_as_ipkg_install_.28via_SSH.29</a></div>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/tdomhan.wordpress.com/22/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/tdomhan.wordpress.com/22/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tdomhan.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tdomhan.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tdomhan.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/tdomhan.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tdomhan.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/tdomhan.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tdomhan.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/tdomhan.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tdomhan.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/tdomhan.wordpress.com/22/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tdomhan.wordpress.com&blog=3630459&post=22&subd=tdomhan&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://tdomhan.wordpress.com/2008/06/08/installing-x-wrt/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5de8e0f015a5fb8c9cf245247772afc0?s=96&#38;d=identicon" medium="image">
			<media:title type="html">tdomhan</media:title>
		</media:content>
	</item>
		<item>
		<title>SD Card on OpenWrt</title>
		<link>http://tdomhan.wordpress.com/2008/06/08/sd-card-on-openwrt/</link>
		<comments>http://tdomhan.wordpress.com/2008/06/08/sd-card-on-openwrt/#comments</comments>
		<pubDate>Sun, 08 Jun 2008 16:52:07 +0000</pubDate>
		<dc:creator>tdomhan</dc:creator>
				<category><![CDATA[OpenWRT]]></category>
		<category><![CDATA[Router]]></category>
		<category><![CDATA[WRT54GL]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[Linksys]]></category>
		<category><![CDATA[SD-card]]></category>

		<guid isPermaLink="false">http://tdomhan.wordpress.com/?p=20</guid>
		<description><![CDATA[I recently switched to OpenWrt, as I had some problems with DD-Wrt and more important I just wanted to try it out. The change was pretty seamless, as most nvram variables are shared and therefore I didn&#8217;t even have to change much for the router to work correctly. If you don&#8217;t plan to go back [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tdomhan.wordpress.com&blog=3630459&post=20&subd=tdomhan&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I recently switched to OpenWrt, as I had some problems with DD-Wrt and more important I just wanted to try it out. The change was pretty seamless, as most nvram variables are shared and therefore I didn&#8217;t even have to change much for the router to work correctly. If you don&#8217;t plan to go back to DD-WRT this <a title="http://downloads.openwrt.org/people/kaloz/nvram-clean.sh" href="http://downloads.openwrt.org/people/kaloz/nvram-clean.sh" target="_blank">script</a> cleans up your nvram variables.(deleting those that aren&#8217;t used by OpenWrt)</p>
<p>Now you need to download the MMC Card module:</p>
<p style="padding-left:30px;"><em>cd /lib/modules/2.4.30</em></p>
<p style="padding-left:30px;"><em>wget http://programmingstuff.free.fr/files/openwrt/whiterussian/mmc/1_3_4/gpio2/mmc.o</em></p>
<p>See comments for an alternative link, if the one above doesn&#8217;t work.</p>
<p><em>Your card should be formated with ext2. The drivers for the ext2 filesystem are needed, too. They can be installed via a ipkg package:</em></p>
<p style="padding-left:30px;"><em>ipkg update<br />
ipkg install kmod-ext2</em> <em><br />
insmod ext2<br />
</em></p>
<p>Now you can test if the card works:</p>
<p style="padding-left:30px;"><em>echo &#8220;0&#215;9c&#8221; &gt; /proc/diag/gpiomask</em> <em><br />
insmod mmc</em> <em><br />
mount /dev/mmc/disc0/part1 /mmc<br />
</em></p>
<p><em>Note: The gpiomask fits to the modification I described in the post below, adapt it corrosponding to your modification.</em></p>
<p>When I used DD-WRT my card was mounted under /mmc. Installing software in that mount-point caused same problems, hence I decided to mount the SD-Card to the root directory in OpenWRT. This enhances your available memory very seamlessly. Furthermore it would be possibly to have differend SD-cards containing different configurations of OpenWRT. If no card is attached the system will start in the normal behavior. First the needed files will be copied to the card:</p>
<p style="padding-left:30px;"><em>mkdir /tmp/root<br />
mount -o bind /rom /tmp/root<br />
mount -o bind / /tmp/root<br />
cp /tmp/root/* /mmc -a</em></p>
<p>/sbin/init is a link to the busy box init. This will be replaced with our own init script which will do the work for mounting the card to / and after that execute the init of busy box.</p>
<p style="padding-left:30px;">rm /sbin/init</p>
<p>This is the new init script(copy paste it to /sbin/init), after that make i executable(chmod +x /sbin/init)</p>
<p style="padding-left:30px;">#!/bin/sh<br />
echo &#8220;0&#215;9c&#8221; &gt; /proc/diag/gpiomask<br />
insmod mmc<br />
insmod ext2<br />
boot_dev=&#8221;/dev/mmc/disc0/part1&#8243;</p>
<p style="padding-left:30px;">sleep 15s<br />
mount &#8220;$boot_dev&#8221; /mmc<br />
[ -x /mmc/sbin/init ] &amp;&amp; {<br />
mount -o move /proc /mmc/proc &amp;&amp; \<br />
pivot_root /mmc /mmc/mmc &amp;&amp; {<br />
mount -o move /mmc/dev /dev<br />
mount -o move /mmc/tmp /tmp<br />
mount -o move /mmc/jffs2 /jffs2 2&gt;&amp;-<br />
mount -o move /mmc/sys /sys 2&gt;&amp;-<br />
}<br />
}<br />
exec /bin/busybox init</p>
<p>Now reboot. run</p>
<p style="padding-left:30px;">df</p>
<p>to test  if it works correctly. If the router doens&#8217;t boot or something doesn&#8217;t work as intended you can remove the card an everything should be just like before.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/tdomhan.wordpress.com/20/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/tdomhan.wordpress.com/20/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tdomhan.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tdomhan.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tdomhan.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/tdomhan.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tdomhan.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/tdomhan.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tdomhan.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/tdomhan.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tdomhan.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/tdomhan.wordpress.com/20/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tdomhan.wordpress.com&blog=3630459&post=20&subd=tdomhan&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://tdomhan.wordpress.com/2008/06/08/sd-card-on-openwrt/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5de8e0f015a5fb8c9cf245247772afc0?s=96&#38;d=identicon" medium="image">
			<media:title type="html">tdomhan</media:title>
		</media:content>
	</item>
		<item>
		<title>xubuntu on usb stick</title>
		<link>http://tdomhan.wordpress.com/2008/05/30/xubuntu-on-usb-stick/</link>
		<comments>http://tdomhan.wordpress.com/2008/05/30/xubuntu-on-usb-stick/#comments</comments>
		<pubDate>Thu, 29 May 2008 22:01:03 +0000</pubDate>
		<dc:creator>tdomhan</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[mobile linux]]></category>
		<category><![CDATA[pendrive]]></category>
		<category><![CDATA[stick]]></category>
		<category><![CDATA[usb]]></category>
		<category><![CDATA[xubuntu]]></category>

		<guid isPermaLink="false">http://tdomhan.wordpress.com/?p=19</guid>
		<description><![CDATA[Only a few steps are needed to install a complete *ubuntu on an usb stick. I have coosen Xubuntu because I have never tested Xfce before and more important I thought a lightwight distribution would be a good idea for an usb stick. A detailed description can be found here:
http://www.pendrivelinux.com/2008/05/21/usb-xubuntu-804-persistent-install-from-live-cd/
It&#8217;s pretty easy, no special linux [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tdomhan.wordpress.com&blog=3630459&post=19&subd=tdomhan&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Only a few steps are needed to install a complete *ubuntu on an usb stick. I have coosen Xubuntu because I have never tested Xfce before and more important I thought a lightwight distribution would be a good idea for an usb stick. A detailed description can be found here:</p>
<p><a title="http://www.pendrivelinux.com/2008/05/21/usb-xubuntu-804-persistent-install-from-live-cd/" href="http://www.pendrivelinux.com/2008/05/21/usb-xubuntu-804-persistent-install-from-live-cd/">http://www.pendrivelinux.com/2008/05/21/usb-xubuntu-804-persistent-install-from-live-cd/</a></p>
<p>It&#8217;s pretty easy, no special linux skills are needed, just double check which device you are formatting <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>If you plan to use some part of the stick for other stuff, both on linux and on windows, keep in mind that windows got problems with partitions on removable media. Therefor the partition for random stuff has to be the first. (and fat formated of course )<a href="http://www.dict.cc/englisch-deutsch/removable+media.html"><br />
</a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/tdomhan.wordpress.com/19/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/tdomhan.wordpress.com/19/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tdomhan.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tdomhan.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tdomhan.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/tdomhan.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tdomhan.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/tdomhan.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tdomhan.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/tdomhan.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tdomhan.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/tdomhan.wordpress.com/19/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tdomhan.wordpress.com&blog=3630459&post=19&subd=tdomhan&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://tdomhan.wordpress.com/2008/05/30/xubuntu-on-usb-stick/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5de8e0f015a5fb8c9cf245247772afc0?s=96&#38;d=identicon" medium="image">
			<media:title type="html">tdomhan</media:title>
		</media:content>
	</item>
		<item>
		<title>WRT54GL SD-Card Mod</title>
		<link>http://tdomhan.wordpress.com/2008/05/17/wrt54gl-sd-card-mod/</link>
		<comments>http://tdomhan.wordpress.com/2008/05/17/wrt54gl-sd-card-mod/#comments</comments>
		<pubDate>Sat, 17 May 2008 12:04:43 +0000</pubDate>
		<dc:creator>tdomhan</dc:creator>
				<category><![CDATA[Router]]></category>
		<category><![CDATA[WRT54GL]]></category>
		<category><![CDATA[DD-Wrt]]></category>
		<category><![CDATA[mod]]></category>
		<category><![CDATA[SD-card]]></category>

		<guid isPermaLink="false">http://tdomhan.wordpress.com/?p=5</guid>
		<description><![CDATA[Does your router lack some space, too? At least mine did, therefore I attached a SD-card, resulting in 1gig of new fancy space.  It&#8217;s a pretty easy mod if you have decent soldering skills. First what materials do you need?

up to 1 gig SD/MMC card
soldering rod, soldering tin, (soldering skills) and some isolated wire etc.
SD [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tdomhan.wordpress.com&blog=3630459&post=5&subd=tdomhan&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Does your router lack some space, too? At least mine did, therefore I attached a SD-card, resulting in 1gig of new fancy space.  It&#8217;s a pretty easy mod if you have decent soldering skills. First what materials do you need?</p>
<ul>
<li>up to 1 gig SD/MMC card</li>
<li>soldering rod, soldering tin, (soldering skills) and some isolated wire etc.</li>
<li>SD card socket</li>
<li>Router, for me it is a WRT54Gl v 1.1 from Linksys on which I run <a title="http://www.dd-wrt.com/dd-wrtv3/index.php" href="http://www.dd-wrt.com/dd-wrtv3/index.php" target="_blank">ddwrt</a>.</li>
</ul>
<p>The SD card socket is optional, the SD card can be soldered directly, but then it&#8217;s not that easy to exchange the card. My socket is from my old mp3 player, a other possibility is a SD card reader.</p>
<p><a href="http://tdomhan.files.wordpress.com/2008/05/whr_g54s_sd_mod-sd_adapter.jpg"><img class="size-medium wp-image-6" style="vertical-align:text-bottom;" src="http://tdomhan.files.wordpress.com/2008/05/whr_g54s_sd_mod-sd_adapter.jpg?w=300&#038;h=228" alt="" width="300" height="228" /></a></p>
<p>Opening the device is a hard task, all the advices on the internet didn&#8217;t work for me.</p>
<p><img class="alignleft" style="float:left;" src="http://www.hendlsofen.de/WRT54GL/bilder/wrt54GL_oeffnen.jpg" alt="" width="200" height="150" /></p>
<p>Push where you can see the red dots and then pull down the blue front cover. Maybe you need help from someone. For my the pushing method did not work, therefor I used a screwdriver to remove the front cover.</p>
<p>Now it comes to the soldering part. Where to solder which wires can be viewed on the next picture:</p>
<p><a href="http://tdomhan.files.wordpress.com/2008/05/cimg1148_modified1.jpg"><img class="alignnone size-medium wp-image-8" style="vertical-align:middle;" src="http://tdomhan.files.wordpress.com/2008/05/cimg1148_modified1.jpg?w=300&#038;h=225" alt="" width="300" height="225" /></a></p>
<p>You will need the colors when soldering the socket, what is what you will be doing probably now:</p>
<p><a href="http://tdomhan.files.wordpress.com/2008/05/cimg1154_modified.jpg"><img class="alignnone size-medium wp-image-9" style="vertical-align:text-top;" src="http://tdomhan.files.wordpress.com/2008/05/cimg1154_modified.jpg?w=300&#038;h=225" alt="" width="300" height="225" /></a></p>
<p><a href="http://tdomhan.files.wordpress.com/2008/05/cimg1159_modified.jpg"><img class="alignleft alignnone size-medium wp-image-14" style="float:left;" src="http://tdomhan.files.wordpress.com/2008/05/cimg1159_modified.jpg?w=150&#038;h=135" alt="" width="150" height="135" /></a>Now solder the corresponding wires, the sixth and the third pin are both on ground and have to be connected. After that you might want to test if everything is working. I use ddwrt 2.4 where everything works just out of the box. First format the SD card, this can be done with the &#8220;mke2fs&#8221; command in Linux, you can do it with the router too, but thats way slower. The format will be ext2, don&#8217;t ask me how do achive this under Windows, you have to googlesearch that. Now just log into the Web GUI, click on &#8220;Administration&#8221;, and scroll down to &#8220;MMC/SD Card Support&#8221;.</p>
<p><a href="http://tdomhan.files.wordpress.com/2008/05/screenshot_modified.png"><img class="alignnone size-medium wp-image-10" style="vertical-align:text-bottom;" src="http://tdomhan.files.wordpress.com/2008/05/screenshot_modified.png?w=300&#038;h=84" alt="" width="300" height="84" /></a></p>
<p>The picture shows the correct settings. After a reboot go to the status tab. Your card should be listed under &#8220;Space Usage&#8221;, otherwise something didn&#8217;t work. The last step is making a slot in the casing. I made it with a drill. Here the final pictures:</p>
<p><a href="http://tdomhan.files.wordpress.com/2008/05/cimg1160.jpg"><img class="alignnone size-medium wp-image-11" src="http://tdomhan.files.wordpress.com/2008/05/cimg1160.jpg?w=300&#038;h=225" alt="" width="300" height="225" /></a><a href="http://tdomhan.files.wordpress.com/2008/05/cimg1163.jpg"><img class="alignnone size-medium wp-image-13" src="http://tdomhan.files.wordpress.com/2008/05/cimg1163.jpg?w=300&#038;h=225" alt="" width="300" height="225" /></a></p>
<p>Links:</p>
<p><a title="German How-To" href="http://www.hendlsofen.de/WRT54GL/deu/WRT54GL_SDMod.html" target="_blank">http://www.hendlsofen.de/WRT54GL/deu/WRT54GL_SDMod.html (German)<br />
</a></p>
<p><a title="German How-To" href="http://www.hendlsofen.de/WRT54GL/deu/WRT54GL_SDMod.html" target="_blank"> </a></p>
<p><a title="http://duff.dk/sd/" href="http://duff.dk/sd/" target="_blank">http://duff.dk/sd/</a></p>
<p><a title="http://wiki.openwrt.org/OpenWrtDocs/Customizing/Hardware/MMC" href="http://wiki.openwrt.org/OpenWrtDocs/Customizing/Hardware/MMC" target="_blank">http://wiki.openwrt.org/OpenWrtDocs/Customizing/Hardware/MMC</a></p>
<p><a title="http://www.dd-wrt.com/wiki/index.php/SD/MMC_mod" href="http://www.dd-wrt.com/wiki/index.php/SD/MMC_mod" target="_blank">http://www.dd-wrt.com/wiki/index.php/SD/MMC_mod</a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/tdomhan.wordpress.com/5/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/tdomhan.wordpress.com/5/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tdomhan.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tdomhan.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tdomhan.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/tdomhan.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tdomhan.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/tdomhan.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tdomhan.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/tdomhan.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tdomhan.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/tdomhan.wordpress.com/5/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tdomhan.wordpress.com&blog=3630459&post=5&subd=tdomhan&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://tdomhan.wordpress.com/2008/05/17/wrt54gl-sd-card-mod/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5de8e0f015a5fb8c9cf245247772afc0?s=96&#38;d=identicon" medium="image">
			<media:title type="html">tdomhan</media:title>
		</media:content>

		<media:content url="http://tdomhan.files.wordpress.com/2008/05/whr_g54s_sd_mod-sd_adapter.jpg?w=300" medium="image" />

		<media:content url="http://www.hendlsofen.de/WRT54GL/bilder/wrt54GL_oeffnen.jpg" medium="image" />

		<media:content url="http://tdomhan.files.wordpress.com/2008/05/cimg1148_modified1.jpg?w=300" medium="image" />

		<media:content url="http://tdomhan.files.wordpress.com/2008/05/cimg1154_modified.jpg?w=300" medium="image" />

		<media:content url="http://tdomhan.files.wordpress.com/2008/05/cimg1159_modified.jpg?w=300" medium="image" />

		<media:content url="http://tdomhan.files.wordpress.com/2008/05/screenshot_modified.png?w=300" medium="image" />

		<media:content url="http://tdomhan.files.wordpress.com/2008/05/cimg1160.jpg?w=300" medium="image" />

		<media:content url="http://tdomhan.files.wordpress.com/2008/05/cimg1163.jpg?w=300" medium="image" />
	</item>
	</channel>
</rss>