ubuntulucas
(usa Ubuntu)
Enviado em 16/05/2016 - 17:26h
consegui arrumar galera, vou postar aqui a soluçao.
#1 Create a temporary directory
mkdir tmp-ath10k
#2 And then,
cd tmp-ath10k
#3 this is to install some necessary softwares, as we need to install from source from git repository
sudo apt-get install build-essential linux-headers-$(uname -r) git
#4
echo "options ath10k_core skip_otp=y" | sudo tee /etc/modprobe.d/ath10k_core.conf
#5 we'll download patched backports in the directory we're working from
wget
http://filebin.ca/2LVgpjSgiT56/backp...-11-05.tar.bz2
#6 extract the downloaded file
tar -vxf backports-ath-2015-11-05.tar.bz2 houve um erro ao extraiar os arquivos, verifiquei que os nomes não batiam e extrai pela interface gráfica mesmo - está na home
#7Get into the extracted folder, and enter these commands one by one, to install the backport.
cd backports-ath10k-2015-11-05
make defconfig-ath10k
make
sudo make install
#8 Now that we've got the backport installed, we'll get the appropriate firmware files and place them in their proper location (which is: /lib/firmware)
git clone
https://github.com/kvalo/ath10k-firmware.git
sudo cp -r ath10k-firmware/ath10k/ /lib/firmware/ - o diretório destacado não existia, então o criei manualmente
sudo cp -r ath10k-firmware/QCA9377 /lib/firmware/ath10k/
#9 For some reasons, the firmware files are not named properly, we fix that.
sudo mv /lib/firmware/ath10k/QCA9377/hw1.0/firmware-5.bin_WLAN.TF.1.0-00267-1 /lib/firmware/ath10k/QCA9377/hw1.0/firmware-5.bin
#10 reboot.
é isso pessoal! abração!
é um respost do evandrolkot
link -->
https://www.vivaolinux.com.br/topico/Rede-Wireless/01000-Network-controller-Qualcomm-Atheros-Device-...