Wireless Ubuntu nao funciona [RESOLVIDO]

1. Wireless Ubuntu nao funciona [RESOLVIDO]

lucas
ubuntulucas

(usa Ubuntu)

Enviado em 14/05/2016 - 22:27h

Instalei o Ubuntu no meu note hoje, mas o wireless nao funciona, como se o pc nao tivesse wifi..
eu fui no terminal e digitei o lspci e vi la a placa, é uma atheros, pelo que pesquisei vi que é bem dificil de arrumar isso e tals.
eu ja instalei uma vez, mas n lembro bem oque eu fiz para arrumar, eu lembro de atualizar algumas coisas, porem fiz dessa vez mas nao deu certo, acho que nao fiz as mesmas coisas na vdd..
ja usei o apt-get update e nada.
alguma ideia?


  


2. Re: Wireless Ubuntu nao funciona [RESOLVIDO]

Clodoaldo Santos
clodoaldops

(usa Linux Mint)

Enviado em 15/05/2016 - 20:34h

1-qual ubuntu vc usa?

2-qual saida comando lspci?


3. Re: Wireless Ubuntu nao funciona [RESOLVIDO]

Carlos Adriano
CarlosAdriano

(usa Nenhuma)

Enviado em 15/05/2016 - 22:53h

O jeito mais fácil seria, tentar uma wiki do Debian por exemplo com o nome do driver.
E claro, se você conectar um cabo de internet no computador, fica mais fácil ainda.

tu baixas o driver no note, e instala seguindo a wiki do debian,
dá uma pesquisada no google, wiki debian, e depois nela, pesquisa os modelos compatíveis com teu hardware .


4. Re: Wireless Ubuntu nao funciona [RESOLVIDO]

lucas
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-...






Patrocínio

Site hospedado pelo provedor RedeHost.
Linux banner

Destaques

Artigos

Dicas

Tópicos

Top 10 do mês

Scripts