<?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>loxley.se &#187; karmic</title>
	<atom:link href="http://loxley.se/tag/karmic/feed/" rel="self" type="application/rss+xml" />
	<link>http://loxley.se</link>
	<description>use the source luke</description>
	<lastBuildDate>Sun, 05 Sep 2010 11:13:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>NDAS driver on Ubuntu Karmic 9.10</title>
		<link>http://loxley.se/2009/11/18/ndas-driver-on-ubuntu-karmic-9-10/</link>
		<comments>http://loxley.se/2009/11/18/ndas-driver-on-ubuntu-karmic-9-10/#comments</comments>
		<pubDate>Wed, 18 Nov 2009 09:44:35 +0000</pubDate>
		<dc:creator>loxley</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[9.10]]></category>
		<category><![CDATA[karmic]]></category>
		<category><![CDATA[ndas]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://loxley.se/?p=589</guid>
		<description><![CDATA[I just bought a ASRock ION 330 and had some problems installing the NDAS driver with Ubuntu Karmic Koala 9.10. It seems that the NDAS source doesn&#8217;t compile very well on the kernel shipped with Ubuntu 9.10. Luckily I found some patched packages for AMD64 when browsing through the wiki at http://code.ximeta.com. I really didn&#8217;t [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://loxley.se/wp-content/uploads/2009/11/Valore_ION_330_DB.jpg"><img class="alignleft size-medium wp-image-591" title="Valore_ION_330_DB" src="http://loxley.se/wp-content/uploads/2009/11/Valore_ION_330_DB-300x208.jpg" alt="Valore_ION_330_DB" width="162" height="113" /></a>I just bought a ASRock ION 330 and had some problems installing the NDAS driver with Ubuntu Karmic Koala 9.10. It seems that the <a title="NDAS source linux64" href="http://code.ximeta.com/dev/current/linux64/" target="_blank">NDAS source</a> doesn&#8217;t compile very well on the kernel shipped with Ubuntu 9.10. Luckily I found some <a title="NDAS packages for Ubuntu 9.10" href="http://code.ximeta.com/trac-ndas/ticket/1113" target="_blank">patched packages for AMD64</a> when browsing through the wiki at <a title="Ximeta code repository" href="http://code.ximeta.com" target="_blank">http://code.ximeta.com</a>. I really didn&#8217;t put much faith in that it would work, but surprisingly it worked right out of the box!</p>
<p>Regarding the ASRock ION 330 I must say that it&#8217;s a wonderful piece of computer, so small in size but so much under the &#8220;hood&#8221;. Go buy one!</p>
]]></content:encoded>
			<wfw:commentRss>http://loxley.se/2009/11/18/ndas-driver-on-ubuntu-karmic-9-10/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sony Vaio brightness on Ubuntu Karmic solved</title>
		<link>http://loxley.se/2009/11/05/sony-vaio-brightness-on-ubuntu-karmic-solved/</link>
		<comments>http://loxley.se/2009/11/05/sony-vaio-brightness-on-ubuntu-karmic-solved/#comments</comments>
		<pubDate>Thu, 05 Nov 2009 10:19:02 +0000</pubDate>
		<dc:creator>loxley</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[brightness]]></category>
		<category><![CDATA[karmic]]></category>
		<category><![CDATA[sony vaio]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://loxley.se/?p=588</guid>
		<description><![CDATA[Yes! Finally Ubuntu Karmic (9.10) recognizes the FN keys + F5 and F6 on my Sony Vaio AR71S. This has been annoying me ever since the Intrepid release. It still doesn&#8217;t work right out of the box because you need to add sony-brightness-up and sony-brightness-down in /etc/acpi/events, but it&#8217;s no big deal as long as [...]]]></description>
			<content:encoded><![CDATA[<p>Yes! Finally Ubuntu Karmic (9.10) recognizes the FN keys + F5 and F6 on my Sony Vaio AR71S. This has been annoying me ever since the Intrepid release. It still doesn&#8217;t work right out of the box because you need to add sony-brightness-up and sony-brightness-down in /etc/acpi/events, but it&#8217;s no big deal as long as the key events are recognized.</p>
<p>To get the key events just use acpi_listen and press down FN+F5, it will output something like this:<br />
<code><br />
sony/hotkey SNC 00000001 00000010 (key combo pressed)<br />
sony/hotkey SNC 00000001 0000003b (key combo released)<br />
</code></p>
<p>And when pressing FN+F6 we get this:<br />
<code><br />
sony/hotkey SNC 00000001 00000011 (key combo pressed)<br />
sony/hotkey SNC 00000001 0000003b (key combo released)<br />
</code></p>
<p>These events we&#8217;ll put in sony-brightness-up/down and my down script looks like this:<br />
<code><br />
event=sony/hotkey SNC 00000001 00000010<br />
action=/usr/bin/nvclock -S -12<br />
</code></p>
<p>I&#8217;m using nvclock because when using smartdimmer the intervals where just to low when dimming. I put a interval in nvclock of -12 which is reasonable. That&#8217;s it!</p>
]]></content:encoded>
			<wfw:commentRss>http://loxley.se/2009/11/05/sony-vaio-brightness-on-ubuntu-karmic-solved/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
