How to install Linux Kernel v3.17-rc6-utopic in Linux Ubuntu and Mint and other debian based distro

 

How to install Linux Kernel v3.17-rc6-utopic in Linux Ubuntu and 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 3.17 rc6
drm/radeon/dpm: fix resume on mullins
drm/radeon: don’t reset dma on NI/SI init
drm/radeon: don’t reset sdma on CIK init
drm/radeon: don’t reset dma on r6xx-evergreen init
vgaswitcheroo: add vga_switcheroo_fini_domain_pm_ops
drm/radeon/px: fix module unload
drm/nouveau/runpm: fix module unload

To Install Linux Kernel v3.17-rc6-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 :
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.17-rc6-utopic/linux-headers-3.17.0-031700rc6-generic_3.17.0-031700rc6.201409211935_amd64.deb
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.17-rc6-utopic/linux-image-3.17.0-031700rc6-generic_3.17.0-031700rc6.201409211935_amd64.deb
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.17-rc6-utopic/linux-headers-3.17.0-031700rc6_3.17.0-031700rc6.201409211935_all.deb
sudo dpkg -i *.deb
sudo apt-get install -f
sudo reboot
For Linux System 32 bit :
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.17-rc6-utopic/linux-headers-3.17.0-031700rc6-generic_3.17.0-031700rc6.201409211935_i386.deb
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.17-rc6-utopic/linux-image-3.17.0-031700rc6-generic_3.17.0-031700rc6.201409211935_i386.deb
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.17-rc6-utopic/linux-headers-3.17.0-031700rc6_3.17.0-031700rc6.201409211935_all.deb
sudo dpkg -i *.deb
sudo apt-get install -f
sudo reboot
How to install Linux Kernel v3.17-rc6-utopic in Linux Ubuntu and Mint and other debian based distro

0 Response to “How to install Linux Kernel v3.17-rc6-utopic in Linux Ubuntu and Mint and other debian based distro”

Post a Comment