{"id":4745,"date":"2015-03-08T12:33:50","date_gmt":"2015-03-08T12:33:50","guid":{"rendered":"http:\/\/ubuntuhandbook.org\/?p=4745"},"modified":"2015-03-08T12:33:50","modified_gmt":"2015-03-08T12:33:50","slug":"upgrade-kernel-3-19-1-ubuntu-linux-mint","status":"publish","type":"post","link":"https:\/\/ubuntuhandbook.org\/index.php\/2015\/03\/upgrade-kernel-3-19-1-ubuntu-linux-mint\/","title":{"rendered":"How to Upgrade to Kernel 3.19.1 in Ubuntu \/ Linux Mint"},"content":{"rendered":"<p><a href=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2014\/12\/linux-kernel-icon-tux.png\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2014\/12\/linux-kernel-icon-tux.png\" alt=\"Linux Kernel 3.19.1\" width=\"245\" height=\"245\" class=\"aligncenter size-full wp-image-4345\" srcset=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2014\/12\/linux-kernel-icon-tux.png 245w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2014\/12\/linux-kernel-icon-tux-150x150.png 150w\" sizes=\"auto, (max-width: 245px) 100vw, 245px\" \/><\/a><\/p>\n<p><i>Greg Kroah-Hartman announced the release of Linux Kernel 3.19.1 yesterday and urged all users of Kernel 3.19 series to upgrade as soon as possible.<\/i><\/p>\n<p>According to the <a href=\"https:\/\/lkml.org\/lkml\/2015\/3\/7\/205\" target=\"_blank\">release note<\/a>, Linux Kernel 3.19.1 brings improvements to ARM, x86, PowerPC, MIPS, ARM64, and s390 architectures, updated drivers for wireless, USB, ACPI, Bluetooth (ath3k), CPUFreq, HID, MD\/RAID, MMC, DVB, PCI, SCSI, TTY, and XEN. Additionally, the XFS, UDF, NFS, JFFS2, OCFS2, EXT4, and Btrfs filesystems received various enhancements. Several core components have also been updated, and some Ceph, IPv4, and SunRPC issues have been fixed.<\/p>\n<p><b><u>Install \/ Upgrade to Kernel 3.19 in Ubuntu:<\/u><\/b><\/p>\n<p>The Ubuntu Kernel Team has made the binary packages for this kernel release, available for download at link below:<\/p>\n<p style=\"text-align:center;\"><a href=\"http:\/\/kernel.ubuntu.com\/~kernel-ppa\/mainline\/v3.19.1-vivid\/\" target=\"_blank\">Download Linux Kernel 3.19.1 (.deb)<\/a><\/p>\n<p>First check out your OS type, <i>32-bit (i386)<\/i> or <i>64-bit (amd64)<\/i>, then download and install the packages below in turn:<\/p>\n<ol>\n<li><i>linux-headers-3.19.1-031901_xxx_all.deb<\/i><\/li>\n<li><i>linux-headers-3.19.1-031901-generic_3.19.1-031901.xxx_i386\/amd64.deb<\/i><\/li>\n<li><i>linux-image-3.19.1-031901-generic_3.19.1-031901.xxx_i386\/amd64.deb<\/i><\/li>\n<\/ol>\n<p>If you need a low latency system (e.g. for recording audio) then replace the second and third packages with:<\/p>\n<ol>\n<li><i>linux-headers-3.19.1-031901_xxx_all.deb<\/i><\/li>\n<li><i>linux-headers-3.19.1-031901-lowlatency_3.19.1-031901.xxx_i386\/amd64.deb<\/i><\/li>\n<li><i>linux-image-3.19.1-031901-lowlatency_3.19.1-031901.xxx_i386\/amd64.deb<\/i><\/li>\n<\/ol>\n<p><b>For Ubuntu Server without an UI<\/b>, you may run below commands one by one to download &#038; install the kernel debs.<\/p>\n<p>For 64-bit system, run:<\/p>\n<pre style=\"border:none;\">cd \/tmp\/\n\nwget http:\/\/kernel.ubuntu.com\/~kernel-ppa\/mainline\/v3.19.1-vivid\/linux-headers-3.19.1-031901-generic_3.19.1-031901.201503080052_amd64.deb\n\nwget http:\/\/kernel.ubuntu.com\/~kernel-ppa\/mainline\/v3.19.1-vivid\/linux-headers-3.19.1-031901_3.19.1-031901.201503080052_all.deb\n\nwget http:\/\/kernel.ubuntu.com\/~kernel-ppa\/mainline\/v3.19.1-vivid\/linux-image-3.19.1-031901-generic_3.19.1-031901.201503080052_amd64.deb\n\nsudo dpkg -i linux-headers-3.19.1-*.deb linux-image-3.19.1-*.deb<\/pre>\n<p>For 32-bit system, run:<\/p>\n<pre style=\"border:none;\">cd \/tmp\/\n\nwget http:\/\/kernel.ubuntu.com\/~kernel-ppa\/mainline\/v3.19.1-vivid\/linux-headers-3.19.1-031901-generic_3.19.1-031901.201503080052_i386.deb\n\nwget http:\/\/kernel.ubuntu.com\/~kernel-ppa\/mainline\/v3.19.1-vivid\/linux-headers-3.19.1-031901_3.19.1-031901.201503080052_all.deb\n\nwget http:\/\/kernel.ubuntu.com\/~kernel-ppa\/mainline\/v3.19.1-vivid\/linux-image-3.19.1-031901-generic_3.19.1-031901.201503080052_i386.deb\n\nsudo dpkg -i linux-headers-3.19.1-*.deb linux-image-3.19.1-*.deb<\/pre>\n<p>When done, restart your computer.<\/p>\n<p><b>Tip:<\/b> For Desktop machine running with a proprietary video driver, you may have to re-build\/re-install the driver for the new kernel.<\/p>\n<p>If for some reason, the new kernel does not work properly for you, reboot with the previous Kernel (Grub boot loader -> Advanced -> select previous kernel) and run below command to remove the Linux Kernel 3.19.1:<\/p>\n<pre style=\"border:none;\">sudo apt-get remove linux-headers-3.19.1-* linux-image-3.19.1-* && sudo update-grub<\/pre>","protected":false},"excerpt":{"rendered":"<p>Greg Kroah-Hartman announced the release of Linux Kernel 3.19.1 yesterday and urged all users of Kernel 3.19 series to upgrade as soon as possible. According to the release note, Linux Kernel 3.19.1 brings improvements to ARM, x86, PowerPC, MIPS, ARM64, and s390 architectures, updated drivers for wireless, USB, ACPI, Bluetooth (ath3k), CPUFreq, HID, MD\/RAID, MMC, [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[9],"tags":[14,1226],"class_list":["post-4745","post","type-post","status-publish","format-standard","hentry","category-howtos","tag-linux-kernel","tag-linux-kernel-3-19-series"],"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/posts\/4745","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/comments?post=4745"}],"version-history":[{"count":0,"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/posts\/4745\/revisions"}],"wp:attachment":[{"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/media?parent=4745"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/categories?post=4745"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/tags?post=4745"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}