Skip to content

Commit 0d05bcf

Browse files
committed
add(ubuntu): wifi
1 parent c23b5a4 commit 0d05bcf

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

content/posts/ubuntu使用配置.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,23 @@ sudo apt update
486486
sudo apt install gnome-control-center
487487
```
488488

489+
### wifi 搜索不到网路
489490

491+
```bash
492+
nmcli device
493+
# 如果有 断开连接, 继续下面命令
494+
495+
sudo lspci -k | grep -A 3 -i network
496+
# 寻找 kernel driver in use: mt7921e
497+
498+
sudo modprobe -r mt7921e
499+
sleep 2
500+
sudo modprobe mt7921e
501+
502+
sudo systemctl restart NetworkManager
503+
nmcli device wifi list
504+
505+
```
490506

491507
## 遗留问题
492508

0 commit comments

Comments
 (0)