【 结束】2018/03/15日深度操作系统Linux 4.14.21内核测试
Tofloor
poster avatar
aida
deepin
2018-03-16 00:28
Author
各位社区用户:

大家好,为了保证即将推送更新的Linux 4.14.21内核的稳定性和性能,因此现在展开Linux 4.14.21内核测试活动,请大家积极参加,谢谢!


此次更新包括:
  • 内核中用户反馈的关机卡死问题的修复
  • 主要是漏洞spectre的修复
  • 其他的一些bug修复


本次为全员社区用户测试参加测试的详细步骤和方式


注意:
  • 生产环境下,请慎重测试!


测试时间
  • 2018.03.15:开始测试
  • 2018.03.15——2018.03.20:测试并填写内测活动问卷
  • 2018.03.20:结束测试


测试流程
  • 连接内部测试源,将系统升级至最新;
  • 依据内测活动问卷测试并填写结果。


感谢
非常感谢社区成员们的积极参与!


Reply Favorite View the author
All Replies
1 / 2
To page
arlly
deepin
2018-03-16 01:23
#1
多测试,是少出问题的关键。
Reply View the author
夏目贵志
deepin
2018-03-16 02:04
#2
等下去试试
Reply View the author
夏目贵志
deepin
2018-03-16 02:21
#3
已经更新完毕  调查文件填写完毕   暂时没发现什么问题   后续使用有发现会问!
Reply View the author
箫声缘
deepin
2018-03-16 02:59
#4
安装了分辨显示问题
Reply View the author
HarryZhao
deepin
2018-03-16 03:38
#5
我认为,可以上4.15了。。。据说这一版挺给力的
Reply View the author
箫声缘
deepin
2018-03-16 03:43
#6
安装了Linux 4.14.21内核后开机是花屏要用命令解决问题:启用受限驱动后开机Splash分辨率变低的解决方案。
1、安装v86d和hwinfo包,下面我们要用到

$ sudo apt-get install v86d hwinfo

2、查看自己显卡支持的分辨率

$ sudo hwinfo --framebuffer

3、修改/etc/default/grub文件,使用uvesafb的framebuffer来启动

$ sudo gedit /etc/default/grub

把下面的两行
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"

#GRUB_GFXMODE=640×480
修改为:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash nomodeset video=uvesafb:mode_option=1366x768-24,mtrr=3,scroll=ywrap"

GRUB_GFXMODE=1366x768

ps:其中的nomodeset禁用内核kms,个人见解
这个要根据第2步所查到的显卡所支持的最大分辨率(当然也可以是其他支持的分辨率)来修改,注意要把前面的#去掉。

4、修改/etc/initramfs-tools/modules文件

$ sudo gedit /etc/initramfs-tools/modules
添加下面这行:
uvesafb mode_option=1366x768-24 mtrr=3 scroll=ywrap

ps:这一步的修改与上一步中的第1处修改关联一致

5、运行下面的命令,启用framebuffer

$ echo FRAMEBUFFER=y | sudo tee /etc/initramfs-tools/conf.d/splash

6、运行下面的命令,更新grub配置以及initramfs镜像文件

$ sudo update-grub
$ sudo update-initramfs -u

7、重启


才能正常开机在设置显示:  自动调节色温可以打开无法自动调节色温

Reply View the author
方老四
deepin
2018-03-16 05:42
#7
解决了关机死机的问题。
Reply View the author
176******80
deepin
2018-03-16 06:16
#8
本帖最后由 qq379377944 于 2018-3-15 22:19 编辑

@aida

症状和上一版完全一致,描述在这里
https://bbs.deepin.org/post/152574

简述就是:
1、升级后lspci直接卡死,CPU占用100%,kill -9无响应,执行关机、重启等操作直接卡死
2、grub增加acpi_osi=! acpi_osi="Windows 2009"参数后,lspci正常,但是合上盖子就直接关机了


deepin-feedback-all-20180315-221214.tar.gz





Reply View the author
g***[email protected]
deepin
2018-03-16 17:33
#9
表示上次升级了4.14后不能运行公司的docker开发镜像,退回4.9用着
纠结这次4.14更新还上不上船
Reply View the author
zhdsmy
deepin
2018-03-16 21:50
#10
表示依然存在关机直接黑屏死机的问题
Reply View the author
f@deepin
deepin
2018-03-16 22:19
#11
三台电脑都升级了,未发现问题
Reply View the author
aida
deepin
2018-03-20 19:46
#12
https://bbs.deepin.org/post/154266
@aida

症状和上一版完全一致,描述在这里

https://bbs.deepin.org/user/30944 https://bbs.deepin.org/user/32991   看看
Reply View the author
aida
deepin
2018-03-20 19:47
#13
https://bbs.deepin.org/post/154266
表示依然存在关机直接黑屏死机的问题

发一下log
Reply View the author
creeperlv
deepin
2018-03-20 22:53
#14
我还以为是4.15。。。
Reply View the author
tkc
deepin
2018-03-21 21:53
#15
I am getting an error during boot: kfd kfd: kgd2kfd_probe failed even after this update. How can I fix this issue?
Reply View the author
aida
deepin
2018-03-21 22:18
#16
https://bbs.deepin.org/post/154266
I am getting an error during boot: kfd kfd: kgd2kfd_probe failed even after this update. How can I f ...

Could you send the log?
Reply View the author
tkc
deepin
2018-03-21 23:33
#17
Edited by tkc at 2018-3-21 15:42

@aida Are you referring to system boot log?
Reply View the author
aida
deepin
2018-03-21 23:45
#18
https://bbs.deepin.org/post/154266
Edited by tkc at 2018-3-21 15:42

@aida Are you referring to system boot log?

detailed log to show to error.
You can execute deepin-feedback-cli to get the log
Reply View the author
tkc
deepin
2018-03-21 23:50
#19
@aida Should I send it here or via feedback form?
Reply View the author
tkc
deepin
2018-03-21 23:59
#20
@aida
call_modprobe: symbol:kgd2kfd_init   2
kfd kfd: Initialized module
kfd kfd: DID 6841 is missing in supported_devices
kfd kfd: kgd2kfd_probe failed
Reply View the author
1 / 2
To page