自从我重启笔记本电脑(非常旧)后,我的互联网连接就无法正常工作。以下是我尝试过的方法:
Ran
sudo -s
然后尝试/etc/init.d/networking stop
:* Deconfiguring network interfaces... Root@carlos-laptop: ~#
冉
status networking
:Networking stop/waiting
冉
status network-manager
:network-manager start/running, process 621
跑步
restart networking
让我:restart: unknown instance:
我成功重新启动了网络管理器。
然
/etc/init.d/networking start
。它说我应该使用服务(8)实用程序和“由于您尝试调用的脚本已转换为 upstart 作业,因此您也可以使用服务(8)……网络停止/等待“。
尝试
ifup eth0
并得到ignoring unknown interface eth0=eth0
ifdown eth0
给了:interface eth0 not configured
然后我
/etc/network/interfaces
在 nano 中配置。具体来说,我删除
loopback lo
并插入了eth0
。然后我运行
/etc/init.d/networking restart
。(此时我以为它会起作用,但我错了。)我得到:*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.
我尝试过
ping www.google.com
并且成功了ping: unknown host www.google.com
。Ran
dpkg --configure -a
给出了: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
再试
restart networking
一次:There is already a pid file /var/run/dgclient.eth0.pid with pid 1811 killed old client process, removed PID file
互联网系统...
得到了相同的答案-没有收到 DHCPOFFERS。启动 Firefox,进入 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
尝试重新启动笔记本电脑,但仍然没有任何反应。
冉
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
做了
sudo dhclient eth0
,得到了:no DHCPOFFERS received
再次重启,打开
/etc/network/interfaces
。是空的。NetworkingManager.conf
也是空的。
我不知道该怎么办。我现在很沮丧,已经在朋友的 iPhone 上写了一小时。所以如果你可以的话,请帮助我,谢谢。
答案1
将其粘贴到/etc/network/interfaces
并重新启动计算机:
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet dhcp