内核怎么升级?
Tofloor
poster avatar
as86df
deepin
2019-04-12 19:27
Author
电脑小白不懂,电脑开机就出现左上角的图,安装不了。
Reply Favorite View the author
All Replies
avatar
anothersmile
deepin
2019-04-13 04:14
#1
请发截图
Reply View the author
avatar
WENWEN
deepin
2019-04-13 16:52
#2
安装ukuu
Reply View the author
avatar
zksmk
deepin
2019-04-13 17:48
#3
去这个网站看教程
https://bbs.deepin.org/post/175411#%E5%86%85%E6%A0%B8
Reply View the author
avatar
zksmk
deepin
2019-04-14 05:13
#4
https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.1-rc4/
这个网址是5.1版本linux内核。
如果你是i386 32位的,我建议你下:linux-headers-5.1.0-050100rc4_5.1.0-050100rc4.201904072131_all.deb,linux-headers-5.1.0-050100rc4-generic_5.1.0-050100rc4.201904072131_i386.deb,linux-image-5.1.0-050100rc4-generic_5.1.0-050100rc4.201904072131_i386.deb,linux-modules-5.1.0-050100rc4-generic_5.1.0-050100rc4.201904072131_i386.deb
如果你是 amd  64位建议你下:linux-headers-5.1.0-050100rc4_5.1.0-050100rc4.201904072131_all.deb,linux-headers-5.1.0-050100rc4-generic_5.1.0-050100rc4.201904072131_amd64.deb,linux-image-unsigned-5.1.0-050100rc4-generic_5.1.0-050100rc4.201904072131_amd64.deb,linux-modules-5.1.0-050100rc4-generic_5.1.0-050100rc4.201904072131_amd64.deb{都是下载文件名,对应找吧建议你直接找关键字,amd或i386 然后找有generic词的.deb文件
安装:把四个下载好的放在一个文件夹里,并且除了这四个不留其他.deb文件,然后右键空白区域,选择以终端打开,只要出现下载的文件夹名字就成功了。然后运行命令:sudo dpkg -i *.deb,会让你输密码,输完会自动安装。
Reply View the author