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

<channel>
	<title>Draakwired &#187; Hardware</title>
	<atom:link href="http://drakonen.com/category/tech/hardware/feed/" rel="self" type="application/rss+xml" />
	<link>http://drakonen.com</link>
	<description>Here be Dragons  -  Drakonen&#039;s Blog</description>
	<lastBuildDate>Tue, 20 Mar 2012 23:18:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Some output&#8230;</title>
		<link>http://drakonen.com/2006/some-output/</link>
		<comments>http://drakonen.com/2006/some-output/#comments</comments>
		<pubDate>Mon, 04 Dec 2006 20:34:14 +0000</pubDate>
		<dc:creator>Drakonen</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://drakonen.digigen.nl/blog/?p=42</guid>
		<description><![CDATA[drakonen@Gamont ~ $ df -h Filesystem Size Used Avail Use% Mounted on /dev/md/1 1.1T 56G 989G 6% / drakonen@Gamont ~ $ cat /proc/mdstat Personalities : [raid1] [raid6] [raid5] [raid4] md1 : active raid5 sdd2[3] sdc2[0] sdb2[1] sda2[2] 1171837056 blocks level 5, 64k chunk, algorithm 2 [4/4] [UUUU] md0 : active raid1 sdd1[3] sdc1[0] sdb1[1] sda1[2] [...]]]></description>
			<content:encoded><![CDATA[<pre>drakonen@Gamont ~ $ df -h
Filesystem            Size  Used Avail Use% Mounted on
/dev/md/1             1.1T   56G  989G   6% /

drakonen@Gamont ~ $ cat /proc/mdstat
Personalities : [raid1] [raid6] [raid5] [raid4]
md1 : active raid5 sdd2[3] sdc2[0] sdb2[1] sda2[2]
1171837056 blocks level 5, 64k chunk, algorithm 2 [4/4] [UUUU]

md0 : active raid1 sdd1[3] sdc1[0] sdb1[1] sda1[2]
96256 blocks [4/4] [UUUU]</pre>
]]></content:encoded>
			<wfw:commentRss>http://drakonen.com/2006/some-output/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>software Raid5 Storage</title>
		<link>http://drakonen.com/2006/software-raid5-storage/</link>
		<comments>http://drakonen.com/2006/software-raid5-storage/#comments</comments>
		<pubDate>Sun, 03 Dec 2006 13:39:48 +0000</pubDate>
		<dc:creator>Drakonen</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://drakonen.digigen.nl/blog/?p=41</guid>
		<description><![CDATA[I finally got myself a decent file server setup. 4 disks using software raid5. I took an old (but still pretty powerful) machine I had lying around and added 4 new disks (samsung 400GB) and a sata controller (Promise TX4). Of course I went for a Gentoo installation, as I know that distribution the best, [...]]]></description>
			<content:encoded><![CDATA[<p>I finally got myself a decent file server setup. 4 disks using software raid5. I took an old (but still pretty powerful) machine I had lying around and added 4 new disks (<a href="http://www.samsung.com/nl/products/hdd/spinpointtseries/t133series/hd400lj.asp" onclick="pageTracker._trackPageview('/outgoing/www.samsung.com/nl/products/hdd/spinpointtseries/t133series/hd400lj.asp?referer=');">samsung 400GB</a>) and a sata controller (<a href="http://www.promise.com/product/product_detail_eng.asp?segment=Non-RAID%20HBAs&#038;product_id=139" onclick="pageTracker._trackPageview('/outgoing/www.promise.com/product/product_detail_eng.asp?segment=Non-RAID_20HBAs_038_product_id=139&amp;referer=');">Promise TX4</a>). Of course I went for a <a href="http://www.gentoo.org/" onclick="pageTracker._trackPageview('/outgoing/www.gentoo.org/?referer=');">Gentoo</a> installation, as I know that distribution the best, and more importantly, I like it. There is more then <a href="http://www.gentoo.org/doc/en/gentoo-x86-tipsntricks.xml" onclick="pageTracker._trackPageview('/outgoing/www.gentoo.org/doc/en/gentoo-x86-tipsntricks.xml?referer=');">enough</a> <a href="http://gentoo-wiki.com/HOWTO_Gentoo_Install_on_Software_RAID_mirror_and_LVM2_on_top_of_RAID" onclick="pageTracker._trackPageview('/outgoing/gentoo-wiki.com/HOWTO_Gentoo_Install_on_Software_RAID_mirror_and_LVM2_on_top_of_RAID?referer=');">usable</a> <a href="http://www.tldp.org/HOWTO/Software-RAID-HOWTO.html" onclick="pageTracker._trackPageview('/outgoing/www.tldp.org/HOWTO/Software-RAID-HOWTO.html?referer=');">documentation </a>on the software raid part. Now I&#8217;m not really a sysadmin so this took me about 2 days to set up.</p>
<p>I partitioned the disk in 2 parts:</p>
<p>Raid 1 100MB for /boot<br />
Raid 5 for the rest /</p>
<p>First I tried with <a href="http://sources.redhat.com/lvm2/" onclick="pageTracker._trackPageview('/outgoing/sources.redhat.com/lvm2/?referer=');">LVM2</a> but that seemed to fail <em>miserably</em> at boot time, so I dropped that part and just made it a normal ext3 partition. The array seems to be working fine now (no errors as of yet) and it does not require any noticeable cpu power. <em>I am amazed</em>. In my humble opinion there seems to be no need at all to use a hardware controller if you&#8217;re just using Linux, besides the fact that a hardware solution provides multi-booting and easy setup. Linux software raid is <em>far more flexible</em> then hardware as it seems to accept any block device (maybe even an <a href="http://hardware.slashdot.org/article.pl?sid=05/02/08/1512201&#038;tid=198&#038;tid=180" onclick="pageTracker._trackPageview('/outgoing/hardware.slashdot.org/article.pl?sid=05/02/08/1512201_038_tid=198_038_tid=180&amp;referer=');">iPod</a>?).</p>
<p>Today I disconnected one drive, to see if it still worked. The complete system booted perfectly without the fourth drive. After the reboot with the fourth drive reconnected again, it needed some rebuilding. A long rebuild of almost 6 hours.</p>
]]></content:encoded>
			<wfw:commentRss>http://drakonen.com/2006/software-raid5-storage/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New PC, alive and Kicking</title>
		<link>http://drakonen.com/2005/new-pc-alive-and-kicking/</link>
		<comments>http://drakonen.com/2005/new-pc-alive-and-kicking/#comments</comments>
		<pubDate>Thu, 15 Dec 2005 13:17:39 +0000</pubDate>
		<dc:creator>Drakonen</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://drakonen.digigen.nl/blog/?p=14</guid>
		<description><![CDATA[3 weeks ago I ordered my new pc. I assembled it a week later (got the components the same week!) and now it i alive and kicking, and damn fast too! compiling gentoo from a base3 install to a fully functional gnome environment only took 3 hours to compile! That&#8217;s damn fast! Quake 4 runs [...]]]></description>
			<content:encoded><![CDATA[<p>3 weeks ago I ordered my new pc. I assembled it a week later (got the components the same week!) and now it i alive and kicking, and damn fast too! compiling gentoo from a base3 install to a fully functional gnome environment only took 3 hours to compile! That&#8217;s damn fast!</p>
<p>Quake 4 runs quite well too in highest detail, I don&#8217;t have anything to complain about atleast. (yes I am a gamer). So far it runs very stable. (ofcourse by my excellent choice of components). And did not expirience any crashes at all. and again.. photo&#8217;s will be available soon. I just don&#8217;t know when soon will be&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://drakonen.com/2005/new-pc-alive-and-kicking/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HCC</title>
		<link>http://drakonen.com/2005/hcc/</link>
		<comments>http://drakonen.com/2005/hcc/#comments</comments>
		<pubDate>Sun, 27 Nov 2005 13:16:04 +0000</pubDate>
		<dc:creator>Drakonen</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://drakonen.digigen.nl/blog/?p=12</guid>
		<description><![CDATA[I went to the HCC Dagen, together with my friend dodo. We met a friend there with her boyfriend who were also strolling overthere. I bought a new motherboard and a new case (foto&#8217;s will be available soon). This Asus A8n5x isn&#8217;t the one I wanted, but it is close enough, even saved me a [...]]]></description>
			<content:encoded><![CDATA[<p>I went to the <a target="_blank" href="http://www.expose-it.nl/hccdagen/" onclick="pageTracker._trackPageview('/outgoing/www.expose-it.nl/hccdagen/?referer=');">HCC Dagen</a>, together with my friend <a target="_blank" href="http://dodo.digigen.nl/" onclick="pageTracker._trackPageview('/outgoing/dodo.digigen.nl/?referer=');">dodo</a>. We met a friend there with her boyfriend who were also strolling overthere. I bought a new motherboard and a new case (foto&#8217;s will be available soon).<br />
<a target="_blank" href="http://www.asus.nl/products4.aspx?l1=3&#038;l2=15&#038;l3=207&#038;model=596&#038;modelmenu=1" onclick="pageTracker._trackPageview('/outgoing/www.asus.nl/products4.aspx?l1=3_038_l2=15_038_l3=207_038_model=596_038_modelmenu=1&amp;referer=');">This Asus A8n5x</a> isn&#8217;t the <a target="_blank" href="http://www.asus.nl/products4.aspx?l1=3&#038;l2=15&#038;l3=171&#038;model=455&#038;modelmenu=1" onclick="pageTracker._trackPageview('/outgoing/www.asus.nl/products4.aspx?l1=3_038_l2=15_038_l3=171_038_model=455_038_modelmenu=1&amp;referer=');">one I wanted</a>, but it is close enough, even saved me a few euro&#8217;s.</p>
<p>I orderd the rest of my new game rig online:<br />
MSI GeForce NX7800GT 256Mb, 2xDVI, ViVo, PCI-E<br />
Kingston Dual-Channel 2Gb Kit, 2x1Gb, PC3200<br />
Athlon64 X2 4200+ 939 box Manchester (6522)</p>
<p>pretty hardcore hardware I orderd. This will keep me running for a few more years, atleast until something better comes along.</p>
<p>I&#8217;m going to do the painfull thing now, pay for it&#8230;</p>
<p><em><strong>edit:</strong> Dodo has uploaded a <a target="_blank" href="http://www.digigen.nl/%7Edodo/pictures/main.php?g2_view=core.ShowItem&#038;g2_itemId=94" onclick="pageTracker._trackPageview('/outgoing/www.digigen.nl/_7Edodo/pictures/main.php?g2_view=core.ShowItem_038_g2_itemId=94&amp;referer=');">picture</a> from HCC </em></p>
]]></content:encoded>
			<wfw:commentRss>http://drakonen.com/2005/hcc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New hardware</title>
		<link>http://drakonen.com/2005/new-hardware/</link>
		<comments>http://drakonen.com/2005/new-hardware/#comments</comments>
		<pubDate>Fri, 28 Oct 2005 13:11:02 +0000</pubDate>
		<dc:creator>Drakonen</dc:creator>
				<category><![CDATA[Hardware]]></category>

		<guid isPermaLink="false">http://drakonen.digigen.nl/blog/?p=6</guid>
		<description><![CDATA[New hardware arrived on the place of my intership. I conquered a TFT monitor and plan to use it for a dual monitor set up. i&#8217;ve done this before with nvidia, but now i&#8217;ll have to do it with ati. Also some people left, and a tablet (like a mouse.. sorta) was not being used, [...]]]></description>
			<content:encoded><![CDATA[<p>New hardware arrived on the place of my intership. I conquered a TFT monitor and plan to use it for a dual monitor set up. i&#8217;ve done this before with nvidia, but now i&#8217;ll have to do it with ati.</p>
<p>Also some people left, and a tablet (like a mouse.. sorta) was not being used, so i took it! after adding a kernel module it worked just fine without any extra configuration. I like this tablet and i do plan on using it more. It&#8217;s a different kind of rsi i&#8217;m getting now&#8230; so I just have to switch between mouse and tablet. I am going to like this.</p>
]]></content:encoded>
			<wfw:commentRss>http://drakonen.com/2005/new-hardware/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Connecting p900 to pc using bluetooth</title>
		<link>http://drakonen.com/2005/connecting-p900-to-pc-using-bluetooth/</link>
		<comments>http://drakonen.com/2005/connecting-p900-to-pc-using-bluetooth/#comments</comments>
		<pubDate>Thu, 27 Oct 2005 13:11:01 +0000</pubDate>
		<dc:creator>Drakonen</dc:creator>
				<category><![CDATA[Connectivity]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[p900]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://drakonen.digigen.nl/blog/?p=5</guid>
		<description><![CDATA[Connecting my p900 to the internet via my linux pc using bluetooth seems to be a big hassle. That&#8217;s one thing that sony ericsson did well with their windows drivers. it&#8217;s just a matter of installing the riht driver, connecting the usb station, put the phone on and start opera. You can just browse without [...]]]></description>
			<content:encoded><![CDATA[<p>Connecting my p900 to the internet via my linux pc using bluetooth seems to be a big hassle. That&#8217;s one thing that sony ericsson did well with their windows drivers. it&#8217;s just a matter of installing the riht driver, connecting the usb station, put the phone on and start opera. You can just browse without much problems.</p>
<p>Anyway, i found some links that may help here.</p>
<p>A great page about the p900 and linux, sometimes incomplete, but always helpfull:<br />
<a target="_blank" href="http://www.alfonsomartone.itb.it/pdzrho.html" onclick="pageTracker._trackPageview('/outgoing/www.alfonsomartone.itb.it/pdzrho.html?referer=');">http://www.alfonsomartone.itb.it/pdzrho.html</a></p>
<p>Connecting the p900 to the internet using linux:<br />
<a target="_blank" href="http://www.howardforums.com/archive/topic/261986-1.html" onclick="pageTracker._trackPageview('/outgoing/www.howardforums.com/archive/topic/261986-1.html?referer=');">http://www.howardforums.com/archive/topic/261986-1.html</a></p>
<p><em>One note:</em> You do not need the java browser, opera will do. The  standard browser will not work.</p>
]]></content:encoded>
			<wfw:commentRss>http://drakonen.com/2005/connecting-p900-to-pc-using-bluetooth/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Darkwired server</title>
		<link>http://drakonen.com/2005/new-darkwired-server/</link>
		<comments>http://drakonen.com/2005/new-darkwired-server/#comments</comments>
		<pubDate>Thu, 27 Oct 2005 08:21:01 +0000</pubDate>
		<dc:creator>Drakonen</dc:creator>
				<category><![CDATA[Hardware]]></category>

		<guid isPermaLink="false">http://drakonen.digigen.nl/blog/?p=3</guid>
		<description><![CDATA[Just some photo&#8217;s of the new darkwired server Front shot, it&#8217;s the 1u (small) version. Close up The back with 2 gigabit ethernet ports The old membrane in the rack. On the top. It&#8217;s running nicely, it&#8217;s been up for 17 days now without any problems.]]></description>
			<content:encoded><![CDATA[<p>Just some photo&#8217;s of the new darkwired server<br />
<img width="484" height="363" border="0" src="http://www.darkwired.org/%7Edrakonen/blog2/images/597B0026.jpg" /><br />
Front shot, it&#8217;s the 1u (small) version.</p>
<p><img width="484" height="363" border="0" src="http://www.darkwired.org/%7Edrakonen/blog2/images/597B0028.jpg" /><br />
Close up</p>
<p><img width="484" height="363" border="0" src="http://www.darkwired.org/%7Edrakonen/blog2/images/597B0029.jpg" /><br />
The back with 2 gigabit ethernet ports</p>
<p><img width="484" height="363" border="0" src="http://www.darkwired.org/%7Edrakonen/blog2/images/597B0027.jpg" /><br />
The old membrane in the rack. On the top.</p>
<p>It&#8217;s running nicely, it&#8217;s been up for 17 days now without any problems.</p>
]]></content:encoded>
			<wfw:commentRss>http://drakonen.com/2005/new-darkwired-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

