我和这里的人有相同的笔记本和问题:Ubuntu 14.04 和 RTL8723ae 的 Wifi 问题
我已经尝试了所有方法,包括那里提供的建议(我安装了非免费驱动程序和 WICD,但没有用。列表中没有显示无线网络。
lshw -C network WARNING: you should run this program as super-user.
*-network
description: Wireless interface
product: RTL8723AE PCIe Wireless Network Adapter
vendor: Realtek Semiconductor Co., Ltd.
physical id: 0
bus info: pci@0000:01:00.0
logical name: wlan0
version: 00
serial: 54:27:1e:d0:72:1f
width: 64 bits
clock: 33MHz
capabilities: bus_master cap_list ethernet physical wireless
configuration: broadcast=yes driver=rtl8723ae driverversion=3.13.0-43-generic firmware=N/A latency=0 link=no
multicast=yes wireless=IEEE 802.11bgn
resources: irq:24 ioport:e000(size=256) memory:fea00000-fea03fff
dmesg | grep rtl [ 13.865686] rtl8723ae: Using firmware
rtlwifi/rtl8723fw_B.bin [ 13.986526] ieee80211 phy0: Selected rate
control algorithm 'rtl_rc' [ 13.989656] rtlwifi: wireless switch is
on
有什么问题?我完全不知道
答案1
进入屏幕右上角的网络管理器,单击编辑连接>无线选项卡,并将 IPV6 设置为忽略。
现在打开终端 CTRL+ALT+T,然后为了准确起见,逐行复制并粘贴以下代码:
echo "options rtl8723ae swenc=1 ips=0" | sudo tee /etc/modprobe.d/rtl8723ae.conf
sudo modprobe -rfv rtl8723ae
sudo modprobe -v rtl8723ae
如果问题仍然存在,请尝试编译新的驱动程序。希望这能有所帮助!