[System Installation] Dell Vostro没有无线网络驱动,什么时候可以解决?
Tofloor
poster avatar
bibichuan
deepin
2022-03-25 17:11
Author

新买的Dell Vostro安装了Deepin,没有无线网络驱动,没有蓝牙驱动,无法使用无线网络和蓝牙,这个什么时候可以支持?还需要提供更加详细的硬件配置吗?截图_选择区域_20220325090838.png

Reply Favorite View the author
All Replies
deepin-superuser
deepin
2022-03-25 17:56
#1
sudo apt-get install inxi
inxi -F
Reply View the author
阿顺呀
deepin
2022-03-25 18:49
#2

驱动主要是看上游内核适配吧

你是用 5.10 内核 还是 5.15?

比较新的硬件 最好用 5.15

Reply View the author
bibichuan
deepin
2022-03-25 20:14
#3

我用的是5.10的内核,不知道怎么切换到5.15的内核

Reply View the author
bibichuan
deepin
2022-03-25 20:16
#4
deepin-superuser
sudo apt-get install inxi
inxi -F

截图_选择区域_20220325121553.png

更详细的信息

Reply View the author
bibichuan
deepin
2022-03-25 20:17
#5
bibichuan

我用的是5.10的内核,不知道怎么切换到5.15的内核

这个月是不是要更新20.5啊,会升级内核吗?

Reply View the author
deepin-superuser
deepin
2022-03-25 20:22
#6
bibichuan

截图_选择区域_20220325121553.png

更详细的信息

网卡型号就一个 Intel 😂

Reply View the author
deepin-superuser
deepin
2022-03-25 20:24
#7
bibichuan

我用的是5.10的内核,不知道怎么切换到5.15的内核

sudo apt install linux-image-deepin-stable-amd64 linux-headers-deepin-stable-amd64

安装 5.15.6 内核

20.5 会升级到 5.15.24

Reply View the author
bibichuan
deepin
2022-03-25 22:07
#8
deepin-superuser

网卡型号就一个 Intel 😂

这台电脑是Dell Vostro 3910 ,里面有Wifi 6和蓝牙,Deepin都不支持

截图_选择区域_20220325140538.png

CEL-D POD LBL for G1 WLAN 180W 这是网卡的型号吧

Reply View the author
deepin-superuser
deepin
2022-03-25 22:47
#9
bibichuan

这台电脑是Dell Vostro 3910 ,里面有Wifi 6和蓝牙,Deepin都不支持

截图_选择区域_20220325140538.png

CEL-D POD LBL for G1 WLAN 180W 这是网卡的型号吧

既然是 Intel 还有Wifi6,那就是 AX201 这个了

https://www.dell.com/support/manuals/zh-cn/vostro-3910-desktop/vostro-3910-setup-and-specifications/%E6%97%A0%E7%BA%BF%E6%A8%A1%E5%9D%97?guid=guid-7dd4e94b-d18f-47a5-8d48-ab691dde331e&lang=zh-cn

我的 5.15.24 内核,/usr/lib/firmware 里是有驱动的

https://www.intel.cn/content/www/cn/zh/support/articles/000005511/wireless.html

你按楼上的方法安装 5.15.6 内核试试

Reply View the author
bibichuan
deepin
2022-03-26 00:02
#10
deepin-superuser

既然是 Intel 还有Wifi6,那就是 AX201 这个了

https://www.dell.com/support/manuals/zh-cn/vostro-3910-desktop/vostro-3910-setup-and-specifications/%E6%97%A0%E7%BA%BF%E6%A8%A1%E5%9D%97?guid=guid-7dd4e94b-d18f-47a5-8d48-ab691dde331e&lang=zh-cn

我的 5.15.24 内核,/usr/lib/firmware 里是有驱动的

https://www.intel.cn/content/www/cn/zh/support/articles/000005511/wireless.html

你按楼上的方法安装 5.15.6 内核试试

好的,谢谢。升级了内核,重启之后,终于可以看到了,有了无线网卡和蓝牙,期待20.5了。

Reply View the author