wifi每过几分钟就断开,重连链接不上
Tofloor
poster avatar
shancai5a26
deepin
2017-09-29 22:32
Author
wlp3s0: flags=4163  mtu 1500
        inet 192.168.1.112  netmask 255.255.255.0  broadcast 192.168.1.255
        inet6 fe80::90bc:f48c:caf0:e6fc  prefixlen 64  scopeid 0x20
        ether 74:e5:43:06:59:b7  txqueuelen 1000  (Ethernet)
        RX packets 124975  bytes 143504893 (136.8 MiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 87433  bytes 7642517 (7.2 MiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

shancai@shancai-PC:~/Desktop$ sudo ifconfig wlp3s0 down
shancai@shancai-PC:~/Desktop$ sudo ifconfig wlp3s0 up

每次连不上都需要重启网卡,才能重新连上,然后过个两三分钟又断开

网络配置
shancai@shancai-PC:~/Desktop$ cat /etc/NetworkManager/NetworkManager.conf
[main]
plugins=ifupdown,keyfile

[ifupdown]
managed=true

[device]
wifi.scan-rand-mac-address=no


Reply Favorite View the author
All Replies
avatar
jingle
deepin
2017-09-30 00:37
#1
Reply View the author
avatar
yangbo
deepin
2017-09-30 18:45
#2
一直这样?
这个网卡测试过的呀
而且内核日志我没看到任何问题
https://bbs.deepin.org/user/33250 看看nm的日志有没有什么问题
Reply View the author
avatar
yanbowen
deepin
Community Developer
2017-09-30 19:18
#3
日志中看到 huaat4G 这个 wifi 的 mac address 在不断改变,每次变动都会断开重连。重连时dhcp有超时提示,禁用ipv6试试
Reply View the author
avatar
shancai5a26
deepin
2017-10-03 17:53
#4
好的 谢谢 我试试
Reply View the author