Skip to content

Instantly share code, notes, and snippets.

@ppmathis
Last active December 31, 2015 23:08
Show Gist options
  • Save ppmathis/8057785 to your computer and use it in GitHub Desktop.
Save ppmathis/8057785 to your computer and use it in GitHub Desktop.
elementaryOS with kernel 3.12.5

uname -a
Linux smith 3.5.0-18-generic #29-Ubuntu SMP Thu Oct 25 07:26:14 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux

  1. wget -c http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.12.5-trusty/linux-headers-3.12.5-031205_3.12.5-031205.201312120254_all.deb
  2. wget -c http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.12.5-trusty/linux-headers-3.12.5-031205-generic_3.12.5-031205.201312120254_amd64.deb
  3. wget -c http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.12.5-trusty/linux-image-3.12.5-031205-generic_3.12.5-031205.201312120254_amd64.deb
  4. dpkg -i linux-headers* linux-image*

uname -a
Linux smith 3.12.5-031205-generic #201312120254 SMP Thu Dec 12 07:55:20 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment