我的 wifi 连接非常不稳定。我有 ubuntu 18.04,wifi 适配器是 ASUS PCE-AC56。
我使用专有驱动程序:Broadcom 802.11 Linux STA,它是通过驱动程序管理器安装的。
wifi 连接很困难,而且经常断线。我安装了 Windows 双启动,wifi 运行正常。
你知道如何解决这个问题吗?
谢谢 !
[编辑] 输出lspci -knn | grep Net -A3
:
03:00.0 Network controller [0280]: Broadcom Inc. and subsidiaries BCM4352 802.11ac Wireless Network Adapter [14e4:43b1] (rev 03)
Subsystem: ASUSTeK Computer Inc. BCM4352 802.11ac Wireless Network Adapter [1043:85ba]
Kernel driver in use: wl
Kernel modules: bcma, wl
04:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 26)
答案1
跑步:
sudo gedit /etc/NetworkManager/conf.d/default-wifi-powersave-on.conf
并设置:
wifi.powersave = 0
重新启动 Ubuntu。