Install Linux Kernel v3.17-rc2-utopic In Linux Ubuntu / Debian And Linux Mint
Install Linux Kernel v3.17-rc2-utopic In Linux Ubuntu / Debian And Linux Mint
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-rc2-utopic :
MIPS: OCTEON: make get_system_type() thread-safe
of: Allow mem_reserve of memory with a base address of zero
i2c: i801: Add PCI ID for Intel Braswell
MAINTAINERS: Add section for MRF24J40 IEEE 802.15.4 radio driver
drm/radeon: add bapm module parameter
drm/radeon: use pfp for all vm_flush related updates
drm/radeon/dpm: select the appropriate vce power state for KV/KB/ML
drm/radeon: fix pm handling in radeon_gpu_reset
drm/radeon: fix display handling in radeon_gpu_reset
drm/radeon: re-enable selective GPUVM flushing
drm/radeon: fix active cu count for SI and CIK
drm/radeon: fix active_cu mask on SI and CIK after re-init (v3)
drm/radeon: add new KV pci id
drm/radeon: add new bonaire pci ids
drm/radeon: add additional SI pci ids
To Install Linux Kernel v3.17-rc2-utopic In Linux Ubuntu / Debian And Linux Mint , open a new Terminal window and bash (get it?) in the following commands:
For Ubuntu 64 bit :
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.17-rc2-utopic/linux-headers-3.17.0-031700rc2-generic_3.17.0-031700rc2.201409022005_amd64.deb
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.17-rc2-utopic/linux-headers-3.17.0-031700rc2-lowlatency_3.17.0-031700rc2.201409022005_amd64.deb
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.17-rc2-utopic/linux-headers-3.17.0-031700rc2_3.17.0-031700rc2.201409022005_all.deb
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.17-rc2-utopic/linux-image-3.17.0-031700rc2-generic_3.17.0-031700rc2.201409022005_amd64.deb
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.17-rc2-utopic/linux-image-3.17.0-031700rc2-lowlatency_3.17.0-031700rc2.201409022005_amd64.deb
sudo dpkg -i *.deb
sudo rn -rf *.deb
For Ubuntu 32 bit :
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.17-rc2-utopic/linux-headers-3.17.0-031700rc2-generic_3.17.0-031700rc2.201409022005_i386.deb
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.17-rc2-utopic/linux-headers-3.17.0-031700rc2-lowlatency_3.17.0-031700rc2.201409022005_i386.deb
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.17-rc2-utopic/linux-image-3.17.0-031700rc2-generic_3.17.0-031700rc2.201409022005_i386.deb
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.17-rc2-utopic/linux-image-3.17.0-031700rc2-lowlatency_3.17.0-031700rc2.201409022005_i386.deb
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.17-rc2-utopic/linux-headers-3.17.0-031700rc2_3.17.0-031700rc2.201409022005_all.deb
sudo dpkg -i *.deb
sudo rm -rf *.deb