<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: How to compile a kernel for Ubuntu Jaunty – Revised</title>
	<atom:link href="http://blog.avirtualhome.com/2009/09/08/how-to-compile-a-kernel-for-ubuntu-jaunty-revised/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.avirtualhome.com/2009/09/08/how-to-compile-a-kernel-for-ubuntu-jaunty-revised/</link>
	<description>Just my thoughts about things</description>
	<lastBuildDate>Wed, 08 Feb 2012 15:12:31 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: chew esmero</title>
		<link>http://blog.avirtualhome.com/2009/09/08/how-to-compile-a-kernel-for-ubuntu-jaunty-revised/#comment-6322</link>
		<dc:creator>chew esmero</dc:creator>
		<pubDate>Tue, 16 Mar 2010 05:08:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.avirtualhome.com/?p=412#comment-6322</guid>
		<description>thanks for this post man. really helped me. 1 question though. if i will recompile my custom kernel (i mean after the new kernel is compiled using this tutorial), do i still need to follow the same steps? thanks</description>
		<content:encoded><![CDATA[<p>thanks for this post man. really helped me. 1 question though. if i will recompile my custom kernel (i mean after the new kernel is compiled using this tutorial), do i still need to follow the same steps? thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter</title>
		<link>http://blog.avirtualhome.com/2009/09/08/how-to-compile-a-kernel-for-ubuntu-jaunty-revised/#comment-5002</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Fri, 13 Nov 2009 18:56:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.avirtualhome.com/?p=412#comment-5002</guid>
		<description>AUTOBUILD on the command line won&#039;t work, you will have to edit the 0-common-vars file. This will also imply that the docs won&#039;t be build.

The result of the git tag and sort line does not result in the latest version.
There are some &quot;weird&quot; tags in git, the result of your line is:
Ubuntu-2.6.28-15.52
Ubuntu-2.6.28-15.52fsl1
Ubuntu-2.6.28-16.53
Ubuntu-2.6.28-16.55
Ubuntu-2.6.28-16.56
Ubuntu-2.6.28-16.57
Ubuntu-2.6.28-100.0
Ubuntu-2.6.28-100.1
Ubuntu-2.6.28-100.2
Ubuntu-2.6.28-101.49

The latest stable tag is : 2.6.28-16.57

The debian.master/abi directory is actually the previous release. In the master tree of git you will see Ubuntu-2.6.31-15.50 but that is because the developers are working on 2.6.31-16.51. Sometimes when you pull the source they are not working on the next release yet and you&#039;ll end up with the previous release.
</description>
		<content:encoded><![CDATA[<p>AUTOBUILD on the command line won&#8217;t work, you will have to edit the 0-common-vars file. This will also imply that the docs won&#8217;t be build.</p>
<p>The result of the git tag and sort line does not result in the latest version.<br />
There are some &#8220;weird&#8221; tags in git, the result of your line is:<br />
Ubuntu-2.6.28-15.52<br />
Ubuntu-2.6.28-15.52fsl1<br />
Ubuntu-2.6.28-16.53<br />
Ubuntu-2.6.28-16.55<br />
Ubuntu-2.6.28-16.56<br />
Ubuntu-2.6.28-16.57<br />
Ubuntu-2.6.28-100.0<br />
Ubuntu-2.6.28-100.1<br />
Ubuntu-2.6.28-100.2<br />
Ubuntu-2.6.28-101.49</p>
<p>The latest stable tag is : 2.6.28-16.57</p>
<p>The debian.master/abi directory is actually the previous release. In the master tree of git you will see Ubuntu-2.6.31-15.50 but that is because the developers are working on 2.6.31-16.51. Sometimes when you pull the source they are not working on the next release yet and you&#8217;ll end up with the previous release.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jack H</title>
		<link>http://blog.avirtualhome.com/2009/09/08/how-to-compile-a-kernel-for-ubuntu-jaunty-revised/#comment-5000</link>
		<dc:creator>Jack H</dc:creator>
		<pubDate>Fri, 13 Nov 2009 16:11:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.avirtualhome.com/?p=412#comment-5000</guid>
		<description>Thank you very much for this great tutorial, it&#039;s full of details. I needed to tweak kernel because of special needs I had and also I wanted to keep up with the &#039;kind of&#039; ubuntu way of compiling it and to install it from debs. Then I found your blog, awesome one btw! Also I noticed that &quot;skipabi=true skipmodule=true&quot; could be replaced by AUTOBUILD=1 wich adds nodbg=1 too, but I did have to add no_dumpfile=yes so the overall compiling process could succceed, otherwise I get the error  &quot;get_debug_info: Can&#039;t create a handle for a new debug session.&quot;
I used &quot;git tag &#124; sort -t - -k 3 -n &#124; tail&quot; to pick the newest versions what do you think? why not directly look at the debian.master/abi/* folders (assuming this is a fresh new pulled repo)?
 May I add that your tutorial was helpfull for me to also compile linux-backports-modules from git repo? Maybe I&#039;ll have it translated into french and put in my homesite someday because this saved my life dude! many many thanks...</description>
		<content:encoded><![CDATA[<p>Thank you very much for this great tutorial, it&#8217;s full of details. I needed to tweak kernel because of special needs I had and also I wanted to keep up with the &#8216;kind of&#8217; ubuntu way of compiling it and to install it from debs. Then I found your blog, awesome one btw! Also I noticed that &#8220;skipabi=true skipmodule=true&#8221; could be replaced by AUTOBUILD=1 wich adds nodbg=1 too, but I did have to add no_dumpfile=yes so the overall compiling process could succceed, otherwise I get the error  &#8220;get_debug_info: Can&#8217;t create a handle for a new debug session.&#8221;<br />
I used &#8220;git tag | sort -t &#8211; -k 3 -n | tail&#8221; to pick the newest versions what do you think? why not directly look at the debian.master/abi/* folders (assuming this is a fresh new pulled repo)?<br />
 May I add that your tutorial was helpfull for me to also compile linux-backports-modules from git repo? Maybe I&#8217;ll have it translated into french and put in my homesite someday because this saved my life dude! many many thanks&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Igor</title>
		<link>http://blog.avirtualhome.com/2009/09/08/how-to-compile-a-kernel-for-ubuntu-jaunty-revised/#comment-4871</link>
		<dc:creator>Igor</dc:creator>
		<pubDate>Mon, 02 Nov 2009 07:43:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.avirtualhome.com/?p=412#comment-4871</guid>
		<description>Copying over .conf file DOES NOT WORK with KARMIC KOALA kernel! In order to configure the kernel you need to issue:

debian.master/scripts/misc/kernelconfig editconfig

It took me 2 days to figure that out, see: http://mmlinux.wordpress.com/2009/07/30/how-to-compile-kernel-in-karmic/

The whole kernel compilation scripts are poorly documented! What are you thinking ubuntu devs?!</description>
		<content:encoded><![CDATA[<p>Copying over .conf file DOES NOT WORK with KARMIC KOALA kernel! In order to configure the kernel you need to issue:</p>
<p>debian.master/scripts/misc/kernelconfig editconfig</p>
<p>It took me 2 days to figure that out, see: <a href="http://mmlinux.wordpress.com/2009/07/30/how-to-compile-kernel-in-karmic/">http://mmlinux.wordpress.com/2009/07/30/how-to-compile-kernel-in-karmic/</a></p>
<p>The whole kernel compilation scripts are poorly documented! What are you thinking ubuntu devs?!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter</title>
		<link>http://blog.avirtualhome.com/2009/09/08/how-to-compile-a-kernel-for-ubuntu-jaunty-revised/#comment-4580</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Sat, 10 Oct 2009 20:40:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.avirtualhome.com/?p=412#comment-4580</guid>
		<description>I don&#039;t think you need to recompile the kernel for the graphics driver. Just download the 32bit driver and follow their instructions on how to install it.</description>
		<content:encoded><![CDATA[<p>I don&#8217;t think you need to recompile the kernel for the graphics driver. Just download the 32bit driver and follow their instructions on how to install it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Max</title>
		<link>http://blog.avirtualhome.com/2009/09/08/how-to-compile-a-kernel-for-ubuntu-jaunty-revised/#comment-4579</link>
		<dc:creator>Max</dc:creator>
		<pubDate>Sat, 10 Oct 2009 20:01:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.avirtualhome.com/?p=412#comment-4579</guid>
		<description>Hi Peter, Thanks for the interesting and clear HowTo. I hope you can advice me: Do I need to recompile the kernel in order to have the ATI driver (fglrx) compiled in the kernel? I am using Ubuntu/Kubuntu Jaunty. My problem is that both Gnome (2.26) or KDE (4.3.2) are veeery slow. They also sporadically stop responding when playing Amarok or when playing a movie (Kaffeine or VLC). Also, by mistake I installed the 32-bit version, instead of the 64-bit (I have an AMD 64-bit system). Any ideas? Thanks a lot.</description>
		<content:encoded><![CDATA[<p>Hi Peter, Thanks for the interesting and clear HowTo. I hope you can advice me: Do I need to recompile the kernel in order to have the ATI driver (fglrx) compiled in the kernel? I am using Ubuntu/Kubuntu Jaunty. My problem is that both Gnome (2.26) or KDE (4.3.2) are veeery slow. They also sporadically stop responding when playing Amarok or when playing a movie (Kaffeine or VLC). Also, by mistake I installed the 32-bit version, instead of the 64-bit (I have an AMD 64-bit system). Any ideas? Thanks a lot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter</title>
		<link>http://blog.avirtualhome.com/2009/09/08/how-to-compile-a-kernel-for-ubuntu-jaunty-revised/#comment-4499</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Mon, 05 Oct 2009 22:13:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.avirtualhome.com/?p=412#comment-4499</guid>
		<description>What does the patch patch? If it adds an option to the menu, the best thing to do is after you copied the config, and do the 
git reset --hard
git clean -xdf

apply the patch in the &quot;Getting ready for compilation&quot; section again.

I stress it really depends on the patch and what it patches.
Should me an email through my Contact page if you need more help. If we get it working I&#039;ll post it here when we&#039;re done.</description>
		<content:encoded><![CDATA[<p>What does the patch patch? If it adds an option to the menu, the best thing to do is after you copied the config, and do the<br />
git reset &#8211;hard<br />
git clean -xdf</p>
<p>apply the patch in the &#8220;Getting ready for compilation&#8221; section again.</p>
<p>I stress it really depends on the patch and what it patches.<br />
Should me an email through my Contact page if you need more help. If we get it working I&#8217;ll post it here when we&#8217;re done.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: danny</title>
		<link>http://blog.avirtualhome.com/2009/09/08/how-to-compile-a-kernel-for-ubuntu-jaunty-revised/#comment-4496</link>
		<dc:creator>danny</dc:creator>
		<pubDate>Mon, 05 Oct 2009 18:13:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.avirtualhome.com/?p=412#comment-4496</guid>
		<description>I am trying to apply a patch to my kernel, and apply the patch before running &#039;make menuconfig.&#039;  However, it seems that the &#039;git reset --hard&#039; reverts the patch, and the resulting kernel does not have my patch in it.   What do I need to do differently to apply a kernel patch to Jaunty?</description>
		<content:encoded><![CDATA[<p>I am trying to apply a patch to my kernel, and apply the patch before running &#8216;make menuconfig.&#8217;  However, it seems that the &#8216;git reset &#8211;hard&#8217; reverts the patch, and the resulting kernel does not have my patch in it.   What do I need to do differently to apply a kernel patch to Jaunty?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tenoreamer</title>
		<link>http://blog.avirtualhome.com/2009/09/08/how-to-compile-a-kernel-for-ubuntu-jaunty-revised/#comment-4471</link>
		<dc:creator>tenoreamer</dc:creator>
		<pubDate>Sat, 03 Oct 2009 19:34:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.avirtualhome.com/?p=412#comment-4471</guid>
		<description>I have made a kernel compilation using make-kpkg. Then I found I should compiled in &#039;lzo&#039; instead of leaving it as a module. I make the change using make menuconfig.
Does such a trial modification took a complete compilation after &#039;make-kpkg clean&#039; again? Or is there any simpler way?

Another question:
Will &#039;make-kpkg&#039; way for compilation be deprecated? Why?

Thanks in advance</description>
		<content:encoded><![CDATA[<p>I have made a kernel compilation using make-kpkg. Then I found I should compiled in &#8216;lzo&#8217; instead of leaving it as a module. I make the change using make menuconfig.<br />
Does such a trial modification took a complete compilation after &#8216;make-kpkg clean&#8217; again? Or is there any simpler way?</p>
<p>Another question:<br />
Will &#8216;make-kpkg&#8217; way for compilation be deprecated? Why?</p>
<p>Thanks in advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Todor</title>
		<link>http://blog.avirtualhome.com/2009/09/08/how-to-compile-a-kernel-for-ubuntu-jaunty-revised/#comment-4376</link>
		<dc:creator>Todor</dc:creator>
		<pubDate>Sun, 27 Sep 2009 17:15:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.avirtualhome.com/?p=412#comment-4376</guid>
		<description>Are you by chance using ubuntu-karmic.git? If so read up, one of the comments says about how the file debian.master/config/???/config.core2 has to be renamed to debian.master/config/???/config.flavour.core2</description>
		<content:encoded><![CDATA[<p>Are you by chance using ubuntu-karmic.git? If so read up, one of the comments says about how the file debian.master/config/???/config.core2 has to be renamed to debian.master/config/???/config.flavour.core2</p>
]]></content:encoded>
	</item>
</channel>
</rss>

