在Ubuntu 14.04.4 LTS中无法连接到Internet


0

我最近在Dell Vostro 3446上安装了Ubuntu 14.04.4 LTS,并立即更新了Ubuntu。它要求我重新启动,而我做到了。重新启动后,我无法使用以太网适配器连接到Internet。我尝试了askubuntu.com和ubuntuforums.org上列出的所有解决方案,但没有任何效果。请帮我解决一下这个。


显示:ifconfigip route
EdiD

Answers:


0

验证您的以太网设备在更新/重启后没有更改名称。在您的/ etc / network / interfaces文件中,您可能会有类似以下内容:

# The primary network interface
auto eth0
iface eth0 inet dhcp

检查dmesg输出,该设备仍被称为ethX。我已经看到他们成为emX。如果它们已更改,则需要对/ etc / network / interfaces进行更改以反映不同的设备名称。

By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.