我无法在 KDE 中创建 DSL 连接,OK 按钮处于非活动状态,因此我安装了pppoeconf
在新地方使用的 DSL 连接。现在我回到家,并尝试使用普通的以太网连接。但是,KDE 什么也看不到:
检查后/etc/network/interfaces
我发现我的以太网设置为手动
cat /etc/network/interfaces
# interfaces(5) file used by ifup(8) and ifdown(8)
auto lo
iface lo inet loopback
auto dsl-provider
iface dsl-provider inet ppp
pre-up /bin/ip link set enp37s0 up # line maintained by pppoeconf
provider dsl-provider
auto enp37s0
iface enp37s0 inet manual
所以我注释掉了所有相关内容,dsl-provider
并写道
auto enp37s0
iface enp37s0 inet dhcp
现在我可以enp37s0
在 KDE 网络接口中看到该接口(之前只有lo
这个接口),我的互联网也可以正常工作。但是 KDE 本身仍然无法看到任何有线连接(见屏幕截图)。
Ubuntu 16.04 amd64