I have been using kubuntu for about 3weeks on this device now but suddenly the ethernet stopped working but the wlan still works fine.
Specs that maybe usefull:
- msi b660-a pro motherboard
- No name wifi stick
Software that I use that may cause this issue:
- vm ware 17 with self signed drivers
- nvidia drivers
- the x11 version of kde
other Stuff that may help:
ip a:
sudo lshw -C network:
sudo cat /etc/netplan/01-network-manager-all.yaml:
A screenshot of the network connections in the settings:
https://imgur.com/a/BLIRps4
I have search online but found no solution
Specs that maybe usefull:
- msi b660-a pro motherboard
- No name wifi stick
Software that I use that may cause this issue:
- vm ware 17 with self signed drivers
- nvidia drivers
- the x11 version of kde
other Stuff that may help:
ip a:
Code:
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 noprefixroute valid_lft forever preferred_lft forever 2: enp3s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000 link/ether d8:bb:c1:d2:ed:cd brd ff:ff:ff:ff:ff:ff 3: wlxd0c0bf2185ab: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000 link/ether d0:c0:bf:21:85:ab brd ff:ff:ff:ff:ff:ff inet 192.168.188.42/24 brd 192.168.188.255 scope global dynamic noprefixroute wlxd0c0bf2185ab valid_lft 863142sec preferred_lft 863142sec inet6 2003:f6:f709:fc00:50e1:9830:38a4:7b82/64 scope global temporary dynamic valid_lft 6884sec preferred_lft 1449sec inet6 2003:f6:f709:fc00:39ad:769d:1f0e:5899/64 scope global dynamic mngtmpaddr noprefixroute valid_lft 6884sec preferred_lft 1449sec inet6 fe80::78ef:25f1:de80:6fd5/64 scope link noprefixroute valid_lft forever preferred_lft forever 4: virbr0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc noqueue state DOWN group default qlen 1000 link/ether 52:54:00:cd:c5:77 brd ff:ff:ff:ff:ff:ff inet 192.168.122.1/24 brd 192.168.122.255 scope global virbr0 valid_lft forever preferred_lft forever 5: lxcbr0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc noqueue state DOWN group default qlen 1000 link/ether 00:16:3e:00:00:00 brd ff:ff:ff:ff:ff:ff inet 10.0.3.1/24 brd 10.0.3.255 scope global lxcbr0 valid_lft forever preferred_lft forever
Code:
*-network description: Ethernet interface product: RTL8125 2.5GbE Controller vendor: Realtek Semiconductor Co., Ltd. physical id: 0 bus info: pci@0000:03:00.0 logical name: enp3s0 version: 05 serial: d8:bb:c1:d2:ed:cd size: 100Mbit/s capacity: 1Gbit/s width: 64 bits clock: 33MHz capabilities: pm msi pciexpress msix vpd bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation configuration: autonegotiation=on broadcast=yes driver=r8169 driverversion=6.8.0-44-generic duplex=full firmware=rtl8125b-2_0.0.2 07/13/20 latency=0 link=yes multicast=yes port=twisted pair speed=100Mbit/s resources: irq:16 ioport:3000(size=256) memory:81100000-8110ffff memory:81110000-81113fff *-network description: Wireless interface physical id: 7 bus info: usb@1:10 logical name: wlxd0c0bf2185ab serial: d0:c0:bf:21:85:ab capabilities: ethernet physical wireless configuration: broadcast=yes driver=rtw_8822bu driverversion=6.8.0-44-generic firmware=N/A ip=192.168.188.42 link=yes multicast=yes wireless=IEEE 802.11
Code:
network: version: 2 renderer: NetworkManager
https://imgur.com/a/BLIRps4
I have search online but found no solution
Comment