没事儿瞎折腾,今天把内核升到5.1.16啦
Tofloor
poster avatar
lbygljq
deepin
2019-07-08 21:30
Author
今天闲来无事,到网上下载 5.1.16-050116-generic 安装升级了内核,启动起来暂时正常。




今天发现最新内核已经到5.2了,但是pc版似乎failed,没敢玩。
Reply Favorite View the author
All Replies
1 / 2
To page
avatar
2***6@qq.com
deepin
2019-07-09 01:16
#1
是用的ubuntu那个吗?
Reply View the author
avatar
lbygljq
deepin
2019-07-09 01:57
#2
https://bbs.deepin.org/post/180386
是用的ubuntu那个吗?

从Ubuntu内核源下载安装的
Reply View the author
avatar
funtoo
deepin
2019-07-09 02:00
#3
5.2正式版都发布了
Reply View the author
avatar
jianguo922
deepin
2019-07-09 02:29
#4
有没有什么体验感觉
Reply View the author
avatar
lbygljq
deepin
2019-07-09 02:39
#5
本帖最后由 lbygljq 于 2019-7-8 18:43 编辑
https://bbs.deepin.org/post/180386
5.2正式版都发布了

5.2的貌似弄不了
Reply View the author
avatar
137******47
deepin
2019-07-09 02:47
#6
deepin官方什么时候升级内核? @aida
Reply View the author
Comments
aida
2019-07-09 18:14
快了快了
avatar
ltree
deepin
2019-07-09 03:31
#7
https://bbs.deepin.org/post/180386
deepin官方什么时候升级内核? @aida

kde现在还没搞好呢,右上角开发相关了解下
Reply View the author
avatar
niu666
deepin
2019-07-09 08:07
#8
为啥不用5.2,据说5.2比较不错
Reply View the author
avatar
lbygljq
deepin
2019-07-10 04:35
#9
https://bbs.deepin.org/post/180386
为啥不用5.2,据说5.2比较不错

5.1.16的是稳定版,更新时保守了点。怕蹦蹦啦
Reply View the author
avatar
funtoo
deepin
2019-07-10 05:18
#10
昨天升级完5.2了,其实从第一个rc开始就在用



Reply View the author
avatar
HarryZhao
deepin
2019-07-10 05:52
#11

下载tarball自编译试试?
Reply View the author
avatar
158******91
deepin
2019-07-10 22:17
#12
https://bbs.deepin.org/post/180386
昨天升级完5.2了,其实从第一个rc开始就在用

专业玩家
Reply View the author
avatar
lbygljq
deepin
2019-07-15 02:42
#13
https://bbs.deepin.org/post/180386
昨天升级完5.2了,其实从第一个rc开始就在用

怎么玩呢?需要下载哪些工具?
Reply View the author
avatar
zgg
deepin
2019-07-15 04:20
#14
有没有出现什么明显的bug?????
Reply View the author
Comments
lbygljq
2019-07-15 04:30
截至目前,还未发现。
avatar
lbygljq
deepin
2019-07-15 05:23
#15
https://bbs.deepin.org/post/180386
昨天升级完5.2了,其实从第一个rc开始就在用

为什么会这样?
~/Downloads/linux-5.2.1$ make menuconfig
  YACC    scripts/kconfig/parser.tab.h
  HOSTCC  scripts/kconfig/lexer.lex.o
  YACC    scripts/kconfig/parser.tab.c
  HOSTCC  scripts/kconfig/parser.tab.o
  HOSTCC  scripts/kconfig/preprocess.o
  HOSTCC  scripts/kconfig/symbol.o
  HOSTLD  scripts/kconfig/mconf
scripts/kconfig/mconf  Kconfig
#
# using defaults found in /boot/config-5.1.16-050116-generic
#
Your display is too small to run Menuconfig!
It must be at least 19 lines by 80 columns.
scripts/kconfig/Makefile:29: recipe for target 'menuconfig' failed
make[1]: *** [menuconfig] Error 1
Makefile:557: recipe for target 'menuconfig' failed
make: *** [menuconfig] Error 2
Reply View the author
avatar
funtoo
deepin
2019-07-15 05:30
#16
https://bbs.deepin.org/post/180386
为什么会这样?
~/Downloads/linux-5.2.1$ make menuconfig
  YACC    scripts/kconfig/parser.tab.h

