You are not logged in.
Hello,
I have RTL-8139 but I dint got dhcp address with dhcpcd.
I have error in journalctl:
error changing net interface name eth0 to enp0s12: Device or resource busy
eth0: DHCP lease expired
I solved problem half after boot I give command manually.
sudo ip link set eth0 down
sudo ip link set eth0 up
sudo ip addr
Now I can see the ip address for this card.
Have you any idea how can I automatize on boot?
Why need this to do?
Last edited by gyurman (2014-04-26 23:02:44)
Offline
Is solved from this:
https://bbs.archlinux.org/viewtopic.php?id=153519&p=1
ethtool need to install
And
/etc/dhcpcd.conf changed:
clientid
require dhcp_server_identifier
Instruction from Dhcpcd wiki
Last edited by gyurman (2014-05-03 18:53:19)
Offline