admin管理员组

文章数量:1608632

lspci | grep Qu

07:00.0 Network controller: Qualcomm Atheros QCA6174 802.11ac Wireless Network Adapter (rev 32)

首先通过上面命令查找到高通无线网卡的型号

知道了之后通过安装

sudo apt-get install linux-firmware

一般就可以解决了。

以下是在网上查找相关的资料。

This device is supported in Ubuntu 15.10 with the latest updates.

You can get it work in Ubuntu 14.04 by installing kernel 4.2 and the updated firmware. Run in terminal:

sudo apt-get install linux-generic-lts-wily

wget https://mirrors.kernel/ubuntu/pool/main/l/linux-firmware/linux-firmware_1.157_all.deb

sudo dpkg -i linux-firmware_1.157_all.deb

In Ubuntu 15.10 and later you only need t

有的笔记本安装ubuntu之后wifi无法直接使用,通过安装无线网卡驱动之后就能正常通过无线网卡上网了。

当然安装程序的时候要把网线插上。

本文标签: 网卡驱动高通方法UbuntuLinux