关于USB无线网卡的问题
Tofloor
poster avatar
lujun66
deepin
2020-03-23 20:51
Author
我的台式机用的USB的fast无线网卡,装完deepin 15后连不上网络,设置里面只有有线网络的选项,没有无线网络,求解!!!!!!!!!!
Reply Favorite View the author
All Replies
avatar
aida
deepin
2020-03-23 21:05
#1
请提供以下lsusb的信息,在终端应用中输入

  1. lsusb
Copy the Code


然后请将命令输出贴上来
Reply View the author
avatar
waittingsummer
deepin
2020-03-23 21:14
#2
你的无线网卡打了驱动?
Reply View the author
avatar
lujun66
deepin
2020-03-24 03:00
#3
https://bbs.deepin.org/post/189973
请提供以下lsusb的信息,在终端应用中输入

Bus 005 Device 001: ID ld6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 001:ID ld6b:0002 linux Foundation 2.0 root hub
Bus 004 Device 001:ID 1d6b:0001 Linux Foundation 1.I root hub
Bus 001 Device 003:ID Obda:la2b Reatek Semiconductor Corp.
Bus 001 Device 001:ID 1d6b:0002 linux Foundation 2.0 root hub
Bus 003 Device 003:ID 093a:2510 Pixart lmaging, Inc. Optical Mouse
Bus 003 Device 002:ID 0a81:0101 Chesen Electronics Corp. Keyboard
Bus 003 Device001:ID ld6b:0001 Linux Foundation 1.1 root hub
Bus 007 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 006 Device 001: ID ld6b:0002 Linux Foundation 2.0 root hub
Reply View the author
avatar
aida
deepin
2020-03-27 23:43
#4
网卡芯片应该是rtl8723au

请尝试以下两种方法

第一种:安装firmware-realtek

sudo apt install firmware-realtek
sudo modprobe 8723au
或者重启

第二种:请尝试安装以下驱动https://github.com/lwfinger/rtl8723au

sudo apt install git
git clone https://github.com/lwfinger/rtl8723au.git
cd rtl8723au/
make
sudo make install
sudo modprobe 8723au
Reply View the author