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)
我也遇到了网络管理器的问题,只需重新安装它即可:
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)
小智 2
如果与 Windows 10 进行双重启动,您可能需要首先禁用快速启动选项。请参阅链接...
我需要这样做才能连接到互联网。首先执行此操作,然后安装 Ubuntu。
| 归档时间: |
|
| 查看次数: |
121038 次 |
| 最近记录: |