Qualcomm Atheros QCA9377 无线不适用于 14.04.3 的联想

ubu*_*njz 5 lenovo networking atheros drivers

帮助,我已经尝试了用于 ubuntu 15.10 和 Qualcomm 适配器的其他修复程序,但对于运行 14.04.3 的 Qualcomm Atheros QCA9377 无线适配器的 lenovo ideapad 500 没有任何效果。我可能使用了错误的终端命令吗?我正在使用在另一篇文章中找到的这组命令:

sudo apt-get install build-essential linux-headers-$(uname -r) git
echo "options ath10k_core skip_otp=y" | sudo tee /etc/modprobe.d/ath10k_core.conf
wget http://filebin.ca/2LVgpjSgiT56/backp...-11-05.tar.bz2
unzip backp...-11-05.tar.bz2
cd backports-ath10k-2015-11-05
make defconfig-ath10k
make
sudo make install
git clone https://github.com/kvalo/ath10k-firmware.git
sudo cp -r ath10k-firmware/ath10k/ /lib/firmware/
sudo cp -r ath10k-firmware/QCA9377 /lib/firmware/ath10k/
cp firmware-5.bin_WLAN.TF.1.0-00267-1 firmware-5.bin
Reboot
Run Code Online (Sandbox Code Playgroud)

任何帮助表示赞赏

chi*_*555 3

请尝试:

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
Run Code Online (Sandbox Code Playgroud)

重新启动并告诉我们它是否有效。