How to solve Ubuntu 16.04 bug with the Qualcomm Atheros network card [closed]

-3

Article: Some steps to take:

Perform the configuration:

echo "options ath10k_core skip_otp=y" | sudo tee /etc/modprobe.d/ath10k_core.conf

Download the repository and copy the drivers

git clone https://github.com/kvalo/ath10k-firmware.git
sudo cp -r ath10k-firmware/QCA9377 /lib/firmware/ath10k/
sudo cp /lib/firmware/ath10k/QCA9377/hw1.0/WLAN.TF.1.0/firmware-5.bin_WLAN.TF.1.0-00002-QCATFSWPZ-5 /lib/firmware/ath10k/QCA9377/hw1.0/firmware-5.bin
    
asked by anonymous 12.04.2018 / 16:40

0 answers