A couple of days ago kernel 2.6.33 was released. Due to some personal issues which I had to deal with, I couldn’t actually release the packages sooner than now.

Because I don’t wanna carry too much about this and that and plus I don’t really have much time, I will just say that this final release seems to bring tons of improvements top to bottom, so it should present a good speed and stability especially with the ext4 module and i915 and drm modules. In my tests, it does seems to be quite fast, the kernel itself, but also the Intel i915 module too. The only thing it remains is for you guys to download it and test it.

OK! I’ll stop beating around the bush and go directly to the installation and download part, which will be the same like before, just different package name. So you will need root access or sudo access, plus dpkg and the will to try it out. Download the packages from http://dl.robertalks.com/kernel/2.6.33-final/ (US/CA mirror) and remember that to use this kernel you will need at least linux-image-2.6.33-final_2.6.33-1_i386.deb package.

A little help for beginners who wanna use this kernel. After you download the package use dpkg to install it, like this:

sudo dpkg -i –force-all linux-image-2.6.33-final_2.6.33-1_i386.deb (you do the same with the rest of the packages)

For those of you who want or need to rebuild the kernel, you can download the source code with the config file from the links above, as I wrote before there wont be anymore included kernel source archive, but you will have a package call linux-source-2.6.33-final_2.6.33-1_all.deb which contains the kernel source code.

Good day people!