[System Installation] 联想r9000p安装deepin不显示无线网路选项
Tofloor
poster avatar
alei_520
deepin
2021-11-20 23:52
Author

联想r9000p安装deepin不显示无线网路选项

,只能用有线网络,也没有蓝牙选项

Reply Favorite View the author
All Replies
jjcui8595
deepin
2021-11-21 00:16
#1

升级内核试试

Reply View the author
deepinuser17
deepin
2021-11-21 08:19
#2

查看一下无线网卡的硬件型号:

lspci | grep -i net
Reply View the author
alei_520
deepin
2021-11-21 20:59
#3
jjcui8595

升级内核试试

内核升到了5.15.1无线网络和蓝牙都有了,就是设置deepin为启动首选项的时候,开机界面不显示win系统的选项了

Reply View the author
jjcui8595
deepin
2021-11-22 01:08
#4
alei_520

内核升到了5.15.1无线网络和蓝牙都有了,就是设置deepin为启动首选项的时候,开机界面不显示win系统的选项了

sudo update-grub2

Reply View the author
alei_520
deepin
2021-11-23 19:48
#5
jjcui8595

sudo update-grub2

可以了,感谢

Reply View the author
alei_520
deepin
2021-11-23 19:50
#6
  • 一、连接内部测试源,将系统升级至最新;(内测版本可能存在不稳定的情况,请勿用于生产环境)

1、将系统修改为内部测试源,终端执行以下命令:sudo deepin-editor /etc/apt/sources.list

2、然后使用以下内容覆盖sources.list文件,然后保存并退出。

## Generated by deepin-installer

deb [by-hash=force] https://community-packages.deepin.com/deepin/ apricot main contrib non-free

#deb-src https://community-packages.deepin.com/deepin/ apricot main contrib non-free



deb [trusted=yes] https://proposed-packages.deepin.com/dde-apricot unstable main contrib non-free

3、在终端执行以下命令:

sudo apt-get update && sudo apt-get dist-upgrade(可能需要注销重启)

注:

手动升级内核方法:sudo apt install linux-image-deepin-stable-amd64 linux-headers-deepin-stable-amd64

我采用了内测源,升级的内核

Reply View the author