Cole isso em /etc/network/interfaces
e reinicie o computador:
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet dhcp
Minha conexão com a Internet não está funcionando desde que reiniciei meu laptop (que é muito antigo). Aqui está o que eu tentei:
Ran sudo -s
, em seguida, tentou /etc/init.d/networking stop
:
* Deconfiguring network interfaces...
Root@carlos-laptop: ~#
Ran status networking
:
Networking stop/waiting
Ran status network-manager
:
network-manager start/running, process 621
A execução de restart networking
me dá: restart: unknown instance:
Reiniciei com sucesso o gerenciador de rede.
Ran /etc/init.d/networking start
.
Ele diz que eu deveria usar o utilitário service (8) e " já que o script que você está tentando chamar foi convertido em um job upstart, você também pode usar o serviço (8) ... .. .networking stop / waiting ".
Tentei ifup eth0
e recebi ignoring unknown interface eth0=eth0
ifdown eth0
deu: interface eth0 not configured
Então eu configurei /etc/network/interfaces
em nano.
Especificamente, excluí a loopback lo
e inseri eth0
.
Então eu corri /etc/init.d/networking restart
. (A essa altura achei que funcionaria, mas estava errado.) Eu consegui:
*reconfiguring network interfaces...
Internet Systems Consortium DHCP Client V3.1.3
Copyright...bla all rights reserved
Listening on LPF/eth0/00:90:f5:4d:f8:ed
Sending on --as above--
Sending on Socket/fallback
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 4;6;7;14;19;11
No DHCPOFFERS recevied.
No working leases in persistent database - sleeping.
Eu tentei ping www.google.com
e recebi ping: unknown host www.google.com
.
Ran dpkg --configure -a
que deu:
Setting up libsdl-ttf2.0-0 (--configure): subprocess installed post-installation script returned error exit status 2
Errors were encountered while processing:
libsdl-ttf2.0-0
Tentei novamente restart networking
:
There is already a pid file /var/run/dgclient.eth0.pid with pid 1811 killed old client process, removed PID file
Sistemas de Internet ...
Recebi a mesma resposta - nenhum DHCPOFFERS recebido.
Iniciou o Firefox, foi para o Google:
-XML Parsing Error: not well-formed
Location: jar:file///usr/lib/firefox/omni.ja!/chrome/toolkit/content/global/etError.xhtml
Line number 23, Column 51:
<link rel="stylesheet" href="chrome://global/s
Tentou reiniciar o laptop e não conseguiu mais nada.
Ran route -n
:
Destination 169.254.0.0
Gateway 0.0.0.0
Genmask 255.255.0.0
Flags metric ref U 0 0
Use Iface 0 eth0
Fez sudo dhclient eth0
, obteve: no DHCPOFFERS received
Reiniciado novamente, abriu /etc/network/interfaces
. Estava vazio. NetworkingManager.conf
também está vazio.
Eu não sei o que fazer. Estou tão frustrada agora e tenho escrito isso por uma hora no iPhone do meu amigo. Então, se você puder, me ajude, obrigado.
Cole isso em /etc/network/interfaces
e reinicie o computador:
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet dhcp