<?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>blog.sonic-lux.net &#187; kernel</title>
	<atom:link href="http://blog.sonic-lux.net/tag/kernel/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sonic-lux.net</link>
	<description></description>
	<lastBuildDate>Fri, 03 Feb 2012 14:32:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Kernel 3.0 Test :)</title>
		<link>http://blog.sonic-lux.net/2011/07/13/kernel-3-0-test/</link>
		<comments>http://blog.sonic-lux.net/2011/07/13/kernel-3-0-test/#comments</comments>
		<pubDate>Wed, 13 Jul 2011 12:53:39 +0000</pubDate>
		<dc:creator>Sonic Lux</dc:creator>
				<category><![CDATA[computer]]></category>
		<category><![CDATA[politik]]></category>
		<category><![CDATA[kernel]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://blog.sonic-lux.net/?p=639</guid>
		<description><![CDATA[$ uname -a Linux knuckles 3.0.0-rc7 #1 SMP PREEMPT Wed Jul 13 14:10:27 CEST 2011 x86_64 Intel(R) Xeon(R) CPU W3550 @ 3.07GHz GenuineIntel GNU/Linux Lustig, die 3 ist wirklich mehr als ungewohnt]]></description>
			<content:encoded><![CDATA[<p>$ uname -a<br />
Linux knuckles 3.0.0-rc7 #1 SMP PREEMPT Wed Jul 13 14:10:27 CEST 2011 x86_64 Intel(R) Xeon(R) CPU W3550 @ 3.07GHz GenuineIntel GNU/Linux</p>
<p>Lustig, die 3 ist wirklich mehr als ungewohnt <img src='http://blog.sonic-lux.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.sonic-lux.net/2011/07/13/kernel-3-0-test/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Linux Software Raid &#8211; Raid5 zu Raid6 reshape</title>
		<link>http://blog.sonic-lux.net/2009/08/30/linux-software-raid-raid5-zu-raid6-reshape/</link>
		<comments>http://blog.sonic-lux.net/2009/08/30/linux-software-raid-raid5-zu-raid6-reshape/#comments</comments>
		<pubDate>Sun, 30 Aug 2009 14:39:10 +0000</pubDate>
		<dc:creator>Sonic Lux</dc:creator>
				<category><![CDATA[computer]]></category>
		<category><![CDATA[privat]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[kernel]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[raid]]></category>
		<category><![CDATA[raid5]]></category>
		<category><![CDATA[raid6]]></category>
		<category><![CDATA[software-raid]]></category>

		<guid isPermaLink="false">http://blog.sonic-lux.net/?p=437</guid>
		<description><![CDATA[Hier eine kleine Software Raid5 zu Raid6 Erfahrung von mir. Dafuer nehmen wir an, wir haben ein Raid5 mit 4 Platten: Software Raid5 unter Linux mit 4 Platten. Angelegt mittels: mdadm --create /dev/md0 --level=5 --raid-devices=4 /dev/sda1 /dev/sdb1 /dev/sdc1 /dev/sdd1 Jetzt werde ich zwei Varianten ansprechen: einmal die Vergroesserung eines raid5 um eine Platte und danach [...]]]></description>
			<content:encoded><![CDATA[<p>Hier eine kleine Software Raid5 zu Raid6 Erfahrung von mir. Dafuer nehmen wir an, wir haben ein Raid5 mit 4 Platten:</p>
<p><strong>Software Raid5 unter Linux mit 4 Platten</strong>. Angelegt mittels:</p>
<blockquote>
<pre>mdadm --create /dev/md0 --level=5 --raid-devices=4 /dev/sda1 /dev/sdb1 /dev/sdc1 /dev/sdd1</pre>
</blockquote>
<p>Jetzt werde ich zwei Varianten ansprechen: einmal die Vergroesserung eines raid5 um eine Platte und danach die Umstellung auf Raid6 (dazu wird dann die 2. neue Platte bzw. die 6. Platte eingebunden)</p>
<p><strong>Erweiterung des Raid5</strong> (neue Platte=/dev/sde)</p>
<p>Formatieren der Festplatte und Typ auf Linux Raid Autodetect (fd) wie bekannt.</p>
<p>Neue Festplatte hinzufuegen:</p>
<blockquote>
<pre>mdadm --add /dev/md0 /dev/sde1</pre>
</blockquote>
<p>Raid5 erweitern:</p>
<blockquote>
<pre>mdadm --grow /dev/md0 --raid-devices=5</pre>
</blockquote>
<p>Dateisystem je nach Dateisystem vergroessern &#8230; xfs_growfs etc &#8230;</p>
<p><strong>Umwandlung von Raid5 zu Raid6</strong> (neue Platte=/dev/sdf)</p>
<p>Seit Kernel 2.6.30 kann man Raid5 in Raid6 Umwandeln ohne groesseren Aufwand. Aktuell kann es mdadm noch nicht automatisiert, so dass man noch selbst Hand anlegen muss. Ab Version 3.1 soll mdadm das auch beherschen mittels der &#8211;grow Option.</p>
<p>Als erstes fuegen wir wieder die neue (partitionierte) Platte hinzu:</p>
<blockquote>
<pre>mdadm --add /dev/md0 /dev/sdf1</pre>
</blockquote>
<p>Dann erzwingen wir das neue Raid Level durch Aenderung des Raid Levels durch das /sys filesystems:</p>
<blockquote>
<pre>echo raid6 &gt; /sys/block/md0/md/level</pre>
</blockquote>
<p>Direkt darauf beginnt die Umwandlung in Raid6 und die Erzeugung der der Q-Blocks.</p>
<p><strong>Weitere Infos:</strong></p>
<p>Wer mehr ueber Raid6 lesen will der kann die 2 Papers lesen:</p>
<p><a href="http://blog.sonic-lux.net/wp-content/uploads/2009/08/raid6.pdf">The mathematics of RAID-6</a> (H. Peter Anvin)</p>
<p><a href="http://blog.sonic-lux.net/wp-content/uploads/2009/08/raid6_2.pdf">Intelligent RAID 6 Theory</a> (Intel)</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.sonic-lux.net/2009/08/30/linux-software-raid-raid5-zu-raid6-reshape/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Dell D620 Sound Problem (Linux)</title>
		<link>http://blog.sonic-lux.net/2009/06/29/dell-d620-sound-problem-linux/</link>
		<comments>http://blog.sonic-lux.net/2009/06/29/dell-d620-sound-problem-linux/#comments</comments>
		<pubDate>Mon, 29 Jun 2009 09:31:32 +0000</pubDate>
		<dc:creator>Sonic Lux</dc:creator>
				<category><![CDATA[computer]]></category>
		<category><![CDATA[privat]]></category>
		<category><![CDATA[bugfix]]></category>
		<category><![CDATA[dell]]></category>
		<category><![CDATA[gentoo]]></category>
		<category><![CDATA[kernel]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[sound]]></category>

		<guid isPermaLink="false">http://blog.sonic-lux.net/?p=277</guid>
		<description><![CDATA[So, ich hatte seit dem letzten Kernel Update auf 2.6.28 ein kleines Problem mit dem Sound. Und zwar kam trotz das ich den Kopfhoerer eingesteckt hatte weiterhin Sound aus dem eingebauten Lautsprecher. Dies ist ultra nervig, vor allem auf Arbeit Ich dachte erst es sei eine Mixer Einstellung von ALSA, aber es lag dann doch [...]]]></description>
			<content:encoded><![CDATA[<p>So, ich hatte seit dem letzten Kernel Update auf 2.6.28 ein kleines Problem mit dem Sound. Und zwar kam trotz das ich den Kopfhoerer eingesteckt hatte weiterhin Sound aus dem eingebauten Lautsprecher. Dies ist ultra nervig, vor allem auf Arbeit <img src='http://blog.sonic-lux.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Ich dachte erst es sei eine Mixer Einstellung von ALSA, aber es lag dann doch an einem Kernel Modul, bei welchem man speziell das model angeben musste.</p>
<p>Fuer den Dell D620 das intel-hda Modul auswaehlen und die Hardware</p>
<blockquote><p>&#8212; Intel HD Audio<br />
[*]   Build IDT/Sigmatel HD-audio codec support</p></blockquote>
<p>Und dann trage in der Datei <strong>/etc/modprobe.d/alsa</strong> folgendes hinzu:</p>
<blockquote><p><strong>options snd-hda-intel model=dell-m22</strong></p></blockquote>
<p>Für andere Modelle schaut einfach in der ALSA Dokumentation nach dem model, welches ihr angeben muesst:</p>
<p><a href="http://git.alsa-project.org/?p=alsa-kmirror.git;a=blob;f=Documentation/ALSA-Configuration.txt;h=e0e54a27fc10905a62bd649605ad2dbe8f8bfdbf;hb=ba283e5ded21f6585b1f15254d6b4df94638eac2" target="_blank">http://git.alsa-project.org/?p=alsa-kmirror.git;a=blob;f=Documentation/ALSA-Configuration.txt;h=e0e54a27fc10905a62bd649605ad2dbe8f8bfdbf;hb=ba283e5ded21f6585b1f15254d6b4df94638eac2</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.sonic-lux.net/2009/06/29/dell-d620-sound-problem-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

