You are not logged in.
Hello,
I've installed Archlinux on my MacBookPro11,3 and the wired network connection worked without any problems directly from the Installer-USB-Stick as described in the MacBookPro11,3 Wiki-entry. After rebooting the wired connection does not work any more and I can't find an error message because the screen is cleared after the boot process. Is there a difference between the Stick and the actual install (I followed the guides in the wiki). Can I check somehow what does not work correctly? Is there a command to show network error messages not only at booting?
Thanks for your help
Jens
Last edited by pocahontius (2015-09-01 15:54:41)
Offline
Have you tried:
# systemctl start dhcpcd
# systemctl enable dhcpcd
If that doesn't work, post the output of:
ls -l /etc/systemd/system/multi-user.target.wants
EDIT: For error messages, see: https://wiki.archlinux.org/index.php/Systemd#Journal
Last edited by Head_on_a_Stick (2015-08-31 11:44:54)
Jin, Jîyan, Azadî
Offline
Should be
# systemctl start dhpcd@interface.service
Enabling dhcpcd for all interfaces will cause a race condition with udev.
Mods are just community members who have the occasionally necessary option to move threads around and edit posts. -- Trilby
Offline
Hello,
ok I have done the following from my Installer-USB-Stick and from my HDD-Install. Both produce the same output:
#ip link
1: lo <LOOPBACK,UP,LOWER_UP> ...
2: ens9: <BROADCAST,MULTICAST> ...
On my Installer-USB-Stick the wired connection directly works. So I tried to enter your commands when I boot from HDD:
#systemctl start dhcpd
Failed to start dhcpd.service: Unit dhcpd.service failed to load: No such file or directory.
#systemctl start dhcpd@ens9.service
Failed to start dhcpd@ens9.service: Unit dhcpd@ens9.service failed to load: No such file or directory.
So I tried the second command you gave me:
#ls -l /etc/systemd/system/multi-user.target.wants
insgesamt 0
lrwxrwxrwx 1 root root 40 30. Aug. 19:22 remote-fs.target -> /usr/lib/systemd/system/remote-fs.target
what means a total of 0 in english.
So do you have any idea what's wrong with this?
Thanks a lot for your help
Jens
Offline
#systemctl start dhcpd
Failed to start dhcpd.service: Unit dhcpd.service failed to load: No such file or directory.#systemctl start dhcpd@ens9.service
Failed to start dhcpd@ens9.service: Unit dhcpd@ens9.service failed to load: No such file or directory.
You have entered the wrong .service name -- it should be "dhcpcd"
Jin, Jîyan, Azadî
Offline
Hello,
oh sorry, I did not read it exactly enough... It works now! Thanks a lot!
Greetings
Jens
Offline