首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >Qualcom atheros无线适配器在我的宏碁laptop膝上型计算机中未被识别

Qualcom atheros无线适配器在我的宏碁laptop膝上型计算机中未被识别
EN

Ask Ubuntu用户
提问于 2015-12-09 13:18:40
回答 1查看 1.3K关注 0票数 1

请帮帮我,我是linux的新手。我运行这个命令来检查我的无线适配器是否工作。下面是结果。

代码语言:javascript
复制
deepu@deepu-Aspire-VN7-592G:~$ sudo lshw -C network
  ***-network UNCLAIMED**     
   description: Network controller
   product: QCA6174 802.11ac Wireless Network Adapter
   vendor: Qualcomm Atheros
   physical id: 0
   bus info: pci@0000:07:00.0
   version: 32
   width: 64 bits
   clock: 33MHz
   capabilities: pm msi pciexpress cap_list
   configuration: latency=0
   resources: memory:84000000-841fffff
*-network
   description: Ethernet interface
   product: RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
   vendor: Realtek Semiconductor Co., Ltd.
   physical id: 0
   bus info: pci@0000:08:00.0
   logical name: eth0
   version: 15
   serial: 30:65:ec:8d:42:d4
   size: 100Mbit/s
   capacity: 1Gbit/s
   width: 64 bits
   clock: 33MHz
   capabilities: pm msi pciexpress msix bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation
   configuration: autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3LK-NAPI duplex=full firmware=rtl8168h-2_0.0.2 02/26/15 ip=192.168.200.217 latency=0 link=yes multicast=yes port=MII speed=100Mbit/s
   resources: irq:125 ioport:3000(size=256) memory:84204000-84204fff memory:84200000-84203ff
EN

回答 1

Ask Ubuntu用户

发布于 2015-12-09 15:51:06

请尝试使用临时互联网连接:

代码语言:javascript
复制
sudo apt-get update
sudo apt-get install linux-headers-generic build-essential
wget https://www.kernel.org/pub/linux/kernel/projects/backports/2015/11/20/backports-20151120.tar.gz
tar -zxvf backports-20151120.tar.gz
cd backports-20151120
make defconfig-ath10k
make
sudo make install

重新启动。它可能会丢失所需的固件。请查找并张贴:

代码语言:javascript
复制
dmesg | grep ath

我将编辑我的答案,以提供定位和安装固件的方法。

票数 2
EN
页面原文内容由Ask Ubuntu提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://askubuntu.com/questions/707746

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档