Kernel 5.2.10 for Deepin
Tofloor
poster avatar
DavidTavares
deepin
2019-08-15 04:40
Author
Edited by lvtommy at 2019-9-7 14:27


Update 09-07

Kernel 5.2.13 available ! You can update your system



Update 08-26

Kernel 5.2.10 available ! You can update your system




Update 08-21

In some case, you need before installing this new kernel, remove the driver for your nVidia or AMD GPU and use the base graphic driver not the closed driver.

after installing the new kernel, you can install again the graphic driver.





You can install the Kernel 5.2.8.
For this, add my repository with this : https://lvtommy.com/depot/


您可以安装内核5.2.8
为此,添加我的存储库:https://lvtommy.com/zh/储备库/





After installing the repository, please update the Apt cache :
  • Open Deepin terminal
  • Run the following command :sudo apt update
To install the new kernel, after adding my kernel repo, install this package : sudo apt install lvtommy-linux-kernel
安装后,请更新Apt缓存 :
  • 打开Deepin终端
  • 运行以下命令 :sudo apt update
要安装新内核,在添加我的内核仓库后,安装此软件包:sudo apt install lvtommy-linux-kernel



Reply Favorite View the author
All Replies
2 / 3
To page
DavidTavares
deepin
2019-08-22 06:48
#21
https://bbs.deepin.org/post/181926
能发一份内核文件给我吗?谢谢!

@wsbln @kingskill

You can download the zip file that contains the two kernel deb files 5.2.8 :

https://lvtommydeb.b-cdn.net/kernel/Kernel-5.2.8-lvtommy.zip
Reply View the author
dziban
deepin
2019-08-22 07:00
#22
Edited by dziban at 2019-8-21 23:03

Hi so i tried this kernel, but my desktop enviroment runs slow with it, like super slow fps. i dont know if my CPU has to do anything with it. My CPU is AMD A8 7600. i did an sudo apt update after isntalling the kernel, and i had a --upgradable list of packages:
intel-microcdode/unknown 3.20190618.1
uicode-tool/unknown 2.3.1-1 amd64
linux-firmware/unkown 1.181 all [upgradable from: 1.173.2]

i installed them, thinking the system would run faster afterwards, but it didn't, in fact now i cant boot with kernel 5.2.8,
is this kernel only intended for intel chips? do you know any solutions? thanks.

Reply View the author
DavidTavares
deepin
2019-08-22 07:11
#23
https://bbs.deepin.org/post/181926
Hi so i tried this kernel, but my desktop enviroment runs slow with it, like super slow fps. i dont  ...

Hi, you can try to install this for AMD CPU and GPU :

sudo apt install amd64-microcode
sudo apt install firmware-amd-graphics

and update all your packages.
Reply View the author
dziban
deepin
2019-08-22 07:24
#24
https://bbs.deepin.org/post/181926
Hi, you can try to install this for AMD CPU and GPU :

sudo apt install amd64-microcode

while trying to sudo apt install firmware-amd-graphics i get

dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)
Errors were encountered while processing:
/var/cache/apt/archives/firmware-amd-graphics_20190717-1_all.firmware-amd-graphics-20190717-1-all
E: Sub-process /usr/bin/dpkg returned an error code (1)
Reply View the author
dziban
deepin
2019-08-22 07:26
#25
https://bbs.deepin.org/post/181926
Hi, you can try to install this for AMD CPU and GPU :

sudo apt install amd64-microcode

full log:

  1. dziban@dziban-PC:~$ sudo apt install firmware-amd-graphics
  2. Reading package lists... Done
  3. Building dependency tree      
  4. Reading state information... Done
  5. The following NEW packages will be installed:
  6.   firmware-amd-graphics
  7. 0 upgraded, 1 newly installed, 0 to remove and 1 not upgraded.
  8. Need to get 3,593 kB of archives.
  9. After this operation, 32.8 MB of additional disk space will be used.
  10. 0% [Working]sh: 1: http://packages.deepin.com/deepin: not found
  11. Get:1 https://apt.fury.io/lvtommy-kernel  firmware-amd-graphics 20190717-1 [3,593 kB]
  12. Fetched 3,593 kB in 4s (765 kB/s)                  
  13. (Reading database ... 256032 files and directories currently installed.)
  14. Preparing to unpack .../firmware-amd-graphics_20190717-1_all.firmware-amd-graphics-20190717-1-all ...
  15. Unpacking firmware-amd-graphics (20190717-1) ...
  16. dpkg: error processing archive /var/cache/apt/archives/firmware-amd-graphics_20190717-1_all.firmware-amd-graphics-20190717-1-all (--unpack):
  17. trying to overwrite '/lib/firmware/amdgpu/banks_k_2_smc.bin', which is also in package linux-firmware 1.181
  18. dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)
  19. Errors were encountered while processing:
  20. /var/cache/apt/archives/firmware-amd-graphics_20190717-1_all.firmware-amd-graphics-20190717-1-all
  21. E: Sub-process /usr/bin/dpkg returned an error code (1)
