我的问题是:
01:00.0 Network controller: Qualcomm Atheros AR9285 Wireless Network Adapter (PCI-Express) (rev 01)
*-network DISPONIBLE
descrição: Interface sem fio
produto: AR9285 Wireless Network Adapter (PCI-Express)
fabricante: Qualcomm Atheros
ID físico: 0
informações do barramento: pci@0000:01:00.0
versão: 01
serial: 1c:c6:3c:ce:49:e3
largura: 64 bits
clock: 33MHz
capacidades: pm msi pciexpress bus_master cap_list ethernet physical wireless
configuração: latency=0
请注意,无线接口没有逻辑名称。因此,在这一步之后,无线连接不起任何作用。
我正在运行kubuntu 14.04.2 lts
Linux 3.16.0-36-通用#48~14.04.1-Ubuntu 4月15日13:11:28 UTC 2015 x86_64 GNU/Linux
发布于 2015-05-09 19:59:07
让驱动程序在启动时自动加载。打开终端并做:
sudo -i
echo ath9k >> /etc/modules
exit
重新启动。检查:
iwconfig
dmesg | grep ath
请在这里张贴结果,并让我们在您的答复中的链接。http://paste.ubuntu.com
https://askubuntu.com/questions/620326
复制相似问题