Results 1 to 7 of 7

Thread: 12.04 Compiling Kernel 3.2 to Latest

  1. #1
    Join Date
    Jan 2011
    Location
    British Columbia
    Beans
    Hidden!
    Distro
    Ubuntu Gnome 16.04 Xenial Xerus

    12.04 Compiling Kernel 3.2 to Latest

    Is it possible to recompile Ubuntu 12.04 with the latest linux 3.5.4 Kernel release? I had a little trouble trying to recompile 10.04 with the latest kernel last year. If 12.04 is a 3.2 linux kernel, does that mean I can only recompile it with a 3.2.X version (3.2.29)?

  2. #2
    Join Date
    Jan 2011
    Location
    British Columbia
    Beans
    Hidden!
    Distro
    Ubuntu Gnome 16.04 Xenial Xerus

    Re: 12.04 Compiling Kernel 3.2 to Latest

    Bump

  3. #3
    Join Date
    Jan 2011
    Location
    British Columbia
    Beans
    Hidden!
    Distro
    Ubuntu Gnome 16.04 Xenial Xerus

    Re: 12.04 Compiling Kernel 3.2 to Latest

    Bump

  4. #4
    Join Date
    Sep 2006
    Beans
    8,627
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: 12.04 Compiling Kernel 3.2 to Latest

    Have you tried looking here:

    http://kernel.ubuntu.com/~kernel-ppa/mainline/

    Be sure not to remove your older kernels until you are sure that the new kernel is working for you.

  5. #5
    Join Date
    Jan 2008
    Location
    Brooklyn, NY
    Beans
    259
    Distro
    Ubuntu Mate 22.04 Jammy Jellyfish

    Re: 12.04 Compiling Kernel 3.2 to Latest

    If using the mainline kernels, install in this order using command: sudo dpkg -i

    headers all
    headers generic
    image
    image-extra (Kernel 3.5 and up)

    Works for me.

  6. #6
    Join Date
    Jan 2011
    Location
    British Columbia
    Beans
    Hidden!
    Distro
    Ubuntu Gnome 16.04 Xenial Xerus

    Re: 12.04 Compiling Kernel 3.2 to Latest

    Thanks for the guidance guys! I really appreciate it.

  7. #7
    Join Date
    Mar 2012
    Location
    New Hampshire, USA
    Beans
    Hidden!
    Distro
    Xubuntu 13.10 Saucy Salamander

    Re: 12.04 Compiling Kernel 3.2 to Latest

    Save the kernel debs to their own folder, something like ~/Downloads/kernel and then open terminal:

    Code:
    cd ~/Downloads/kernel
    sudo dpkg -i *.deb
    Will install all the deb files automatically in the correct order for you.

    Just pick up:

    headers all
    headers generic (i386 or amd64 depending on whether you use 32bit or 64bit)
    image (i386 or amd64 depending on whether you use 32bit or 64bit)
    image-extra (i386 or amd64 depending on whether you use 32bit or 64bit)
    Last edited by synaptix; September 21st, 2012 at 02:37 AM.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •