RTL8101E não está funcionando [ubuntu 14.04]

1

Tenho algum problema com o meu lap top TOSHIBA SATELLITE L50-B-1EF. Eu comprei este laptop sem qualquer sistema operacional e instalei o Ububntu 14.04 no modo UEFI com inicialização segura. Nem conexão com fio nem wi-fi não estão funcionando ... Eu tentei instalar o driver do site oficial Realtek - r8101-1.026.00, mas não pode ser chamado ... Erro:

abraham@nihgt-flyer:~/r8101-1.026.00$ sudo make
[sudo] password for abraham: 
make -C src/ clean
make[1]: Entering directory '/home/abraham/r8101-1.026.00/src'
make -C /lib/modules/3.13.0-32-generic/build SUBDIRS=/home/abraham/r8101-1.026.00/src clean
make[2]: Entering directory '/usr/src/linux-headers-3.13.0-32-generic'
  CLEAN   /home/abraham/r8101-1.026.00/src/.tmp_versions
  CLEAN   /home/abraham/r8101-1.026.00/src/Module.symvers
make[2]: Leaving directory '/usr/src/linux-headers-3.13.0-32-generic'
make[1]: Leaving directory '/home/abraham/r8101-1.026.00/src'
make -C src/ modules
make[1]: Entering directory '/home/abraham/r8101-1.026.00/src'
make -C /lib/modules/3.13.0-32-generic/build SUBDIRS=/home/abraham/r8101-1.026.00/src modules
make[2]: Entering directory '/usr/src/linux-headers-3.13.0-32-generic'
  CC [M]  /home/abraham/r8101-1.026.00/src/r8101_n.o
  CC [M]  /home/abraham/r8101-1.026.00/src/rtl_eeprom.o
  CC [M]  /home/abraham/r8101-1.026.00/src/rtltool.o
  LD [M]  /home/abraham/r8101-1.026.00/src/r8101.o
  Building modules, stage 2.
  MODPOST 1 modules
  CC      /home/abraham/r8101-1.026.00/src/r8101.mod.o
  LD [M]  /home/abraham/r8101-1.026.00/src/r8101.ko
make[2]: Leaving directory '/usr/src/linux-headers-3.13.0-32-generic'
make[1]: Leaving directory '/home/abraham/r8101-1.026.00/src'
make -C src/ install
make[1]: Entering directory '/home/abraham/r8101-1.026.00/src'
make -C /lib/modules/3.13.0-32-generic/build SUBDIRS=/home/abraham/r8101-1.026.00/src INSTALL_MOD_DIR=kernel/drivers/net/ethernet/realtek modules_install
make[2]: Entering directory '/usr/src/linux-headers-3.13.0-32-generic'
  INSTALL /home/abraham/r8101-1.026.00/src/r8101.ko
Can't read private key
  DEPMOD  3.13.0-32-generic
make[2]: Leaving directory '/usr/src/linux-headers-3.13.0-32-generic'
make[1]: Leaving directory '/home/abraham/r8101-1.026.00/src'
abraham@nihgt-flyer:~/r8101-1.026.00$ sudo make install
make -C src/ install
make[1]: Entering directory '/home/abraham/r8101-1.026.00/src'
make -C /lib/modules/3.13.0-32-generic/build SUBDIRS=/home/abraham/r8101-1.026.00/src INSTALL_MOD_DIR=kernel/drivers/net/ethernet/realtek modules_install
make[2]: Entering directory '/usr/src/linux-headers-3.13.0-32-generic'
  INSTALL /home/abraham/r8101-1.026.00/src/r8101.ko
Can't read private key
  DEPMOD  3.13.0-32-generic
make[2]: Leaving directory '/usr/src/linux-headers-3.13.0-32-generic'
make[1]: Leaving directory '/home/abraham/r8101-1.026.00/src'
abraham@nihgt-flyer:~/r8101-1.026.00$ 

lspci -nn

01:00.0 Network controller [0280]: Broadcom Corporation BCM43142 802.11b/g/n [14e4:4365] (rev 01)
02:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E PCI Express Fast Ethernet controller [10ec:8136] (rev 07)

ifconfig -a

eth0      Link encap:Ethernet  HWaddr c4:54:44:ac:dd:86  
          UP BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:879 errors:0 dropped:0 overruns:0 frame:0
          TX packets:96 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:55560 (55.5 KB)  TX bytes:17581 (17.5 KB)
          Interrupt:105 Base address:0x8000 

lo        Link encap:Local Loopback  
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:65536  Metric:1
          RX packets:361 errors:0 dropped:0 overruns:0 frame:0
          TX packets:361 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:26353 (26.3 KB)  TX bytes:26353 (26.3 KB)

Eu li muitos temas, mas não encontrei a solução para o meu problema e realmente preciso de ajuda. Thnx!

    
por Abraham 14.12.2014 / 12:33

1 resposta

0

A mensagem 'não pode ler chave privada' não é um erro; é uma mensagem informativa que não impede a compilação e instalação do driver r8101. De fato, olhando para o lsmod, a listagem de módulos carregados, ele está ativo e criou uma interface ethernet eth0. Ainda não se conectou, no entanto.

Por favor, reinicie por isso temos uma ardósia limpa e, em seguida, executar:

dmesg > r8101.txt

Encontre o arquivo r8101.txt e cole-o aqui: link Dê-nos o link em sua resposta.

Não vemos nada de notável; isto é, corrigível até agora. Você poderia por favor também fazer:

nm-tool > r8101v2.txt
cat /var/log/syslog | grep -e etwork -e eth0 | tail -n20  >> r8101v2.txt
cat /etc/network/interfaces  >> r8101v2.txt

Cole como acima e nos forneça o link, por favor.

Sugiro que você tente:

sudo ethtool -s eth0 speed 100 duplex half autoneg off

Você consegue se conectar agora? Se funcionar, vamos escrever em um arquivo e torná-lo persistente.

Vamos começar seu wireless. De acordo com dmesg , é:

% bl0ck_qu0te%

Como você ainda tem a instalação de USB ou DVD, insira-o e faça drill down para pool > restrito > b > bcmwl e arraste bcmwl-kernel-source para a sua área de trabalho. Faça o mesmo com pool > main > d > dkms e arraste dkms para o seu desktop. Então instale:

cd ~/Desktop
sudo dpkg -i dkms*.deb
sudo dpkg -i bcmwl*.deb

Reinicie e informe se o seu dispositivo sem fio está funcionando.

    
por chili555 15.12.2014 / 13:53