Problema com a rede WIFI do ubuntu 12.04 [RESOLVIDO]

1. Problema com a rede WIFI do ubuntu 12.04 [RESOLVIDO]

akanamay
akanamay

(usa Ubuntu)

Enviado em 14/11/2013 - 22:53h

Olá pessoal!

Eu instalei o ubuntu 12.04, mas não consegui conectar a rede wifi, fica como se faltasse o driver ou algo assim

no lspci aparece o seguinte

Network controller: Realtek Semiconductor Co., Ltd. Device 8723
Ethernet controller: JMicron Technology Corp. JMC250 PCI Express Gigabit Ethernet Controller (rev 03)

O que eu posso fazer para funcionar?
Agradeço desde já.


  


2. Re: Problema com a rede WIFI do ubuntu 12.04 [RESOLVIDO]

André Canhadas
andrecanhadas

(usa Debian)

Enviado em 14/11/2013 - 23:31h

Tente compilar o drive:

sudo apt-get install build-essential linux-headers-generic linux-headers-`uname -r`

wget -O- http://dl.dropbox.com/u/57056576/DRIVERS/REALTEK/rtl_92ce_92se_92de_8723ae_linux_mac80211_0006.0514.... | tar -xz

cd rtl_92ce_92se_92de_8723ae_linux_mac80211_0006.0514.2012
make
sudo make install


Ai só ative o modulo:

sudo modprobe rtl8723e



3. Re: Problema com a rede WIFI do ubuntu 12.04 [RESOLVIDO]

akanamay
akanamay

(usa Ubuntu)

Enviado em 14/11/2013 - 23:41h

eu usei os comandos:

sudo apt-get update
sudo apt-get install build-essential linux-headers-generic linux-headers-`uname-r`
wget-O- | Tar-xz
cd rtl_92ce_92se_92de_8723ae_linux_mac80211_0006.0514.2012 /
fazer
sudo make install
sudo modprobe rtl8723e


funcionou, mas aí eu reiniciei o notebook e o wifi não pegou novamente


4. Re: Problema com a rede WIFI do ubuntu 12.04 [RESOLVIDO]

André Canhadas
andrecanhadas

(usa Debian)

Enviado em 14/11/2013 - 23:48h

akanamay escreveu:

eu usei os comandos:

sudo apt-get update
sudo apt-get install build-essential linux-headers-generic linux-headers-`uname-r`
wget-O- | Tar-xz
cd rtl_92ce_92se_92de_8723ae_linux_mac80211_0006.0514.2012 /
fazer
sudo make install
sudo modprobe rtl8723e


funcionou, mas aí eu reiniciei o notebook e o wifi não pegou novamente


Edite o arquivo /etc/modules


sudo gedit /etc/modules


Adicione a linha no final do arquivo /etc/modules:

rtl8723e


ou somente :

sudo echo "rtl8723e" >> /etc/modules




  



Patrocínio

Site hospedado pelo provedor RedeHost.
Linux banner

Destaques

Artigos

Dicas

Tópicos

Top 10 do mês

Scripts