I've installed Ubuntu server as a VM locally (MacOs ARM host through UTM), and installed kubuntu-desktop
right after. The installation went well, but KDE doesn't detect the network.
I do have a connection through terminal or other programs, e.g. Kate can "open" web pages.
I've tried adding ethernet in the network settings of the KDE, but to no avail. It sees the correct interface, but still no connectivity.
ip a
output:
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
inet6 ::1/128 scope host
valid_lft forever preferred_lft forever
2: enp0s1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000
link/ether aa:b7:55:39:42:1e brd ff:ff:ff:ff:ff:ff
inet 10.0.2.15/24 metric 100 brd 10.0.2.255 scope global dynamic enp0s1
valid_lft 85892sec preferred_lft 85892sec
inet6 fec0::a8b7:55ff:fe39:421e/64 scope site dynamic mngtmpaddr noprefixroute
valid_lft 86393sec preferred_lft 14393sec
inet6 fe80::a8b7:55ff:fe39:421e/64 scope link
valid_lft forever preferred_lft forever