My Ubuntu 16.10 is a fresh install. But the Ethernet connection isn't connecting. Am I missing something?
Asked
Active
Viewed 1,301 times
1
1 Answers
4
I faced this issue when I upgraded from 16.04 to 16.10 . The problem was that file /etc/NetworkManager/conf.d/10-globally-managed-devices.conf
was not created, so my wired connection did not work. I manually created the file as follows:
touch /etc/NetworkManager/conf.d/10-globally-managed-devices.conf
Afterwards, restart NetworkManager:
service NetworkManager restart

Zanna
- 70,465

Noisy_Botnet
- 1,619
lspci -knn | grep Eth -A2
terminal command. – Jonas Czech Apr 15 '17 at 17:01