Copy the Code

Reply View the author
DavidTavares
deepin
2019-08-22 07:27
#26
You nedd uninstall you AMD GPU drivers before install it
Reply View the author
dziban
deepin
2019-08-22 07:43
#27
Edited by dziban at 2019-8-21 23:45
https://bbs.deepin.org/post/181926
You nedd uninstall you AMD GPU drivers before install it

im using amdgpu open divers(the ones that come with kernel), and i have disabled radeon drivers with grub. i have never uninstalled amdgpu before. XD
Reply View the author
dziban
deepin
2019-08-22 07:44
#28
https://bbs.deepin.org/post/181926
You nedd uninstall you AMD GPU drivers before install it

how do i go about doing that, sudo apt pruge amdgpu?
Reply View the author
DavidTavares
deepin
2019-08-22 07:48
#29
Edited by lvtommy at 2019-8-21 23:49

If you still not boot with the new kernel, you can boot with the old kernel then remove the new kernel.

Be sure that your system is updated and try to install the new kernel again
(i try to help you but i don't have a computer with AMD ;( )
Reply View the author
DavidTavares
deepin
2019-08-22 07:50
#30
https://bbs.deepin.org/post/181926
how do i go about doing that, sudo apt pruge amdgpu?

if you still use open driver, don't need
Reply View the author
kingskill
deepin
2019-08-22 08:28
#31
https://bbs.deepin.org/post/181926
@wsbln @kingskill

You can download the zip file that contains the two kernel deb files 5.2.8 :

Thank U very much!
Reply View the author
Comments
lvtommy
2019-08-22 13:09
You're welcome ;)
yudi
deepin
2019-08-22 20:53
#32
https://bbs.deepin.org/post/181926
能发一份内核文件给我吗?谢谢!

不好意思啊,我是直接添加仓库安装的,没有内核的deb包
Reply View the author
wsbln
deepin
2019-08-22 21:18
#33
https://bbs.deepin.org/post/181926
最好用英文。lv是法国人。。。(这么说有点奇怪,sign...)

To lvTommy: @wsbln said that if you could ...

非常感谢
Reply View the author
wsbln
deepin
2019-08-22 21:22
#34
https://bbs.deepin.org/post/181926
@wsbln @kingskill

You can download the zip file that contains the two kernel deb files 5.2.8 :

@lvtommy

I really appreciate it.
Reply View the author
Comments
lvtommy
2019-08-22 23:10
You're welcome
wsbln
deepin
2019-08-22 22:47
#35
@lvtommy  Thanks a lot.  I've got it,it works.
Reply View the author
Comments
lvtommy
2019-08-22 23:10
Great. Stay tuned for update
fiercerich
deepin
2019-08-23 01:36
#36
mark。。。。。。。。。。。。
Reply View the author
DavidTavares
deepin
2019-08-27 05:51
#37
Update 08-26

Kernel 5.2.10 available ! You can update your system
Reply View the author
demon07
deepin
2019-08-27 17:55
#38
你在逗我?








Are you kidding ?


Reply View the author
DavidTavares
deepin
2019-08-27 23:36
#39

no, the 5.2.10 is available on kernel.org : https://www.kernel.org





Reply View the author
baselkorj
deepin
2019-08-28 03:05
#40
Anyone who has a broadcomm wifi and bluetooth modules must refrain from upgrading beyond 4.15, the later kernels have some issues that cause random kernel panics. Just stay on 4.15 if you don't know what you're doing. You're not really gaining much from upgrading either way, you'll just get a less stable system at most.
Reply View the author
2 / 3
To page