Wirelles Realtek (RTL8192E) não funciona no Kubuntu 10.10

Iniciado por Thiago_Antunes, 02 de Janeiro de 2011, 00:30

tópico anterior - próximo tópico

Thiago_Antunes

Sou novo como usuário de Linux. Instalei há alguns dias para testar o Kubuntu 10.10 (32 bits) e funcionou tudo legal no meu notebook. Decidi então baixar e instalar a mesma distro só que em versão 64 bits. O problema é que depois disto o Wirelles não funciona. Alguém pode me ajudar?
Se ficar mais fácil: meu notebook é um Samsung-Q320 (Core2Duo 2.2GHz, 4GB de RAM, Nvidia - Geforce Cuda, HD 320GB, Wirelles Realtek 8192E 802.11, que eu me lembre é isto...)
Desde já agradeço.

eldergs

Olá,

Tive o mesmo problema com a minha placa wireless RTL8192E. Tive que ler vários tópicos para tentar achar uma solução:

Primeiro, abre o seu terminal

Rode o código:

lsmod | grep 819

Deve aparecer isso:

r8192e_pci
r8192se_pci

Isso quer dizer que está tendo confrito entre as placas.

Agora rode o seguinte código para colocar a placa r8192se_pci na blacklist:

sudo su
echo "blacklist r8192se_pci" >> /etc/modprobe.d/blacklist.conf
exit


Reinicie

Agora você irá precisar do novo driver que a Realtek envia por e-mail, porém, postei em alguns servidores para ajudar a todos:

http://eldergs.4shared.com
http://hotfile.com/dl/107013470/ed38f5d/rtl8192e_linux_2.6.0015.1013.2010.tar.gz.html
http://www.megaupload.com/?d=F2R0S36T

Agora é só fazer o que o suporte da Realtek pede (recomendo só fazer o que estiver em vermelho, resolveu para mim):

Hi Sir,               

Thanks for your email.

Please find the attached for latest RTL8192E 32bit and 64bit Linux driver which is the updated one different from the one you used.

Just kindly remind, please install by the below steps.
The following is the installing steps:
1. Change to the driver directory
2. sudo su
3. make
4. make install
5.reboot

6. ./wlan0up or ./wlan1up

     Note: 1. if permission denied, change perperty with `chmod 777 wlan0up`
           2. or enable driver with `ifconfig wlanx up`(wlanx denote wlan interface name).

If your OS is 64bit, maybe there is kernel self driver for RTL8192E, you should delet it first before install:


    1) cd /lib/modules/2.6.3x.xx.xx/
    2) find -name "r8192e_pci.ko"
    3) delet all the r8192e_pci.ko
    4) install our RTL8192E driver
    5) reboot.


if there's still any other problem, please let us know.
   Thanks a lot

Regards,
Kidman


Reinicie

Agora desfrute da sua wireless

:)