ps-martins
(usa Debian)
Enviado em 01/09/2015 - 01:48h
apt-get install wireless-tools
iwconfig
verifique se o wlan0 foi mostrada .
ifconfig wlan0 up
caso retorne algum erro, você deve instalar os firmware
apt-get install firmware-linux-nonfree
execute novamente o ifconfig wlan0 up
se retornar a mensagem de erro novamente execute o lspci
lspci | grep -i '(network|wireless)'
O retorno deve ser esse : Realtek RTL8723AE
procure o firmaware mais adequado a sua wlan
apt-cache search firmware | grep firmware | sort
o retorno deve ser mais ou menos assim :
nome_firmaware for intel wireless "8723AE" -> RTL"8723AE"
apt-get install nome_firmaware
ifconfig wlan0 up