Install Linux Kernel v3.17-rc3-utopic In Linux Ubuntu / Debian And Linux Mint
Install Linux Kernel v3.17-rc3-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.
Change Log Kernel v3.17-rc3-utopic :
spi/rockchip: fixup incorrect dma direction setting
spi/pxa2xx: Add ACPI ID for Intel Braswell
ACPI / LPSS: Add ACPI IDs for Intel Braswell
xtensa: fix address checks in dma_{alloc,free}_coherent
drm/radeon: handle broken disabled rb mask gracefully (6xx/7xx) (v2)
vexpress/spc: fix a build warning on array bounds
Install Linux Kernel v3.17-rc3-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-rc3-utopic/linux-headers-3.17.0-031700rc3-generic_3.17.0-031700rc3.201409031132_amd64.deb
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.17-rc3-utopic/linux-headers-3.17.0-031700rc3-lowlatency_3.17.0-031700rc3.201409031132_amd64.deb
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.17-rc3-utopic/linux-headers-3.17.0-031700rc3_3.17.0-031700rc3.201409031132_all.deb
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.17-rc3-utopic/linux-image-3.17.0-031700rc3-generic_3.17.0-031700rc3.201409031132_amd64.deb
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.17-rc3-utopic/linux-image-3.17.0-031700rc3-lowlatency_3.17.0-031700rc3.201409031132_amd64.deb
sudo dpkg -i *.deb
sudo rm -rf *.deb
For ubuntu 32 bit :
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.17-rc3-utopic/linux-headers-3.17.0-031700rc3-generic_3.17.0-031700rc3.201409031132_i386.debReboot and choose a new kernel in your grub.
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.17-rc3-utopic/linux-headers-3.17.0-031700rc3-lowlatency_3.17.0-031700rc3.201409031132_i386.deb
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.17-rc3-utopic/linux-image-3.17.0-031700rc3-generic_3.17.0-031700rc3.201409031132_i386.deb
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.17-rc3-utopic/linux-image-3.17.0-031700rc3-lowlatency_3.17.0-031700rc3.201409031132_i386.deb
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.17-rc3-utopic/linux-headers-3.17.0-031700rc3_3.17.0-031700rc3.201409031132_all.deb
sudo dpkg -i *.deb
sudo rm -rf *.deb