<?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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>The Five Spot</title>
	<atom:link href="http://mrdropd.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://mrdropd.wordpress.com</link>
	<description>jazz - guitar - linux - electronics</description>
	<lastBuildDate>Wed, 24 Aug 2011 21:15:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='mrdropd.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>The Five Spot</title>
		<link>http://mrdropd.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://mrdropd.wordpress.com/osd.xml" title="The Five Spot" />
	<atom:link rel='hub' href='http://mrdropd.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Ogre3D First Attempts</title>
		<link>http://mrdropd.wordpress.com/2011/08/24/ogre3d-first-attampts/</link>
		<comments>http://mrdropd.wordpress.com/2011/08/24/ogre3d-first-attampts/#comments</comments>
		<pubDate>Wed, 24 Aug 2011 21:12:44 +0000</pubDate>
		<dc:creator>mrdropd</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mrdropd.wordpress.com/?p=160</guid>
		<description><![CDATA[Today I started experimenting with Ogre3D. Downloaded the source code: $sudo apt-get install mercurial $hg clone http://bitbucket.org/sinbad/ogre/ -u v1-7 Followed the included docs to build: $sudo apt-get install cmake $sudo apt-get install libfreetype6-dev libboost-date-time-dev libboost-thread-dev nvidia-cg-toolkit libfreeimage-dev zlib1g-dev libzzip-dev libois-dev libcppunit-dev doxygen libxt-dev libxaw7-dev libxxf86vm-dev libxrandr-dev libglu-dev To my surprise, one of the dependencies was [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mrdropd.wordpress.com&amp;blog=8258109&amp;post=160&amp;subd=mrdropd&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Today I started experimenting with Ogre3D.</p>
<p>Downloaded the source code:</p>
<pre>
$sudo apt-get install mercurial
$hg clone http://bitbucket.org/sinbad/ogre/ -u v1-7
</pre>
<p>Followed the included docs to build:</p>
<pre>
$sudo apt-get install cmake
$sudo apt-get install libfreetype6-dev libboost-date-time-dev libboost-thread-dev nvidia-cg-toolkit libfreeimage-dev zlib1g-dev libzzip-dev libois-dev libcppunit-dev doxygen libxt-dev libxaw7-dev libxxf86vm-dev libxrandr-dev libglu-dev
</pre>
<p>To my surprise, one of the dependencies was a complete tex-system.<br />
Used cmake-gui with as build directory a separate directory. Chose to build everything, also the samples and tests, but not static. Generated all the scripts and (in the build-dir):</p>
<pre>
$make
$make install
</pre>
<p>Then in</p>
<pre>
/path/to/builddirectory/bin/Samples
</pre>
<p>I executed the SampleBrowser, with worked perfectly.<br />
Then I started the tutorials, setting up a build system with autotools and creating the first example. It did compile, but on running an error about not finding a library was thrown, which I solved with:</p>
<pre>
sudo ldconfig /usr/local/lib
</pre>
<p>since the shared library _was_ located there.d<br />
I copied resources.cfg and plugins.cfg from the Ogre3D samples build directory to the tutorial directory and looked if the contents were ok.<br />
The first example ran fine.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mrdropd.wordpress.com/160/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mrdropd.wordpress.com/160/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mrdropd.wordpress.com/160/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mrdropd.wordpress.com/160/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mrdropd.wordpress.com/160/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mrdropd.wordpress.com/160/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mrdropd.wordpress.com/160/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mrdropd.wordpress.com/160/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mrdropd.wordpress.com/160/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mrdropd.wordpress.com/160/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mrdropd.wordpress.com/160/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mrdropd.wordpress.com/160/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mrdropd.wordpress.com/160/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mrdropd.wordpress.com/160/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mrdropd.wordpress.com&amp;blog=8258109&amp;post=160&amp;subd=mrdropd&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mrdropd.wordpress.com/2011/08/24/ogre3d-first-attampts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e497dc19dbb2045c2454eeaa86627c60?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mrdropd</media:title>
		</media:content>
	</item>
		<item>
		<title>Eminent 4544 Ubuntu 11.04 No Connection (RT2501/RT2573)</title>
		<link>http://mrdropd.wordpress.com/2011/06/26/eminent-4544-ubuntu-11-04-no-connection-rt2501rt2573/</link>
		<comments>http://mrdropd.wordpress.com/2011/06/26/eminent-4544-ubuntu-11-04-no-connection-rt2501rt2573/#comments</comments>
		<pubDate>Sat, 25 Jun 2011 22:10:50 +0000</pubDate>
		<dc:creator>mrdropd</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mrdropd.wordpress.com/?p=158</guid>
		<description><![CDATA[I saw the networks, but connecting was not possible. After: $ sudo iwconfig wlan0 power off i could. So I $sudo gedit /etc/rc.local and added iwconfig wlan0 power off . Done. Thx to ebrato in this post.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mrdropd.wordpress.com&amp;blog=8258109&amp;post=158&amp;subd=mrdropd&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I saw the networks, but connecting was not possible.</p>
<p>After:</p>
<pre>
$ sudo iwconfig wlan0 power off
</pre>
<p>i could.</p>
<p>So I</p>
<pre>
$sudo gedit /etc/rc.local
</pre>
<p>and added</p>
<pre>
iwconfig wlan0 power off
</pre>
<p>.</p>
<p>Done. Thx to ebrato in <a href="http://ubuntuforums.org/showthread.php?t=1743199" title="this post">this post</a>.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mrdropd.wordpress.com/158/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mrdropd.wordpress.com/158/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mrdropd.wordpress.com/158/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mrdropd.wordpress.com/158/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mrdropd.wordpress.com/158/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mrdropd.wordpress.com/158/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mrdropd.wordpress.com/158/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mrdropd.wordpress.com/158/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mrdropd.wordpress.com/158/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mrdropd.wordpress.com/158/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mrdropd.wordpress.com/158/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mrdropd.wordpress.com/158/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mrdropd.wordpress.com/158/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mrdropd.wordpress.com/158/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mrdropd.wordpress.com&amp;blog=8258109&amp;post=158&amp;subd=mrdropd&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mrdropd.wordpress.com/2011/06/26/eminent-4544-ubuntu-11-04-no-connection-rt2501rt2573/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e497dc19dbb2045c2454eeaa86627c60?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mrdropd</media:title>
		</media:content>
	</item>
		<item>
		<title>Linux 3D Graphics Programming Compilation Problems</title>
		<link>http://mrdropd.wordpress.com/2011/05/19/linux-3d-graphics-programming-compilation-problems/</link>
		<comments>http://mrdropd.wordpress.com/2011/05/19/linux-3d-graphics-programming-compilation-problems/#comments</comments>
		<pubDate>Thu, 19 May 2011 21:49:31 +0000</pubDate>
		<dc:creator>mrdropd</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mrdropd.wordpress.com/?p=155</guid>
		<description><![CDATA[I am reading the book &#8220;Linux 3D Graphics Programming&#8221; by Norman Lin. The source code can be found on sourceforge (l3d). When trying to compile the code provide with the book I stumble ypon some compilation problems. The first big compilation is the following: $cd l3d/source/app/lib $make -f makeall.lnx I got an error about g++-2.95 [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mrdropd.wordpress.com&amp;blog=8258109&amp;post=155&amp;subd=mrdropd&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I am reading the book &#8220;Linux 3D Graphics Programming&#8221; by Norman Lin. The source code can be found on sourceforge (l3d). When trying to compile the code provide with the book I stumble ypon some compilation problems. The first big compilation is the following:</p>
<pre>
$cd l3d/source/app/lib
$make -f makeall.lnx
</pre>
<p>I got an error about g++-2.95 cannot be found, which is logical, since I have a newer version. The parameters are set in l3d/Makefile.vars. Changing any occurence of &#8220;g++-2.95&#8243; to &#8220;g++&#8221; solved this problem.<br />
Now I get a lot of the following kind of errors:</p>
<pre>
../../../../../../../../source/app/lib/dynamics/plugins/pyramid/pyramid.cc:36:3: error: extra qualification ‘l3d_plugin_pyramid::’ on member ‘l3d_plugin_pyramid’
make[4]: *** [pyramid.o] Error 1
</pre>
<p>Errors of this kind are solved by changing the particular line in the particular file:</p>
<pre>
 l3d_plugin_pyramid::~l3d_plugin_pyramid(void) {
</pre>
<p>becomes</p>
<pre>
 ~l3d_plugin_pyramid(void) {
</pre>
<p>Another error:</p>
<pre>
/usr/bin/ld: cannot find -lXmu
collect2: ld returned 1 exit status
make[4]: *** [pyramid.so] Error 1
</pre>
<p>Easily solved by:</p>
<pre>
$sudo apt-get install libxmu-dev libxmu6
</pre>
<p>Another error about not recognizing the option m486, forget to copy the error. Also due to newer versions, nicely solved by:</p>
<pre>
$find ./ -type f -exec sed -i 's/m486/mtune=i486/' {} \;
</pre>
<p>Then an error I ran into before:</p>
<pre>
vidinfo.cc: In function ‘int main(int, char**)’:
vidinfo.cc:41:12: error: ‘exit’ was not declared in this scope
vidinfo.cc:57:37: warning: format not a string literal and no format arguments
vidinfo.cc:188:32: error: ‘assert’ was not declared in this scope
make[1]: *** [vidinfo.o] Error 1
</pre>
<p>This is solved by putting this in the file:</p>
<pre>
#include
</pre>
<p>Next error:</p>
<pre>
vidinfo.cc:189:32: error: ‘assert’ was not declared in this scope
make[1]: *** [vidinfo.o] Error 1
make[1]: Leaving directory `/home/mrdropd/linux_3d_programming/l3d/source/utils/vidinfo'
make: *** [all] Error 2
</pre>
<p>Solved by adding to the file:</p>
<pre>
#include
</pre>
<p>Finally it compiles <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mrdropd.wordpress.com/155/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mrdropd.wordpress.com/155/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mrdropd.wordpress.com/155/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mrdropd.wordpress.com/155/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mrdropd.wordpress.com/155/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mrdropd.wordpress.com/155/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mrdropd.wordpress.com/155/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mrdropd.wordpress.com/155/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mrdropd.wordpress.com/155/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mrdropd.wordpress.com/155/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mrdropd.wordpress.com/155/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mrdropd.wordpress.com/155/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mrdropd.wordpress.com/155/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mrdropd.wordpress.com/155/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mrdropd.wordpress.com&amp;blog=8258109&amp;post=155&amp;subd=mrdropd&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mrdropd.wordpress.com/2011/05/19/linux-3d-graphics-programming-compilation-problems/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e497dc19dbb2045c2454eeaa86627c60?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mrdropd</media:title>
		</media:content>
	</item>
		<item>
		<title>Disable one of two built in Wifi cards Ubuntu.</title>
		<link>http://mrdropd.wordpress.com/2010/09/22/disable-one-of-two-built-in-wifi-cards-ubuntu/</link>
		<comments>http://mrdropd.wordpress.com/2010/09/22/disable-one-of-two-built-in-wifi-cards-ubuntu/#comments</comments>
		<pubDate>Wed, 22 Sep 2010 09:58:48 +0000</pubDate>
		<dc:creator>mrdropd</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mrdropd.wordpress.com/?p=152</guid>
		<description><![CDATA[$sudo lshw -C network $sudo lsmod shows us that the driver to blacklist is rt73usb. Then add blacklist rt73usb to /etc/modprobe.d/blacklist.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mrdropd.wordpress.com&amp;blog=8258109&amp;post=152&amp;subd=mrdropd&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<pre>
$sudo lshw -C network
$sudo lsmod
</pre>
<p>shows us that the driver to blacklist is rt73usb.</p>
<p>Then add</p>
<pre>
blacklist rt73usb
</pre>
<p>to /etc/modprobe.d/blacklist.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mrdropd.wordpress.com/152/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mrdropd.wordpress.com/152/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mrdropd.wordpress.com/152/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mrdropd.wordpress.com/152/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mrdropd.wordpress.com/152/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mrdropd.wordpress.com/152/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mrdropd.wordpress.com/152/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mrdropd.wordpress.com/152/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mrdropd.wordpress.com/152/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mrdropd.wordpress.com/152/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mrdropd.wordpress.com/152/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mrdropd.wordpress.com/152/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mrdropd.wordpress.com/152/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mrdropd.wordpress.com/152/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mrdropd.wordpress.com&amp;blog=8258109&amp;post=152&amp;subd=mrdropd&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mrdropd.wordpress.com/2010/09/22/disable-one-of-two-built-in-wifi-cards-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e497dc19dbb2045c2454eeaa86627c60?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mrdropd</media:title>
		</media:content>
	</item>
		<item>
		<title>ELF Format Article</title>
		<link>http://mrdropd.wordpress.com/2010/07/12/elf-format-article/</link>
		<comments>http://mrdropd.wordpress.com/2010/07/12/elf-format-article/#comments</comments>
		<pubDate>Mon, 12 Jul 2010 21:29:40 +0000</pubDate>
		<dc:creator>mrdropd</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[ELF Linux Embedded]]></category>

		<guid isPermaLink="false">http://mrdropd.wordpress.com/?p=142</guid>
		<description><![CDATA[This is a very good introduction to the ELF object file format: http://www.linuxjournal.com/article/1059<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mrdropd.wordpress.com&amp;blog=8258109&amp;post=142&amp;subd=mrdropd&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This is a very good introduction to the ELF object file format:</p>
<p><a href="http://www.linuxjournal.com/article/1059">http://www.linuxjournal.com/article/1059</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mrdropd.wordpress.com/142/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mrdropd.wordpress.com/142/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mrdropd.wordpress.com/142/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mrdropd.wordpress.com/142/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mrdropd.wordpress.com/142/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mrdropd.wordpress.com/142/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mrdropd.wordpress.com/142/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mrdropd.wordpress.com/142/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mrdropd.wordpress.com/142/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mrdropd.wordpress.com/142/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mrdropd.wordpress.com/142/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mrdropd.wordpress.com/142/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mrdropd.wordpress.com/142/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mrdropd.wordpress.com/142/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mrdropd.wordpress.com&amp;blog=8258109&amp;post=142&amp;subd=mrdropd&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mrdropd.wordpress.com/2010/07/12/elf-format-article/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e497dc19dbb2045c2454eeaa86627c60?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mrdropd</media:title>
		</media:content>
	</item>
		<item>
		<title>ATNGW100 Hello World</title>
		<link>http://mrdropd.wordpress.com/2010/07/08/atngw100-hello-world/</link>
		<comments>http://mrdropd.wordpress.com/2010/07/08/atngw100-hello-world/#comments</comments>
		<pubDate>Thu, 08 Jul 2010 13:39:27 +0000</pubDate>
		<dc:creator>mrdropd</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mrdropd.wordpress.com/?p=133</guid>
		<description><![CDATA[First install the (latest) toolchain. Had some dependency problems, installed these first: http://no.archive.ubuntu.com/ubuntu/pool/main/b/boost/libboost-date-time1.34.1_1.34.1-11ubuntu1_i386.deb http://no.archive.ubuntu.com/ubuntu/pool/main/b/boost/libboost-filesystem1.34.1_1.34.1-11ubuntu1_i386.deb http://no.archive.ubuntu.com/ubuntu/pool/main/b/boost1.38/libboost-filesystem1.38.0_1.38.0-6ubuntu6_i386.deb http://no.archive.ubuntu.com/ubuntu/pool/main/b/boost1.38/libboost-system1.38.0_1.38.0-6ubuntu6_i386.deb http://no.archive.ubuntu.com/ubuntu/pool/main/b/boost/libboost-thread1.34.1_1.34.1-11ubuntu1_i386.deb http://no.archive.ubuntu.com/ubuntu/pool/main/b/boost1.38/libboost-thread1.38.0_1.38.0-6ubuntu6_i386.deb http://cz.archive.ubuntu.com/ubuntu/pool/universe/x/xerces27/libxerces27_2.7.0-5_i386.deb http://security.ubuntu.com/ubuntu/pool/main/i/icu/libicu38_3.8-6ubuntu0.2_i386.deb I have a dirty Ubuntu now, but there was no other way. Then i downloaded the latest avr32 studio. Edited Project-&#62;Properties-&#62;C/C++ Build-&#62;Settings-&#62; AVR32/GNU g++ Linker-&#62; libraries to include stdc++ in /usr/lib/gcc/avr32/4.3.2. This includes the static [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mrdropd.wordpress.com&amp;blog=8258109&amp;post=133&amp;subd=mrdropd&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>First install the (latest) toolchain.<br />
Had some dependency problems, installed these first:</p>
<pre>

http://no.archive.ubuntu.com/ubuntu/pool/main/b/boost/libboost-date-time1.34.1_1.34.1-11ubuntu1_i386.deb

http://no.archive.ubuntu.com/ubuntu/pool/main/b/boost/libboost-filesystem1.34.1_1.34.1-11ubuntu1_i386.deb

http://no.archive.ubuntu.com/ubuntu/pool/main/b/boost1.38/libboost-filesystem1.38.0_1.38.0-6ubuntu6_i386.deb

http://no.archive.ubuntu.com/ubuntu/pool/main/b/boost1.38/libboost-system1.38.0_1.38.0-6ubuntu6_i386.deb

http://no.archive.ubuntu.com/ubuntu/pool/main/b/boost/libboost-thread1.34.1_1.34.1-11ubuntu1_i386.deb

http://no.archive.ubuntu.com/ubuntu/pool/main/b/boost1.38/libboost-thread1.38.0_1.38.0-6ubuntu6_i386.deb

http://cz.archive.ubuntu.com/ubuntu/pool/universe/x/xerces27/libxerces27_2.7.0-5_i386.deb

http://security.ubuntu.com/ubuntu/pool/main/i/icu/libicu38_3.8-6ubuntu0.2_i386.deb
</pre>
<p>I have a dirty Ubuntu now, but there was no other way. <img src='http://s0.wp.com/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> </p>
<p>Then i downloaded the latest avr32 studio.</p>
<p>Edited Project-&gt;Properties-&gt;C/C++ Build-&gt;Settings-&gt; AVR32/GNU g++ Linker-&gt; libraries to include stdc++ in /usr/lib/gcc/avr32/4.3.2. This includes the static library in the binary that will be build. Necessary because there&#8217;s no dynamic libs on the board (resources!). If you don&#8217;t change this option, it wil compile with dynamic libs and it won&#8217;t run on the device.</p>
<p>AVR32 Studio doesn&#8217;t build my Hello World program with the following error:</p>
<pre>
Internal Builder: Cannot run program "avr32-linux-g++": Unknown reason
Build error occurred, build is stopped
</pre>
<p>The avr32-linux-g++ does not exist. I had to download the buildroot from http://www.atmel.no/buildroot/ to build the tool chain which includes this binary. I chose the 2.2.1 release to have working drivers for abdac en ac97. This may be handy in my future experiments.<br />
Should be easy with:</p>
<pre>
$make atngw100
$make source
$make
</pre>
<p>Got very strange errors, but made sure there were no space in the path to the directory I&#8217;m in and now I&#8217;m getting further.</p>
<p>During compilation I got the following error:</p>
<pre>
scripts/unifdef.c:209: error: conflicting types for 'getline'
/usr/include/stdio.h:653: note: previous declaration of 'getline' was
here
</pre>
<p>I renamed all occurences of &#8216;getline&#8217; in unifdef.c to &#8216;parseline&#8217; and the compilation gets beyond this point. This error exists because the next version of glibc changes the default _POSIX_C_SOURCE level, which exposes getline() from stdio.h.</p>
<p>Following error: avr32_linux_user_guide_2.0.0.tar.gz not found.<br />
Downloaded it from:</p>
<pre>

http://www.atmel.no/buildroot/source/mirror/avr32_linux_user_guide_2.0.0.tar.gz
</pre>
<p>and put it in the right dir.</p>
<p>Got an error while building Samba. Disabled it with make menuconfig, because I won&#8217;t use Samba in this context. Pragmatic thinking!</p>
<p>Another error: </p>
<pre>
/buildroot-avr32-v2.2.1/build_avr32/makedevs/makedevs.c: In function main:
/buildroot-avr32-v2.2.1/build_avr32/makedevs/makedevs.c:531: error: ignoring return value of system, declared with attribute warn_unused_result
</pre>
<p>and the solution is (found it somewhere else):<br />
change line 531 to<br />
return system(&#8220;/bin/sync&#8221;); </p>
<p>The build is complete now!</p>
<p>I added the directory that contains avr32-linux-g++ to Window-&gt;Preferences-&gt;C/C++-&gt;Environment in a PATH variable.</p>
<p>I&#8217;m trying to build this program for the ngw100 target:</p>
<pre>
#include
#include 

int main()
{
	printf("Hello World!\n");
	return 0;
}
</pre>
<p>I got this error:</p>
<pre>
In function
&gt; `__gnu_cxx::__verbose_terminate_handler()':
&gt; ../../../../../gcc-4.1.1/libstdc++-v3/libsupc++/vterminate.cc:89:
&gt; undefined reference to `_impure_ptr'
&gt; make: *** [hello] Error 1
</pre>
<p>I configured the linker to link to the libs that were created with buildroot and it worked. Don&#8217;t forget to tick the option &#8216;static linking&#8217;, otherwise it will link with the dynamic libstdc++ library, which doesn&#8217;t work on the device.</p>
<p>It works perfectly now! A lot of work for a little Hello World program, but I&#8217;m happy with the result.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mrdropd.wordpress.com/133/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mrdropd.wordpress.com/133/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mrdropd.wordpress.com/133/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mrdropd.wordpress.com/133/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mrdropd.wordpress.com/133/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mrdropd.wordpress.com/133/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mrdropd.wordpress.com/133/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mrdropd.wordpress.com/133/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mrdropd.wordpress.com/133/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mrdropd.wordpress.com/133/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mrdropd.wordpress.com/133/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mrdropd.wordpress.com/133/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mrdropd.wordpress.com/133/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mrdropd.wordpress.com/133/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mrdropd.wordpress.com&amp;blog=8258109&amp;post=133&amp;subd=mrdropd&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mrdropd.wordpress.com/2010/07/08/atngw100-hello-world/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e497dc19dbb2045c2454eeaa86627c60?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mrdropd</media:title>
		</media:content>
	</item>
		<item>
		<title>ATNGW100 Boot Message</title>
		<link>http://mrdropd.wordpress.com/2010/07/07/angw100-boot-messages/</link>
		<comments>http://mrdropd.wordpress.com/2010/07/07/angw100-boot-messages/#comments</comments>
		<pubDate>Wed, 07 Jul 2010 14:14:49 +0000</pubDate>
		<dc:creator>mrdropd</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mrdropd.wordpress.com/?p=130</guid>
		<description><![CDATA[I connected the network gateway to the serial port of my computer, started microcom and powered up the device. This is the output in the factory configuration untill the prompt: U-Boot 1.1.4-at0 (Jan 3 2007 - 10:30:09) U-Boot code: 00000000 -&#62; 000144f7 data: 24000000 -&#62; 24002d80 SDRAM: 32 MB at address 0x10000000 Testing SDRAM...OK malloc: [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mrdropd.wordpress.com&amp;blog=8258109&amp;post=130&amp;subd=mrdropd&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I connected the network gateway to the serial port of my computer, started microcom and powered up the device. This is the output in the factory configuration untill the prompt:</p>
<pre>
U-Boot 1.1.4-at0 (Jan  3 2007 - 10:30:09) 

U-Boot code: 00000000 -&gt; 000144f7  data: 24000000 -&gt; 24002d80
SDRAM: 32 MB at address 0x10000000
Testing SDRAM...OK
malloc: Using memory from 0x11fc0000 to 0x12000000
Flash:  8 MB at address 0x00000000
DRAM Configuration:
Bank #0: 10000000 32 MB
In:    serial
Out:   serial
Err:   serial
Net:   macb0, macb1
Press SPACE to abort autoboot in 1 seconds
### JFFS2 loading 'uImage' to 0x10200000
Scanning JFFS2 FS: ....... done.
### JFFS2 load complete: 912671 bytes loaded to 0x10200000
## Booting image at 10200000 ...
   Image Name:   Linux-2.6.18-atngw
   Image Type:   AVR32 Linux Kernel Image (gzip compressed)
   Data Size:    912607 Bytes = 891.2 kB
   Load Address: 10000000
   Entry Point:  90000000
   Verifying Checksum ... OK
   Uncompressing Kernel Image ... OK

Starting kernel at 90000000 (params at 11fc0040)...

pdc pdc.0: Atmel Peripheral DMA Controller enabled
EIM: External Interrupt Module at 0xfff00000, IRQ 19
EIM: Handling 4 external IRQs, starting with IRQ 64
smc smc.0: Atmel Static Memory Controller at 0xfff03400
pio0: Atmel Port Multiplexer at 0xffe02800 (irq 13)
pio0: Handling 32 external IRQs, starting with IRQ 96
pio1: Atmel Port Multiplexer at 0xffe02c00 (irq 14)
pio1: Handling 32 external IRQs, starting with IRQ 128
pio2: Atmel Port Multiplexer at 0xffe03000 (irq 15)
pio2: Handling 32 external IRQs, starting with IRQ 160
pio3: Atmel Port Multiplexer at 0xffe03400 (irq 16)
pio3: Handling 32 external IRQs, starting with IRQ 192
pio4: Atmel Port Multiplexer at 0xffe03800 (irq 17)
pio4: Handling 32 external IRQs, starting with IRQ 224
dmac0: DesignWare DMA controller at 0xff200000 irq 2
NET: Registered protocol family 2
IP route cache hash table entries: 256 (order: -2, 1024 bytes)
TCP established hash table entries: 1024 (order: 0, 4096 bytes)
TCP bind hash table entries: 512 (order: -1, 2048 bytes)
TCP: Hash tables configured (established 1024 bind 512)
TCP reno registered
JFFS2 version 2.2. (NAND) (C) 2001-2006 Red Hat, Inc.
io scheduler noop registered
io scheduler cfq registered (default)
Serial: Atmel USART3 driver
usart.1: ttyS0 at MMIO 0xffe01000 (irq = 7) is a USART3
loop: loaded (max 8 devices)
eth0: Atmel MACB at 0xfff01800 irq 25 (00:04:25:1c:75:fc)
eth1: Atmel MACB at 0xfff01c00 irq 26 (00:04:25:1c:75:fd)
physmap platform flash device: 00800000 at 00000000
physmap-flash.0: Found 1 x16 devices at 0x0 in 16-bit bank
 Amd/Fujitsu Extended Query Table at 0x0041
number of CFI chips: 1
cfi_cmdset_0002: Disabling erase-suspend-program due to code brokenness.
cmdlinepart partition parsing not available
RedBoot partition parsing not available
Using physmap partition information
Creating 3 MTD partitions on "physmap-flash.0":
0x00000000-0x00020000 : "u-boot"
0x00020000-0x007f0000 : "root"
0x007f0000-0x00800000 : "env"
atmel_spi atmel_spi.0: Atmel SPI Controller at 0xffe00000 (irq 3)
mtd_dataflash spi0.0: AT45DB642x (8448 KBytes)
ip_conntrack version 2.4 (256 buckets, 2048 max) - 204 bytes per conntrack
ip_tables: (C) 2000-2006 Netfilter Core Team
TCP bic registered
NET: Registered protocol family 1
NET: Registered protocol family 17
Time: avr32 clocksource has been installed.
VFS: Mounted root (jffs2 filesystem).
Freeing init memory: 56K (90000000 - 9000e000)
init started:  BusyBox v1.4.2 (2007-04-17 15:34:55 CEST) multi-call binary
 * mounting virtual filesystems: /proc /sys /dev /dev/pts /config /tmp /var/run /var/lib/samba /var/log
 * set mdev hotplug ...          [ OK ]
 * mdev ...                      [ OK ]
 * setting hostname ...          'ngw.example.net'
 * network loopback ...          [ OK ]
 * starting syslogd ...          [ OK ]
 * log messages to syslog ...    [ OK ]
 * starting klogd ...            [ OK ]
 * probing modules ...           vfat loaded, mmc_block loaded, atmel-mci loaded, [ OK ]
 * mounting filesystems:         /usr
 * setup eth0 ...                [ STATIC ] (10.11.12.1)
 * setup eth1 ...                [ OK ]
 * network ...                   [ OK ]
 * starting telnetd ...          [ OK ]
 * enable ipv4 forwarding ...    [ OK ]
 * iptables postrouting ...      [ OK ]
 * iptables incoming trafic ...  [ OK ]
 * iptables outgoung trafic ...  [ OK ]
 * starting dnsmasq ...          [ OK ]
 * running ntpdate ...           [ FAILED ]
 * starting dropbear ...         [ OK ]
 * starting inted ...            [ OK ]
 * starting nmbd ...             [ OK ]
 * starting smbd ...             [ OK ]
 * starting winbindd ...         [ OK ]
 * starting httpd ...            [ OK ]
 * get board type for GPIO ...   'NGW'
 * setup GPIO boot LED ...       [ OK ]
 * setup GPIO LED A ...          [ OK ]
 * setup GPIO LED B ...          [ OK ]

Network Gateway ready

BusyBox v1.4.2 (2007-04-17 15:34:55 CEST) Built-in shell (ash)
Enter 'help' for a list of built-in commands.

~ #
</pre>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mrdropd.wordpress.com/130/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mrdropd.wordpress.com/130/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mrdropd.wordpress.com/130/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mrdropd.wordpress.com/130/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mrdropd.wordpress.com/130/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mrdropd.wordpress.com/130/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mrdropd.wordpress.com/130/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mrdropd.wordpress.com/130/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mrdropd.wordpress.com/130/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mrdropd.wordpress.com/130/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mrdropd.wordpress.com/130/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mrdropd.wordpress.com/130/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mrdropd.wordpress.com/130/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mrdropd.wordpress.com/130/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mrdropd.wordpress.com&amp;blog=8258109&amp;post=130&amp;subd=mrdropd&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mrdropd.wordpress.com/2010/07/07/angw100-boot-messages/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e497dc19dbb2045c2454eeaa86627c60?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mrdropd</media:title>
		</media:content>
	</item>
		<item>
		<title>*.flv to *.mp3</title>
		<link>http://mrdropd.wordpress.com/2010/04/29/flv-to-mp3/</link>
		<comments>http://mrdropd.wordpress.com/2010/04/29/flv-to-mp3/#comments</comments>
		<pubDate>Thu, 29 Apr 2010 10:37:26 +0000</pubDate>
		<dc:creator>mrdropd</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mrdropd.wordpress.com/?p=127</guid>
		<description><![CDATA[To extract the audio from a flv video file (downloaded from youtube for example): $sudo apt-get install lame ffmpeg $ffmpeg -i filename.flv -acodec libmp3lame -ac 2 -ab 128 -vn -y filename.mp3<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mrdropd.wordpress.com&amp;blog=8258109&amp;post=127&amp;subd=mrdropd&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>To extract the audio from a flv video file (downloaded from youtube for example):</p>
<pre>

$sudo apt-get install lame ffmpeg

$ffmpeg -i filename.flv -acodec libmp3lame -ac 2 -ab 128 -vn -y filename.mp3
</pre>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mrdropd.wordpress.com/127/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mrdropd.wordpress.com/127/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mrdropd.wordpress.com/127/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mrdropd.wordpress.com/127/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mrdropd.wordpress.com/127/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mrdropd.wordpress.com/127/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mrdropd.wordpress.com/127/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mrdropd.wordpress.com/127/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mrdropd.wordpress.com/127/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mrdropd.wordpress.com/127/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mrdropd.wordpress.com/127/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mrdropd.wordpress.com/127/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mrdropd.wordpress.com/127/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mrdropd.wordpress.com/127/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mrdropd.wordpress.com&amp;blog=8258109&amp;post=127&amp;subd=mrdropd&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mrdropd.wordpress.com/2010/04/29/flv-to-mp3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e497dc19dbb2045c2454eeaa86627c60?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mrdropd</media:title>
		</media:content>
	</item>
		<item>
		<title>Ping A Range Of IPs</title>
		<link>http://mrdropd.wordpress.com/2010/04/07/ping-a-range-of-ips/</link>
		<comments>http://mrdropd.wordpress.com/2010/04/07/ping-a-range-of-ips/#comments</comments>
		<pubDate>Wed, 07 Apr 2010 15:25:56 +0000</pubDate>
		<dc:creator>mrdropd</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mrdropd.wordpress.com/?p=120</guid>
		<description><![CDATA[$sudo apt-get install fping $sudo fping -s -g 192.168.0.1 192.168.0.100 -r 1<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mrdropd.wordpress.com&amp;blog=8258109&amp;post=120&amp;subd=mrdropd&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<pre>
$sudo apt-get install fping
$sudo fping -s -g 192.168.0.1 192.168.0.100 -r 1
</pre>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mrdropd.wordpress.com/120/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mrdropd.wordpress.com/120/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mrdropd.wordpress.com/120/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mrdropd.wordpress.com/120/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mrdropd.wordpress.com/120/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mrdropd.wordpress.com/120/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mrdropd.wordpress.com/120/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mrdropd.wordpress.com/120/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mrdropd.wordpress.com/120/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mrdropd.wordpress.com/120/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mrdropd.wordpress.com/120/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mrdropd.wordpress.com/120/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mrdropd.wordpress.com/120/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mrdropd.wordpress.com/120/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mrdropd.wordpress.com&amp;blog=8258109&amp;post=120&amp;subd=mrdropd&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mrdropd.wordpress.com/2010/04/07/ping-a-range-of-ips/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e497dc19dbb2045c2454eeaa86627c60?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mrdropd</media:title>
		</media:content>
	</item>
		<item>
		<title>Played: Turok</title>
		<link>http://mrdropd.wordpress.com/2010/02/25/played-turok/</link>
		<comments>http://mrdropd.wordpress.com/2010/02/25/played-turok/#comments</comments>
		<pubDate>Thu, 25 Feb 2010 20:13:20 +0000</pubDate>
		<dc:creator>mrdropd</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mrdropd.wordpress.com/?p=95</guid>
		<description><![CDATA[This was the first game I played in a very long time and for me it was ok, despite the bad reviews on the net. Graphically something bothered me though: the blood on the dinosaurs was all shiny and not really blending in with the dinosaur. It looked more like a plash of glue than [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mrdropd.wordpress.com&amp;blog=8258109&amp;post=95&amp;subd=mrdropd&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://mrdropd.files.wordpress.com/2010/02/turok_box.jpg"><img src="http://mrdropd.files.wordpress.com/2010/02/turok_box.jpg?w=236&#038;h=300" alt="" title="Turok" width="236" height="300" class="alignnone size-medium wp-image-97" /></a></p>
<p>This was the first game I played in a very long time and for me it was ok, despite the bad reviews on the net.<br />
Graphically something bothered me though: the blood on the dinosaurs was all shiny and not really blending in with the dinosaur. It looked more like a plash of glue than real blood.<br />
Maybe the story was a little flat. Well, there is not much of a story now I think about it.<br />
The surroundings are also flat: sometimes you&#8217;re outside in the jungle, sometimes you&#8217;re inside in this industrial kind of complexes. There&#8217;s nothing in between.<br />
I liked fighting the final t-rex. Took me a while though.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mrdropd.wordpress.com/95/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mrdropd.wordpress.com/95/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mrdropd.wordpress.com/95/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mrdropd.wordpress.com/95/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mrdropd.wordpress.com/95/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mrdropd.wordpress.com/95/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mrdropd.wordpress.com/95/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mrdropd.wordpress.com/95/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mrdropd.wordpress.com/95/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mrdropd.wordpress.com/95/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mrdropd.wordpress.com/95/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mrdropd.wordpress.com/95/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mrdropd.wordpress.com/95/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mrdropd.wordpress.com/95/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mrdropd.wordpress.com&amp;blog=8258109&amp;post=95&amp;subd=mrdropd&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mrdropd.wordpress.com/2010/02/25/played-turok/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e497dc19dbb2045c2454eeaa86627c60?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mrdropd</media:title>
		</media:content>

		<media:content url="http://mrdropd.files.wordpress.com/2010/02/turok_box.jpg?w=236" medium="image">
			<media:title type="html">Turok</media:title>
		</media:content>
	</item>
	</channel>
</rss>
