This is what is showing when I look at the wired management. I don't know what I did that it's showing all of these and I can no longer access the internet.
Asked
Active
Viewed 214 times
2
-
Try "sudo systemctl restart NetworkManager" command – petep Apr 09 '23 at 16:47
-
Where is the question all I see is a link. – David Apr 09 '23 at 17:02
1 Answers
0
These two steps should make the wired connection managed, as found in this answer
sudo touch /etc/NetworkManager/conf.d/10-globally-managed-devices.conf
sudo systemctl restart NetworkManager

Roman
- 115