You are not logged in.
When I connect LAN cable and I boot my laptop, dhcpcd starts normally.
But after I boot my laptop, dhcpcd timed out when changing from wireless to wired connection.
dhcpcd[400]: enp3s0f1: waiting for carrier
dhcpcd[400]: timed out
dhcpcd[400]: dhcpcd exited
Symmetrically, dhcpcd starts normally when changing from wired to wireless connection.
Please help.
Last edited by pen (2016-02-12 05:48:10)
Offline
What are you using to control your wireless networking? systemd-networkd? netctl? NetworkManager? wicd?
Is the wired connection being handled by the same program?
How are you starting dhcpcd? dhcpcd.service? or are you letting one of aforementioned programs handle that?
Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
The shortest way to ruin a country is to give power to demagogues.— Dionysius of Halicarnassus
---
How to Ask Questions the Smart Way
Offline
I'm using NetworkManager to control wireless.
I didn't know NetworkManager uses dhclient.
So when I disabled dhcpcd.service, it solved.
Offline