Placa de Rede é reconhecida mas não funciona

1. Placa de Rede é reconhecida mas não funciona

Matheus Delatorre
MrEturin

(usa Ubuntu)

Enviado em 09/04/2018 - 17:53h

Olá Pessoal.
O problema:
Estou com um notebook positivo Master N250L e instalei nele o ubuntu 16.04.
Tudo funciona menos a placa de rede com fio.
Procurei por vários foruns sobre como resolver o problema, segui alguns passos(alguns aqui do viva o linux mesmo) porém não encontrei a solução.

quando rodo o comando
ifconfig 
:
lo Link encap:Loopback Local
inet end.: 127.0.0.1 Masc:255.0.0.0
endereço inet6: ::1/128 Escopo:Máquina
UP LOOPBACK RUNNING MTU:65536 Métrica:1
pacotes RX:7435 erros:0 descartados:0 excesso:0 quadro:0
Pacotes TX:7435 erros:0 descartados:0 excesso:0 portadora:0
colisões:0 txqueuelen:1000
RX bytes:626212 (626.2 KB) TX bytes:626212 (626.2 KB)

wlp2s0 Link encap:Ethernet Endereço de HW 54:27:1e:9b:11:63
inet end.: 192.168.0.30 Bcast:192.168.0.255 Masc:255.255.255.0
endereço inet6: fe80::3409:96ff:c794:ab6c/64 Escopo:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Métrica:1
pacotes RX:49850 erros:0 descartados:0 excesso:0 quadro:0
Pacotes TX:30459 erros:0 descartados:0 excesso:0 portadora:0
colisões:0 txqueuelen:1000
RX bytes:29081297 (29.0 MB) TX bytes:4449985 (4.4 MB)

Ele mostra a placa de rede wireless e meu getway padrão.

quando rodo
lspci 


00:19.0 Ethernet controller: Intel Corporation Ethernet Connection I217-V (rev 05)
02:00.0 Network controller: Realtek Semiconductor Co., Ltd. RTL8723BE PCIe Wireless Network Adapter

ele me mostra as duas redes.

segundo alguns tópicos, eu deveria inserir as seguintes informações em /etc/network/interface


auto eth0
iface eth0 inet dhcp


Porém, quando solicito o restart com
systemctl restart networking.service 
:

Job for networking.service failed because the control process exited with error code. See "systemctl status networking.service" and "journalctl -xe" for details.


E ao verificar o status:

systemctl status networking.service
● networking.service - Raise network interfaces
Loaded: loaded (/lib/systemd/system/networking.service; enabled; vendor preset: enabled)
Drop-In: /run/systemd/generator/networking.service.d
└─50-insserv.conf-$network.conf
Active: failed (Result: exit-code) since Seg 2018-04-09 17:48:38 -03; 16s ago
Docs: man:interfaces(5)
Process: 3041 ExecStop=/sbin/ifdown -a --read-environment --exclude=lo (code=exited, status=0/SUCCESS)
Process: 3669 ExecStart=/sbin/ifup -a --read-environment (code=exited, status=1/FAILURE)
Process: 3665 ExecStartPre=/bin/sh -c [ "$CONFIGURE_INTERFACES" != "no" ] && [ -n "$(ifquery --read-environment --list --exclude=lo)" ] && ud
Main PID: 3669 (code=exited, status=1/FAILURE)

Abr 09 17:48:38 matheus-siclop ifup[3669]: than a configuration issue please read the section on submitting
Abr 09 17:48:38 matheus-siclop ifup[3669]: bugs on either our web page at www.isc.org or in the README file
Abr 09 17:48:38 matheus-siclop ifup[3669]: before submitting a bug. These pages explain the proper
Abr 09 17:48:38 matheus-siclop ifup[3669]: process and the information we find helpful for debugging..
Abr 09 17:48:38 matheus-siclop ifup[3669]: exiting.
Abr 09 17:48:38 matheus-siclop ifup[3669]: Failed to bring up eth0.
Abr 09 17:48:38 matheus-siclop systemd[1]: networking.service: Main process exited, code=exited, status=1/FAILURE
Abr 09 17:48:38 matheus-siclop systemd[1]: Failed to start Raise network interfaces.
Abr 09 17:48:38 matheus-siclop systemd[1]: networking.service: Unit entered failed state.
Abr 09 17:48:38 matheus-siclop systemd[1]: networking.service: Failed with result 'exit-code'.


Alguém já passou por isso?
Gostaria de entender melhor este problema, então, se tiverem algum material que explique o funcionamento dessa parte de configuração de placas de rede no linux, eu ficaria muito grato.
Agradeço desde já a ajuda.


  


2. Re: Placa de Rede é reconhecida mas não funciona

3. Re: Placa de Rede é reconhecida mas não funciona

Clodoaldo Santos
clodoaldops

(usa Linux Mint)

Enviado em 10/04/2018 - 00:32h

Vá em drivers adicionais e veja se há driver da sua placa de rede pra ser ativado


4. Re: Placa de Rede é reconhecida mas não funciona

Matheus Delatorre
MrEturin

(usa Ubuntu)

Enviado em 10/04/2018 - 12:09h



Eu tentei seguir as soluções, porém não resultaram em sucesso. Aqui temos uma diferença, quando eu passo o comando que o usuário do askubuntu menciona na pergunta "
sudo systemctl status networking.service
" meu sistema não gera erros. Ele gerou o erro quando eu inseri em
/etc/network/interface
o seguinte comando:

auto eth0
iface eth0 inet dhcp


porém segui as informações que falam sobre esse Predictable-Network-Interface-Names mas não consegui resolver meu problema.





5. Re: Placa de Rede é reconhecida mas não funciona

Matheus Delatorre
MrEturin

(usa Ubuntu)

Enviado em 10/04/2018 - 12:14h

clodoaldops escreveu:

Vá em drivers adicionais e veja se há driver da sua placa de rede pra ser ativado


Não há.


6. Re: Placa de Rede é reconhecida mas não funciona

Matheus Delatorre
MrEturin

(usa Ubuntu)

Enviado em 10/04/2018 - 12:39h

Buscando informações, encontrei o seguinte comando : [quote]dmesg | grep -e e1000e</quote]

[    2.793247] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k
[ 2.793248] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[ 2.793362] e1000e 0000:00:19.0: PCI INT A: failed to register GSI
[ 2.793367] e1000e: probe of 0000:00:19.0 failed with error -16





7. Placa de Rede é reconhecida mas não funciona

Wesley Saraiva
wesleyfox

(usa Ubuntu)

Enviado em 10/04/2018 - 15:21h


Olá, chefe!
Vamos ver se o sistema consegue identificar mais algumas informações sobre o hardware. Vamos usar o comando abaixo, poste a saída, por favor.
lshw -C network 

Se possível diga também qual distro você está usando no note.


8. Re: Placa de Rede é reconhecida mas não funciona

Buckminster
Buckminster

(usa Debian)

Enviado em 10/04/2018 - 19:58h

Verificou o cabo?

Se tu retirar
auto eth0
iface eth0 inet dhcp

do arquivo e executar systemctl restart networking.service, ele reinicia normalmente?


9. Re: Placa de Rede é reconhecida mas não funciona

Ricardo Lino Olonca
ricardoolonca

(usa Debian)

Enviado em 10/04/2018 - 21:58h

Como root, rode o seguinte comando:

iwlist scan

Poste o resultado.

PS. No arquivo /etc/network/interfaces só tem as configurações da tua cabeada.






Patrocínio

Site hospedado pelo provedor RedeHost.
Linux banner

Destaques

Artigos

Dicas

Tópicos

Top 10 do mês

Scripts