Problema do driver sem fio ubuntu 12.04.04

-1

Meu laptop é relativamente novo e tem driver sem fio Rtl8723. Atualmente eu tenho o Ubuntu 12.04.4 com o kernel 3.13.0-44-genérico. Como posso fazer o wifi funcionar? É um problema de compatibilidade?

    
por Rachit Bhargava 01.02.2015 / 10:35

1 resposta

0

Backports de 3,18 geralmente funcionam bem para cartões Realtek, no terminal

wget -N -t 5 -T 10 https://www.kernel.org/pub/linux/kernel/projects/backports/stable/v3.18.1/backports-3.18.1-1.tar.xz
tar -xf backports-3.18.1-1.tar.xz
cd ~/backports-3.18.1-1
make defconfig-rtlwifi
make
sudo make install

Reinicie quando terminar

    
por Jeremy31 01.02.2015 / 14:58