Linux Kernel 3.10.1 changes and improvements:
- cpufreq: Fix cpufreq regression after suspend/resume
- SCSI: sd: Fix parsing of 'temporary ' cache mode prefix
- KVM: VMX: mark unusable segment as nonpresent
- nfsd4: fix decoding of compounds across page boundaries
- NFSv4.1 end back channel session draining
- MAINTAINERS: add stable_kernel_rules.txt to stable maintainer information
Install Linux Kernel 3.10.1 on Ubuntu 13.04 Raring Ringtail
Please note that this release of Linux Kernel is not officially released and be installed on Ubuntu 13.04 Raring Ringtail. So, it may break your system. Please do not install it on a production machine.
First thing first, you have to download ALL deb files which are appropriate for your system architecture (32bit or 64bit), then put them in same folder for easy process.
32bit:
- http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.1-saucy/linux-headers-3.10.1-031001_3.10.1-031001.201307131550_all.deb
- http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.1-saucy/linux-headers-3.10.1-031001-generic_3.10.1-031001.201307131550_i386.deb
- http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.1-saucy/linux-image-3.10.1-031001-generic_3.10.1-031001.201307131550_i386.deb
64bit:
- http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.1-saucy/linux-headers-3.10.1-031001_3.10.1-031001.201307131550_all.deb
- http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.1-saucy/linux-headers-3.10.1-031001-generic_3.10.1-031001.201307131550_amd64.deb
- http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.1-saucy/linux-image-3.10.1-031001-generic_3.10.1-031001.201307131550_amd64.deb
Once downloaded, simply run the following command to install:
- sudo dpkg -i *.deb
In case, you want to remove this version of Kernel, run this command:
- sudo apt-get purge linux-image-3.10.1*
Good luck!
0 comments:
Post a Comment