by mindthegap » Sun Jun 09, 2013 7:28 pm
$this->bbcode_second_pass_quote('gopher', 'T')hen I followed the instructions here
https://wiki.archlinux.org/index.php/Dhcpcd#Dynamic_IP_address, inputting this command:$this->bbcode_second_pass_code('', 'dhcpcd eth0') and it worked. I can't believe it was this simple. Apparently the dhcp client daemon wasn't running automatically and that ruined everything. But it's fixed now.
Thank you very much, gopher, his helped me as well! After that a correct IP was acquired and my netctl profiles work also after a reboot. Did you enable any additional systemd unit/service? I didn't, but only run
dhcpcd eth0 once. I'm wondering because I hope there is some way to ensure this doesn't happen again.