终端窗口拉大点,不然内核菜单选项显示不全。
另外,用老版本内核的配置文件编译新版本内核时候最好先运行下make oldconfig,否则配置文件里面的选项可能不全。
Reply View the author
avatar
zgg
deepin
2019-07-15 07:00
#17
我也升级了下,开机卡在logo页面,我又给干掉了
Reply View the author
avatar
y***0@163.com
deepin
2019-07-15 07:29
#18
用新内核有什么好处
Reply View the author
avatar
WangZhongyun
deepin
2019-07-15 07:48
#19
我在Manjaro里安装用了内核5.2,暂没发现异常。要是Deepin能有Manjaro一样方便安装内核就好了
Reply View the author
avatar
lbygljq
deepin
2019-07-15 14:43
#20
本帖最后由 lbygljq 于 2019-7-15 06:46 编辑
https://bbs.deepin.org/post/180386
终端窗口拉大点,不然内核菜单选项显示不全。
另外,用老版本内核的配置文件编译新版本内核时候最好先运 ...
  1. ~/Downloads/linux-5.2.1$ sudo apt install openssl
  2. 正在读取软件包列表... 完成
  3. 正在分析软件包的依赖关系树      
  4. 正在读取状态信息... 完成      
  5. openssl 已经是最新版 (1.1.0j-1~deb9u1)。
  6. 升级了 0 个软件包,新安装了 0 个软件包,要卸载 0 个软件包,有 0 个软件包未被升级。
Copy the Code

编译时候遇到这个错误:
  1. ~/Downloads/linux-5.2.1$ make
  2.   SYSTBL  arch/x86/include/generated/asm/syscalls_32.h
  3.   SYSHDR  arch/x86/include/generated/asm/unistd_32_ia32.h
  4.   SYSHDR  arch/x86/include/generated/asm/unistd_64_x32.h
  5.   SYSTBL  arch/x86/include/generated/asm/syscalls_64.h
  6.   HYPERCALLS arch/x86/include/generated/asm/xen-hypercalls.h
  7.   SYSHDR  arch/x86/include/generated/uapi/asm/unistd_32.h
  8.   SYSHDR  arch/x86/include/generated/uapi/asm/unistd_64.h
  9.   SYSHDR  arch/x86/include/generated/uapi/asm/unistd_x32.h
  10.   HOSTCC  arch/x86/tools/relocs_32.o
  11.   HOSTCC  arch/x86/tools/relocs_64.o
  12.   HOSTCC  arch/x86/tools/relocs_common.o
  13.   HOSTLD  arch/x86/tools/relocs
  14.   UPD     include/config/kernel.release
  15.   WRAP    arch/x86/include/generated/uapi/asm/bpf_perf_event.h
  16.   WRAP    arch/x86/include/generated/uapi/asm/poll.h
  17.   WRAP    arch/x86/include/generated/uapi/asm/socket.h
  18.   WRAP    arch/x86/include/generated/uapi/asm/sockios.h
  19.   WRAP    arch/x86/include/generated/asm/dma-contiguous.h
  20.   WRAP    arch/x86/include/generated/asm/early_ioremap.h
  21.   WRAP    arch/x86/include/generated/asm/export.h
  22.   WRAP    arch/x86/include/generated/asm/mcs_spinlock.h
  23.   WRAP    arch/x86/include/generated/asm/mm-arch-hooks.h
  24.   WRAP    arch/x86/include/generated/asm/mmiowb.h
  25.   UPD     include/generated/uapi/linux/version.h
  26.   UPD     include/generated/utsrelease.h
  27.   HOSTCC  scripts/selinux/genheaders/genheaders
  28.   HOSTCC  scripts/selinux/mdp/mdp
  29.   HOSTCC  scripts/bin2c
  30.   HOSTCC  scripts/kallsyms
  31.   HOSTCC  scripts/conmakehash
  32.   HOSTCC  scripts/recordmcount
  33.   HOSTCC  scripts/sortextable
  34.   HOSTCC  scripts/asn1_compiler
  35.   HOSTCC  scripts/sign-file
  36. scripts/sign-file.c:25:30: fatal error: openssl/opensslv.h: 没有那个文件或目录
  37. #include
  38.                               ^
  39. compilation terminated.
  40. scripts/Makefile.host:90: recipe for target 'scripts/sign-file' failed
  41. make[1]: *** [scripts/sign-file] Error 1
  42. Makefile:1085: recipe for target 'scripts' failed
  43. make: *** [scripts] Error 2
Copy the Code
Reply View the author
1 / 2
To page