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.