歡迎來到Linux教程網
Linux教程網
Linux教程網
Linux教程網
Linux教程網 >> Linux基礎 >> Linux教程 >> Ubuntu如何安裝和升級Linux Kernel 3.15

Ubuntu如何安裝和升級Linux Kernel 3.15

日期:2017/2/28 14:29:06   编辑:Linux教程

Linus Torvalds 已經在 Linux Kernel 郵件列表中宣布了 Linux Kernel 3.15:

So I ended up doing an rc8 because I was a bit worried about some last-minute dcache fixes, but it turns out that nobody seemed to even notice those. We did have other issues during the week, though, so it was just as well. The futex fixes and cleanups may stand out, but as usual there’s various other random fixes since rc8 in there too: mainly drivers (drm, networking, sound, usb etc), networking, scheduling and perf tooling.

But it’s all been fairly small and quiet, which *may* of course be due to the fact that last week was also the first week of the merge window for 3.16. That might have distracted some developers. I’m not entirely convinced I liked the overlap, but it seemed to work ok, and unless people scream really loudly (“Please don’t _ever_ do that again”) and give good reasons for doing so, I might end up doing that overlapping merge window in the future too if it ends up helping out with some particular timing issue.

That said, I also don’t think it was such a wonderful experience that I’d want to necessarily do the overlap every time, without a good specific reason for doing so. It was kind of nice being productive during the last week or rc (which is usually quite boring and dead), but I think it might be a distraction when people should be worrying about the stability of the rc.

Of course, maybe the overlap ends up meaning that we get less noise during the last week of stabilization, and it actually helps. It could go either way. I’d be interested to hear what people thought, although I _suspect_ most people don’t feel strongly either way.

Anyway, with 3.15 released, my “master” branch has already merged the work in my “next” branch on my local machine, and I’ll be decommissioning the “next” branch once I push that all out. After that, any future merge window work will happen on “master”, and we’ll be back to the normal single-branch model for my tree.

Linux Kernel 3.15 新特性:

  • EFI混合模式支持,64-bit 和 32-bit Linux kernel 支持 UEFI
  • 更快的掛起和恢復時間
  • 支持 Sony DualShock 4 控制器
  • 新版 Linux kernel 可以讓較新的筆記本電腦發揮更好的性能
  • 對未來 CPU 前端 AVX-512 的 RDSEED 擴展的支持
  • 對開源顯卡驅動 NVIDIA Maxwell GPU 和 VCE 2.0 的支持及改進
  • 視頻編碼支持 AMD 顯卡
  • ……

為Ubuntu安裝和升級Linux Kernel 3.15

Ubuntu 用戶安裝 Linux Kernel 3.15 RC1 http://www.linuxidc.com/Linux/2014-04/100178.htm

Ubuntu Kernel Team 發布的 DEB 包可以訪問如下網址拿到:

http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.15-utopic/

安裝的時候注意區分 64-bit 和 32-bit ,安裝順序如下:

  1. linux-headers-3.15.0-xxxxxx_all.deb
  2. linux-headers-3.15.0-xxx-generic / lowlatency-xxx_i386/amd64.deb
  3. linux-image-3.15.0-xxx-generic / lowlatency-xxx_i386/amd64.deb

或者直接用如下命令把 Ubuntu 升級到 Linux Kernel 3.15 :

32-bit Ubuntu

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.15-utopic/linux-headers-3.15.0-031500-generic_3.15.0-031500.201406081435_i386.deb
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.15-utopic/linux-headers-3.15.0-031500_3.15.0-031500.201406081435_all.deb
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.15-utopic/linux-image-3.15.0-031500-generic_3.15.0-031500.201406081435_i386.deb
sudo dpkg -i linux-headers-3.15.0-*.deb linux-image-3.15.0-*.deb

64-bit Ubuntu

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.15-utopic/linux-headers-3.15.0-031500-generic_3.15.0-031500.201406081435_amd64.deb
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.15-utopic/linux-headers-3.15.0-031500_3.15.0-031500.201406081435_all.deb
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.15-utopic/linux-image-3.15.0-031500-generic_3.15.0-031500.201406081435_amd64.deb
sudo dpkg -i linux-headers-3.15.0-*.deb linux-image-3.15.0-*.deb

怎樣在 Ubuntu 上安裝 Linux 3.11 內核 http://www.linuxidc.com/Linux/2013-09/89674.htm

Ubuntu 13.10 (Saucy Salamander) 內核已升級至 Linux Kernel 3.10 RC5 http://www.linuxidc.com/Linux/2013-06/86110.htm

Linux Kernel 3.4.62 LTS 現已經提供下載 http://www.linuxidc.com/Linux/2013-09/90368.htm

如何在Ubuntu 13.10上安裝Linux內核 3.12 http://www.linuxidc.com/Linux/2013-11/92930.htm

Linux Kernel 的詳細介紹:請點這裡
Linux Kernel 的下載地址:請點這裡

更多Ubuntu相關信息見Ubuntu 專題頁面 http://www.linuxidc.com/topicnews.aspx?tid=2

Copyright © Linux教程網 All Rights Reserved