

Zhang Yuming
-
Posts
4 -
Joined
-
Last visited
Community Answers
-
Zhang Yuming's post in Enable private ip address for eth0 was marked as the answer
I found the solution is to disable NetworkManager and Networking, enable the dhcpcd; by this way the ethernet works for me.
sudo systemctl stop NetworkManager sudo systemctl disable NetworkManager sudo systemctl stop networking sudo systemctl disable networking sudo apt-get install dhcpcd5 the wireless network is disabled by this way, but can be started by wpa_supplicant, it's another topic.