首先,非常感谢您的帮助。我很困惑。
我安装了我认为需要的所有linux头。但对司机来说还是失败了。但是看起来驱动程序可以用于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
也不管用。任何帮助都会很感激的。谢谢。
发布于 2015-03-15 21:41:56
Ubuntu14.04附带了一个工作的rtl8723ae驱动程序,因此不需要构建一个驱动程序。尝试函数键(我的东芝上的F12)来启用/禁用无线。的输出中的“硬块”问题
rfkill list
软块问题是像NetworkManager这样没有检查"Enable“的程序。Wicd很管用,但我没有任何经验。网络经理为我工作。
https://askubuntu.com/questions/554393
复制相似问题