【WIFI问题】升级到15.10.2后,无线网络列表扫描不到任何WIFI
Tofloor
poster avatar
ichampion
deepin
2019-07-10 06:43
Author
前几天升级到15.10.2后,一直没关机。晚上尝试关机,直接卡死,鼠键没任何反应。大概等了五分钟,按电源键强制关机后,再开机扫描不到任何无线网络。


参考[彻底解决deepin linux的无线网络问题](https://bbs.deepin.org/post/153154)教程,
无线网卡型号rtl8723ae,下载(https://github.com/lwfinger/rtlwifi_new)网卡驱动,依次执行下列命令
  1. make
  2. sudo make install
  3. sudo modprobe -rv rtl8723ae
  4. sudo modprobe -v rtl8723ae ant_sel=2
  5. sudo ip link set wlp3s0 up
  6. sudo iw dev wlp3s0 scan
Copy the Code
截图如下,未报错
重启后,还是找不到
Reply Favorite View the author
All Replies
avatar
ichampion
deepin
2019-07-10 06:46
#1
重新上传图片
Reply View the author
avatar
deepinuser17
deepin
2019-07-10 22:13
#2
  1. lspci -vnn | grep -i network
Copy the Code
Reply View the author
avatar
ichampion
deepin
2019-07-11 04:13
#3
deepinuser17 发表于 2019-7-10 14:13

执行命令,显示无线适配器型号:RTL8723AE。
Reply View the author
avatar
aida
deepin
2019-07-11 17:42
#4
Reply View the author