<?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>open-nandra &#187; Kernel</title>
	<atom:link href="http://open-nandra.com/tag/kernel/feed/" rel="self" type="application/rss+xml" />
	<link>http://open-nandra.com</link>
	<description>open source</description>
	<lastBuildDate>Sun, 01 Jan 2012 13:10:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>Most active 2.6.37 developers</title>
		<link>http://open-nandra.com/2011/01/most-active-2-6-37-developers/</link>
		<comments>http://open-nandra.com/2011/01/most-active-2-6-37-developers/#comments</comments>
		<pubDate>Thu, 13 Jan 2011 08:57:19 +0000</pubDate>
		<dc:creator>Marek Belisko</dc:creator>
				<category><![CDATA[Kernel]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[2.6.37]]></category>

		<guid isPermaLink="false">http://open-nandra.com/?p=574</guid>
		<description><![CDATA[When reading last week LWN Weekly Edition on lwn.net there was a report about most active 2.6.37 developers. And my name was there . Look at proof: link is: ﻿﻿http://lwn.net/Articles/420887/]]></description>
			<content:encoded><![CDATA[<p>When reading last week LWN Weekly Edition on lwn.net there was a report about most active 2.6.37 developers. And my name was there <img src='http://open-nandra.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> . Look at proof:</p>
<p><span id="more-574"></span><br />
link is: ﻿﻿<a href="http://lwn.net/Articles/420887/">http://lwn.net/Articles/420887/</a></p>
<p><a href="http://lwn.net/Articles/420887/"></a><br />
<a href="http://open-nandra.com/wp-content/uploads/Screenshot.png"><img class="alignleft size-medium wp-image-576" title="2.6.37" src="http://open-nandra.com/wp-content/uploads/Screenshot-300x168.png" alt="" width="300" height="168" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://open-nandra.com/2011/01/most-active-2-6-37-developers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to compile own kernel with ft1000-usb driver</title>
		<link>http://open-nandra.com/2010/12/how-to-compile-own-kernel-with-ft1000-usb-driver/</link>
		<comments>http://open-nandra.com/2010/12/how-to-compile-own-kernel-with-ft1000-usb-driver/#comments</comments>
		<pubDate>Wed, 08 Dec 2010 09:35:55 +0000</pubDate>
		<dc:creator>Marek Belisko</dc:creator>
				<category><![CDATA[HOW-TOs]]></category>
		<category><![CDATA[Kernel]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[compile]]></category>
		<category><![CDATA[ft1000]]></category>

		<guid isPermaLink="false">http://open-nandra.com/?p=493</guid>
		<description><![CDATA[This how to will show up how to compile kernel manually (which include ft1000 driver). This is just how to which works for me (tested on ubuntu 10.04). I&#8217;m not responsible for you break PCs . Be careful! Assumptions: installed ncurses-devel 1. download latest kernel (www.kernel.org) and untar to /usr/src 2. make oldnoconfig (create config [...]]]></description>
			<content:encoded><![CDATA[<p>This how to will show up how to compile kernel manually (which include ft1000 driver). This is just how to which works for me (tested on ubuntu 10.04). I&#8217;m not responsible for you break PCs <img src='http://open-nandra.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> . Be careful!<span id="more-493"></span></p>
<div id="_mcePaste">Assumptions:</div>
<p>installed ncurses-devel</p>
<p>1. download latest kernel (www.kernel.org) and untar to /usr/src</p>
<p>2. <strong>make oldnoconfig</strong> (create config but new options will no (N) by default)</p>
<p>3.<strong> make menuconfig</strong> (select ft1000 driver in staging/drivers like M &#8211; module)</p>
<p>4. <strong>make</strong> (take some time <img src='http://open-nandra.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> )</p>
<p>5. <strong>make install</strong> (must be root)</p>
<p>6. <strong>make modules_install</strong> (must be root)</p>
<p>7. <strong>mkinitramfs -o initrd.img-2.6.37-rc5 2.6.37-rc</strong>5 (numbers depend on kernel version)</p>
<p>8. update /boot/grub/grub.cfg (for grup2) or /boot/grub/menu.lst (for grub) (create new entry for new kernel and initrd)<br />
<strong>example for grub2</strong>: <a href="http://pastebin.com/0G4RE7MC" target="_blank">here</a><br />
10.<strong> cp drivers/staging/ft1000/ft1000-usb/ft3000.img /lib/firmware/</strong> (must be root)<br />
11. <strong>make headers_install</strong> (optional)<br />
Thats all. Reboot and enjoy your new kernel with ft1000 driver. Just plug your device and enjoy <img src='http://open-nandra.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> . Tested on 2.6.37-rc5. If not sure just wait till 2.6.37 will be released if you don&#8217;t want use non stable kernel.</p>
<p>marek</p>
]]></content:encoded>
			<wfw:commentRss>http://open-nandra.com/2010/12/how-to-compile-own-kernel-with-ft1000-usb-driver/feed/</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
		<item>
		<title>Looking for volunteers for Flarion USB Modem LR7F04 kernel cleanups</title>
		<link>http://open-nandra.com/2010/12/looking-for-volunteers-for-flarion-usb-modem-lr7f04-kernel-cleanups/</link>
		<comments>http://open-nandra.com/2010/12/looking-for-volunteers-for-flarion-usb-modem-lr7f04-kernel-cleanups/#comments</comments>
		<pubDate>Wed, 01 Dec 2010 11:46:39 +0000</pubDate>
		<dc:creator>Marek Belisko</dc:creator>
				<category><![CDATA[flarion]]></category>
		<category><![CDATA[Kernel]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Flarion]]></category>
		<category><![CDATA[ft100]]></category>

		<guid isPermaLink="false">http://open-nandra.com/?p=471</guid>
		<description><![CDATA[Until 22.8.2010 when flarion drivers was merged to staging of linux-next hey appear in currect 2.6.37 kernel rc series. A lot of work was done. There is some previous what was and what should be done. Till code merging in usb driver was done 63 commits. Mainly: 1. fix coding style (get rid of typedefs, [...]]]></description>
			<content:encoded><![CDATA[<p>Until 22.8.2010 when flarion drivers was merged to staging of linux-next hey appear in currect 2.6.37 kernel rc series. A lot of work was done. There is some previous what was and what should be done.</p>
<p><span id="more-471"></span></p>
<p>Till code merging in usb driver was done 63 commits. Mainly:</p>
<p><strong>1.</strong> fix coding style (get rid of typedefs, remove compilation warnings, correct error return values)</p>
<p><strong>2.</strong> changes in FW loading (using of standard kernel mechanism for loading FW)</p>
<p><strong>3.</strong> when you plug device to usb you will have new created node in /dev/net/ft1000-0 and so on</p>
<p><strong>4.</strong> lot of problems with freeing allocated resources</p>
<p>Main focus now it to speed up little bit development to possibly get this driver to mainline till 2.6.38-39.<br />
Contributor are welcome <img src='http://open-nandra.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> .</p>
<p>marek</p>
]]></content:encoded>
			<wfw:commentRss>http://open-nandra.com/2010/12/looking-for-volunteers-for-flarion-usb-modem-lr7f04-kernel-cleanups/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Kernel booting on HTC Oxygen</title>
		<link>http://open-nandra.com/2009/02/kernel-booting-on-htc-oxygen/</link>
		<comments>http://open-nandra.com/2009/02/kernel-booting-on-htc-oxygen/#comments</comments>
		<pubDate>Tue, 10 Feb 2009 08:55:41 +0000</pubDate>
		<dc:creator>Marek Belisko</dc:creator>
				<category><![CDATA[HTC]]></category>
		<category><![CDATA[HTC Oxygen]]></category>
		<category><![CDATA[Kernel]]></category>

		<guid isPermaLink="false">http://open-nandra.com/?p=87</guid>
		<description><![CDATA[After 3 weeks of setup, hacking and testing it works . Proof:]]></description>
			<content:encoded><![CDATA[<p>After 3 weeks of setup, hacking and testing it works <img src='http://open-nandra.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> .<br />
Proof:</p>
<p><a href="http://open-nandra.com/wp-content/uploads/kernel_on_htc_oxygen1.jpg"><img class="size-full wp-image-89 alignleft" title="kernel_on_htc_oxygen1" src="http://open-nandra.com/wp-content/uploads/kernel_on_htc_oxygen1.jpg" alt="kernel_on_htc_oxygen1" width="269" height="202" /></a></p>
<p><span id="more-87"></span></p>
<p><a href="http://open-nandra.com/wp-content/uploads/kernel_on_htc_oxygen.jpg"><img class="alignnone size-full wp-image-88" title="kernel_on_htc_oxygen" src="http://open-nandra.com/wp-content/uploads/kernel_on_htc_oxygen.jpg" alt="kernel_on_htc_oxygen" width="336" height="448" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://open-nandra.com/2009/02/kernel-booting-on-htc-oxygen/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>

