参考链接: https://bbs.archlinux.org/viewtopic.php?id=208874
If the firmware file directory doesn't exist, create it:
sudo mkdir -p /lib/firmware/ath10k/QCA6174/hw3.0/
If the directory already exists, backup everything important from it:
mkdir ~/ath10k_old
cp /lib/firmware/ath10k/QCA6174/hw3.0/* ~/ath10k_old
Then delete it's old contents:
sudo rm /lib/firmware/ath10k/QCA6174/hw3.0/*
Now we can start downloading the new board file and the firmware:
下载上面2个文件复制进/lib/firmware/ath10k/QCA6174/hw3.0/
重命名为
/board.bin
/firmware-4.bin
Make the files executable:
sudo chmod +x /lib/firmware/ath10k/QCA6174/hw3.0/*
Reboot and your wireless should now be working!