首先,非常感谢您的帮助。我被难住了。
我安装了我认为需要的所有 linux-headers。但驱动程序的 make 仍然失败。但看起来驱动程序可用于 rtl8623ae。它只是显示已禁用。
sudo lshw -C network -numeric
*-network
description: Ethernet interface
product: AR8161 Gigabit Ethernet [1969:1091]
vendor: Qualcomm Atheros [1969]
physical id: 0
bus info: pci@0000:01:00.0
logical name: eth0
version: 10
serial: 00:8c:fa:2b:0b:b3
size: 1Gbit/s
capacity: 1Gbit/s
width: 64 bits
clock: 33MHz
capabilities: pm pciexpress msi msix bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=alx duplex=full ip=10.0.0.22 latency=0 link=yes multicast=yes port=twisted pair speed=1Gbit/s
resources: irq:45 memory:c8500000-c853ffff ioport:3000(size=128)
*-network DISABLED
description: Wireless interface
product: RTL8723AE PCIe Wireless Network Adapter [10EC:8723]
vendor: Realtek Semiconductor Co., Ltd. [10EC]
physical id: 0
bus info: pci@0000:02:00.0
logical name: wlan0
version: 00
serial: 24:ec:99:fe:93:4c
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless
configuration: broadcast=yes driver=rtl8723ae driverversion=3.13.0-40-generic firmware=N/A latency=0 link=no multicast=yes wireless=IEEE 802.11bgn
resources: irq:17 ioport:2000(size=256) memory:c8400000-c8403fff
我安装的 Linux 标头。
sudo apt-get install build-essential libssl-dev linux-headers-`uname -r` linux-firmware-nonfree
我还按照说明删除了我的网络管理器并安装了 wicd 网络管理器。
sudo apt-get install wicd wicd-gtk wicd-daemon wicd-cli wicd-curses
也不起作用。任何帮助都将不胜感激。谢谢。
答案1
Ubuntu 14.04 附带一个可用的 rtl8723ae 驱动程序,因此无需构建一个。尝试使用功能键(我的东芝电脑上是 F12)来启用/禁用无线。这就是输出中的“硬阻止”问题
rfkill list
软阻塞问题是指 NetworkManager 之类的程序未选中“启用 Wifi”。Wicd 可以工作,但我没有使用过。Network Manager 对我来说可以工作。