How To Install Linux Kernel v3.17-rc7-utopic in Ubuntu, Mint and other debian based distro

 

How To Install Linux Kernel v3.17-rc7-utopic in Ubuntu, Mint and other debian based distro

kernel is a computer program that manages input/output requests from software, and translates them into data processing instructions for the central processing unit and other electronic components of a computer. The kernel is a fundamental part of a modern computer’s operating system.
 
Changelog Linux Kernel v3.17-rc7-utopic
      Merge branch ‘oom_fixes’
      Merge branch ‘mlx4’
      Merge branch ‘arc_emac’
      Merge tag ‘linux-can-fixes-for-3.17-20140911’ of git://gitorious.org/linux-can/linux-can
      Merge tag ‘master-2014-09-11’ of git://git.kernel.org/…/linville/wireless
      Merge branch ‘r8169-net’
      Merge branch ‘bridge_vlan_filtering’
      Merge branch ‘bnx2-deps’
      Merge tag ‘master-2014-09-16’ of git://git.kernel.org/…/linville/wireless
      Merge tag ‘linux-can-fixes-for-3.17-20140918’ of git://gitorious.org/linux-can/linux-can
      scsi: Use ‘depends’ with LIBFC instead of ‘select’.
      pch_gbe: ‘select’ NET_PTP_CLASSIFY.
      Merge branch ‘master’ of git://git.kernel.org/…/klassert/ipsec
      Merge branch ‘bcmgenet’
      mips: Update some more defconfigs which were missing CONFIG_NET.
      s390: Update defconfigs which were missing CONFIG_NET.
      powerpc: Update defconfigs which were missing CONFIG_NET.
      parisc: Update defconfigs which were missing CONFIG_NET.
      Merge tag ‘master-2014-09-23’ of git://git.kernel.org/…/linville/wireless
To Install Linux Kernel v3.17-rc7-utopic in Linux Ubuntu (12.04, 12.10, 13.04, 13.10, 14.0, 14.10), mint (14,15,16,17) and debian derivative system, open a new Terminal window and bash (get it?) in the following commands:

For Linux System 64 bit
mkdir kernel && cd kernel
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.17-rc7-utopic/linux-headers-3.17.0-031700rc7-generic_3.17.0-031700rc7.201409281835_amd64.deb http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.17-rc7-utopic/linux-headers-3.17.0-031700rc7_3.17.0-031700rc7.201409281835_all.deb http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.17-rc7-utopic/linux-image-3.17.0-031700rc7-generic_3.17.0-031700rc7.201409281835_amd64.deb
sudo dpkg -i *.deb
sudo reboot
For Linux System 32 bit
mkdir kernel && cd kernel
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.17-rc7-utopic/linux-headers-3.17.0-031700rc7-generic_3.17.0-031700rc7.201409281835_i386.deb http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.17-rc7-utopic/linux-image-3.17.0-031700rc7-generic_3.17.0-031700rc7.201409281835_i386.deb http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.17-rc7-utopic/linux-headers-3.17.0-031700rc7_3.17.0-031700rc7.201409281835_all.deb
sudo dpkg -i *.deb
sudo reboot
How To Install Linux Kernel v3.17-rc7-utopic in Ubuntu, Mint and other debian based distro

0 Response to “How To Install Linux Kernel v3.17-rc7-utopic in Ubuntu, Mint and other debian based distro”

Post a Comment