如何在11.10上降级内核


Answers:


19

我能怎么做...

您可以从旧的或新的Ubuntu版本/ 1 /下载内核二进制文件。

Ubuntu软件包搜索:http : //packages.ubuntu.com

选择natty-updates内核linux-image-2.6.38-10-generic:http ://packages.ubuntu.com/natty-updates/linux-image

下载并使用以下命令进行安装:

sudo dpkg -i linux-image-2.6.38-10-generic_2.6.38-10.46_i386.deb

包管理告诉:

Selecting previously deselected package linux-image-2.6.38-10-generic.
(Reading database ... 127436 files and directories currently installed.)
Unpacking linux-image-2.6.38-10-generic (from linux-image-2.6.38-10-generic_2.6.38-10.46_i386.deb) ...
Done.
Setting up linux-image-2.6.38-10-generic (2.6.38-10.46) ...
Running depmod.
update-initramfs: deferring update (hook will be called later)
Examining /etc/kernel/postinst.d.
run-parts: executing /etc/kernel/postinst.d/initramfs-tools 2.6.38-10-generic /boot/vmlinuz-2.6.38-10-generic
update-initramfs: Generating /boot/initrd.img-2.6.38-10-generic
run-parts: executing /etc/kernel/postinst.d/pm-utils 2.6.38-10-generic /boot/vmlinuz-2.6.38-10-generic
run-parts: executing /etc/kernel/postinst.d/update-notifier 2.6.38-10-generic /boot/vmlinuz-2.6.38-10-generic
run-parts: executing /etc/kernel/postinst.d/zz-update-grub 2.6.38-10-generic /boot/vmlinuz-2.6.38-10-generic
Generating grub.cfg ...
Found background image: /lib/plymouth/themes/my-plymouth/my-wallpaper.png
Found linux image: /boot/vmlinuz-3.0.0-12-generic
Found initrd image: /boot/initrd.img-3.0.0-12-generic
Found linux image: /boot/vmlinuz-2.6.38-10-generic
Found initrd image: /boot/initrd.img-2.6.38-10-generic
Found memtest86+ image: /boot/memtest86+.bin
Found Microsoft Windows XP Professional on /dev/sda1
Found Ubuntu 10.10 (10.10) on /dev/sdd1
done

重新启动

从grub中选取>早期Linux版本>内核2.6.38-10

...并且(K)Ubuntu告诉我我使用的是2.6.38-10-通用/ 2 /。

在此处输入图片说明

...不会造成任何问题吗?

好吧;)你可以告诉我们...

链接

  1. http://www.kubuntuforums.net/showthread.php?51992-FAQ-Kernel
  2. http://www.kubuntuforums.net/showthread.php?53976-FAQ-Version-info-Regenerated

1
谢谢,清醒的内核杀死了我的wifi,但是简单的内核可以正常工作。
2011年

1
谢谢你 我已经降级了,在Oneiric中咬住我的可怕的回归错误消失了,并且没有明显的副作用。+1
Scott Severance

1
我也将其降级到2.6.38。工作正常。电池寿命至少增加了50分钟。因此,每当我需要更多电池电量时,我都会使用此内核:)感谢您的发帖。
mac

可能要添加您需要的Linux头为DKMS所以一定要在图像之前进行安装..
亚历克斯- [R
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.