以太网连接的“网络连接激活失败”

Ped*_*rdo 24 network-manager networking internet ethernet 18.04

我已在具有双启动功能的 Surface Book 上安装了 Ubuntu 18.04,但无法使以太网连接正常工作。尽管 wifi 已连接,但我不断收到以太网的“网络连接激活失败”错误。

sudo lshw -C network 给我:

  *-network                 
       description: Wireless interface
       product: 88W8897 [AVASTAR] 802.11ac Wireless
       vendor: Marvell Technology Group Ltd.
       physical id: 0
       bus info: pci@0000:03:00.0
       logical name: wlp3s0
       version: 00
       serial: 98:5f:d3:45:f8:58
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless
       configuration: broadcast=yes driver=mwifiex_pcie ip=192.168.1.189 latency=0 multicast=yes wireless=IEEE 802.11
       resources: irq:133 memory:b9500000-b95fffff memory:b9400000-b94fffff
  *-network
       description: Ethernet interface
       physical id: 1
       logical name: enxc49dede69606
       serial: c4:9d:ed:e6:96:06
       size: 10Mbit/s
       capacity: 1Gbit/s
       capabilities: ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation
       configuration: autonegotiation=on broadcast=yes driver=r8152 driverversion=v1.09.9 duplex=half link=yes multicast=yes port=MII speed=10Mbit/s
Run Code Online (Sandbox Code Playgroud)

但我想这还不足以进行调查。请让我知道在这种情况下还有什么有用的信息,我会将其添加到问题中。

PS:我看到了这个问题,但是我已经安装了所有更新,但我仍然无法连接,所以这不是重复的。

更新: 在关闭计算机之前,我在“设置”中关闭了电缆连接。今天当我打开它时,以太网按钮不见了: 在此处输入图片说明

运行journalctl给出了这个:https : //gist.github.com/sedulam/b37515fc90ab41a6d1c88a951baf11f6

ip ro 给出了这个:

default via 192.168.1.254 dev wlp3s0 proto dhcp metric 600 
169.254.0.0/16 dev wlp3s0 scope link metric 1000 
192.168.1.0/24 dev wlp3s0 proto kernel scope link src 192.168.1.195 metric 600
Run Code Online (Sandbox Code Playgroud)

systemctl 给出:https ://gist.github.com/sedulam/77d905dc3ecdf379a785b0694e23ed3e

ps aux | egrep wpa\|conn 给出:

root      1037  0.0  0.0  45016  7504 ?        Ss   21:16   0:00 /sbin/wpa_supplicant -u -s -O /run/wpa_supplicant
pedro     3460  0.0  0.0  21536  1088 pts/0    S+   21:21   0:00 grep -E --color=auto wpa|conn
Run Code Online (Sandbox Code Playgroud)

服务 --status-all 给出:https : //gist.github.com/sedulam/ae85b271a24aecdd3f04f920df2059e9

Surface Book 型号: Microsoft Surface Book 13.5 英寸触摸屏笔记本电脑(Intel Core i7-6600U 2.6 GHz、16 GB RAM、512 GB SSD、NVIDIA 1 GB 集成显卡、Windows 10 Pro)

mkt*_*lus 9

尝试了各种解决方案后,最终唯一有效的方法就是重置路由器。这个故事的寓意是:首先尝试最简单的解决方案。


dsc*_*001 2

我也遇到了网络管理器的问题,只需重新安装它即可:

sudo apt-get install --reinstall network-manager
Run Code Online (Sandbox Code Playgroud)

然后重新启动您的机器。它会有所帮助。如果没有,我会避免双启动。
如果这不能解决您的问题,请执行以下操作...

sudo ifconfig [interface] down
sudo ifconfig [interface] up
Run Code Online (Sandbox Code Playgroud)

  • 没有起作用。:( 不管怎么说,还是要谢谢你。 (5认同)

小智 2

如果与 Windows 10 进行双重启动,您可能需要首先禁用快速启动选项。请参阅链接...

我需要这样做才能连接到互联网。首先执行此操作,然后安装 Ubuntu。

Ubuntu 网络连接问题

  • 我已经有这个残疾了,不幸的是,没有运气。不过还是谢谢你的分享!我们已将问题范围缩小到 Surface Dock 固件的问题。我已经把 Ubuntu 移到了一台专用笔记本电脑上。 (2认同)