MainlineBuilds

Differences between revisions 2 and 3
Revision 2 as of 2009-02-10 14:12:26
Size: 2330
Editor: yttrium
Comment:
Revision 3 as of 2009-02-16 04:15:21
Size: 2373
Editor: 79-70-83-26
Comment:
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:
The mainline kernels archive is located at the URL below, there is a directory for each mainline build: The [[http://kernel.ubuntu.com/~apw/mainline|mainline kernels archive]] is located at the URL below, there is a directory for each mainline build:

Generally Ubuntu systems run with the stock Ubuntu kernels. However it is handy to be able to test with unmodified mainline kernels to help locate problems in the Ubuntu kernel patches, or to confirm that upstream has fixed the issue. To this end we now offer mainline kernel builds. These mainline kernels are made from unmodified kernel source but using the Ubuntu kernel configuration files. These are then packaged as Ubuntu .deb files for simple installation.

Mainline Kernels Archive

The mainline kernels archive is located at the URL below, there is a directory for each mainline build:

  • http://kernel.ubuntu.com/~apw/mainline

Each build directory contains the header and image .deb files for the i386 and amd64 architectures, generic flavour.

Installing Mainline Kernels

You should download the common headers, architecture specific headers, and the architecture specific image. For example for 2.6.27.15 we have the following files, for i386 you would need those marked with B and C, amd64 take those marked A & C:

  • A       linux-headers-2.6.27-02062715-generic_2.6.27-02062715_amd64.deb
    B       linux-headers-2.6.27-02062715-generic_2.6.27-02062715_i386.deb
    C       linux-headers-2.6.27-02062715_2.6.27-02062715_all.deb
    A       linux-image-2.6.27-02062715-generic_2.6.27-02062715_amd64.deb
    B       linux-image-2.6.27-02062715-generic_2.6.27-02062715_i386.deb

Once you have those downloaded they will need to be installed using dpkg:

  • dpkg -i *.deb

When this process completes you should have a new entry on your boot menu representing the mainline kernel. This will appear as an entry like this:

  • Ubuntu Intrepid, kernel 2.6.27-02062715-generic

Limitations

Although the mainline kernels are built using the Ubuntu configuration files they do not include any ubuntu specific drivers, if you use any of these drivers these kernels are likely to file for you. There is also no restricted modules for these kernels. Finally they are also not modified for a specific Ubuntu release. The further away from your base kernel release you are the more likely that there will be an incompatible userspace interaction which will prevent them working for you.

The kernel team does not support these kernels, use them at your own risk.

KernelTeam/MainlineBuilds (last edited 2010-07-20 12:57:30 by 193)