Yep! You got it, this is the latest build for Ubuntu/Debian and its based on 2.6.30 stable from kernel.org. This new build includes all the good stuff from the older one, which means acerhdf module patch, coretemp patch for Intel Atom, also this should have a more proper and stable Intel i915 drivers, mode settings support and framebuffer support.

Also, seems that somehow I totally screwed up my little download mirror and had to recopy the old flyleaf kernel version and some of my scripts. I’m not totally sure what happened, but I’m trying to fix it.

Now back to this kernel version, I’ve called it “2.6.30-final”, as seems the right version for it. I am including the source code for the kernel, with the patches and the config so you can anytime rebuild it for other systems, like Fedora, CentOS, OpenSuse and so on.

Instruction:

First we need to download them:

wget http://dl.robertalks.com/kernel/2.6.30-final/linux-image-2.6.30-final_1_i386.deb
wget http://dl.robertalks.com/kernel/2.6.30-final/linux-headers-2.6.30-final_1_i386.deb
wget http://dl.robertalks.com/kernel/2.6.30-final/linux-source-2.6.30-final_1_all.deb
(this is not necessary, only if you need to build some things)

After we got the deb package, we can install them (you might wanna check the package md5sum):

sudo dpkg -i linux-image-2.6.30-final_1_i386.deb linux-headers-2.6.30-final_1_i386.deb

and also you may install linux-source-2.6.30-final_1_all.deb if you need it.

sudo dpkg -i linux-source-2.6.30-final_1_all.deb

If you need the full source code and config file for this kernel, please go to: http://dl.robertalks.com/kernel/2.6.30-final/source/