Results 1 to 3 of 3

Thread: Upgrading to Linux Kernel 3.15

  1. #1
    Join Date
    Jul 2009
    Location
    New Zealand
    Beans
    265
    Distro
    Ubuntu 14.04 Trusty Tahr

    Upgrading to Linux Kernel 3.15

    Just looking for some advice.

    I am running 14.04 x64 and would like to upgrade the kernel to the latest stable version of 3.15, however I am just looking to see if anybody else has done this and been successful. If you have could you share with me how you did it.

    Thanks.

  2. #2
    Join Date
    Jul 2009
    Location
    New Zealand
    Beans
    265
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Upgrading to Linux Kernel 3.15

    Forgot to mention, my current kernel version is:

    Linux POSEIDON 3.14.0-031400rc4-generic #201402232235 SMP Mon Feb 24 03:36:35 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux

  3. #3
    Join Date
    Jul 2009
    Location
    New Zealand
    Beans
    265
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Upgrading to Linux Kernel 3.15

    Solved it myself after a bit of research.

    Here is what I did to upgrade to the Latest Kernel 3.15.5. The upgrade was a success with no bugs.

    sudo apt-get update
    sudo apt-get install python-bs4
    cd /tmp
    rm -rf medigeek-kmp*
    wget --no-check-certificate https://github.com/medigeek/kmp-down...tarball/master -O kmpd.tar.gz
    tar xzf kmpd.tar.gz
    cd medigeek-*
    python kmpd.py -d

Tags for this Thread

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
  •