您的位置:首页 > 运维架构 > Linux

If your Linux has some problem, this file could help you.

2017-02-08 12:04 357 查看
Ubuntu 16.04 users should just need to
sudo apt-get update && sudo apt-get upgrade
RebootYou do not need Windows drivers and ndiswrapperThis has been recently fixed upstream, follow the instructions to install the backported modules and needed firmware
sudo apt-get install build-essential linux-headers-$(uname -r) gitecho "options ath10k_core skip_otp=y" | sudo tee /etc/modprobe.d/ath10k_core.confwget https://www.kernel.org/pub/linux/kernel/projects/backports/stable/v4.4.2/backports-4.4.2-1.tar.gztar -zxvf backports-4.4.2-1.tar.gzcd backport-4.4.2-1make defconfig-wifimakesudo make installgit clone https://github.com/kvalo/ath10k-firmware.gitsudo cp -r ath10k-firmware/QCA9377 /lib/firmware/ath10k/sudo cp /lib/firmware/ath10k/QCA9377/hw1.0/firmware-5.bin_WLAN.TF.1.0-00267-1 /lib/firmware/ath10k/QCA9377/hw1.0/firmware-5.bin
And it should work after a rebootIt will fail when a new kernel is installed through updates until the kernel is patched to support the wifi. When that happens you will need to
cd backports-4.4.2-1make cleanmake defconfig-wifimakesudo make install
And reboot
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  Linux ubuntu