即使在连接时“有线网络断开” – 也不能进行以太网连接

我无法通过以太网或wifi连接到互联网。 我们来解决以太网问题,嗯? 我刚刚在HP Mini 1000上安装了Unbuntu 12.04。之前它有11.04,以太网没有任何问题。 我是一名Linux初学者,过去几天我一直在研究这个问题而没有任何进展。

以下是一些输出:

sudo lshw -C network

*-network description: Network controller product: BCM4312 802.11b/g LP-PHY vendor: Broadcom Corporation physical id: 0 bus info: pci@0000:01:00.0 version: 01 width: 64 bits clock: 33MHz capabilities: pm msi pciexpress bus_master cap_list configuration: driver=b43-pci-bridge latency=0 resources: irq:16 memory:feafc000-feafffff *-network description: Ethernet interface product: 88E8040 PCI-E Fast Ethernet Controller vendor: Marvell Technology Group Ltd. physical id: 0 bus info: pci@0000:02:00.0 logical name: eth0 version: 00 serial: 00:25:b3:48:e7:60 capacity: 100Mbit/s width: 64 bits clock: 33MHz capabilities: pm msi pciexpress cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd autonegotiation configuration: autonegotiation=on broadcast=yes driver=sky2 driverversion=1.30 latency=0 link=no multicast=yes port=twisted pair resources: irq:42 memory:febfc000-febfffff ioport:ec00(size=256) 

lspci的

 00:00.0 Host bridge: Intel Corporation Mobile 945GSE Express Memory Controller Hub (rev 03) 00:02.0 VGA compatible controller: Intel Corporation Mobile 945GSE Express Integrated Graphics Controller (rev 03) 00:02.1 Display controller: Intel Corporation Mobile 945GM/GMS/GME, 943/940GML Express Integrated Graphics Controller (rev 03) 00:1b.0 Audio device: Intel Corporation N10/ICH 7 Family High Definition Audio Controller (rev 02) 00:1c.0 PCI bridge: Intel Corporation N10/ICH 7 Family PCI Express Port 1 (rev 02) 00:1c.1 PCI bridge: Intel Corporation N10/ICH 7 Family PCI Express Port 2 (rev 02) 00:1d.0 USB controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller #1 (rev 02) 00:1d.1 USB controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller #2 (rev 02) 00:1d.2 USB controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller #3 (rev 02) 00:1d.3 USB controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller #4 (rev 02) 00:1d.7 USB controller: Intel Corporation N10/ICH 7 Family USB2 EHCI Controller (rev 02) 00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev e2) 00:1f.0 ISA bridge: Intel Corporation 82801GBM (ICH7-M) LPC Interface Bridge (rev 02) 00:1f.1 IDE interface: Intel Corporation 82801G (ICH7 Family) IDE Controller (rev 02) 00:1f.3 SMBus: Intel Corporation N10/ICH 7 Family SMBus Controller (rev 02) 01:00.0 Network controller: Broadcom Corporation BCM4312 802.11b/g LP-PHY (rev 01) 02:00.0 Ethernet controller: Marvell Technology Group Ltd. 88E8040 PCI-E Fast Ethernet Controller 

谢谢你的帮助!

找到解决方案:

/etc/NetworkManager/NetworkManager.conf ,我将managed = false更改为managed = true

然后运行:

 sudo service network-manager restart 

瞧。

有时NetworkManager可能有点夸张,开始搞乱你不想要的东西。 尝试将要连接的物理设备的mac地址与无线设备的ifconfig wlan0或以太网设备的ifconfig eth0 。 在HWaddr之后复制所有内容。 然后编辑/etc/NetworkManager/NetworkManager.conf您需要使用超级用户权限进行编辑。 加

 [keyfile] unmanaged-devices=mac:; 

然后你可以手动连接这里谈到的如何使用命令行连接到WPA wifi网络?

祝好运!

我花了2个小时尝试使用网络管理器和终端恢复网络。 猜猜修复了什么…..关闭调制解调器,拔掉它,重新插上它并重新打开它。 如果保持打开状态,您可以在网络管理器窗口中看到IP地址代码,dns等重新出现。 我认为这是一个“静态锁定”问题,有时会发生在我的Sky电视盒中。 希望这有助于某人

我已经修复了从100mbps lan4端口改为100 / 1000mbps lan1这是最快的一个,希望这有帮助