You are not logged in.
Pages: 1
I installed the current Arch version on VMware workstation and i have no network at all. I did have network during installation. I also noticed that perhaps this is because I don't have VMware tools installed. However, since I don't have network connection, how do I install the dependencies indicated (as a last resort I could reinstall the OS with those dependencies)?
Offline
What happens if you run (as root) dhcpcd ?
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
It works then. Why didn't this service start on boot? And I also don't see it in systemd unit list.
Offline
Why didn't this service start on boot?
Because you did not tell it to
It is not applicable to all Arch configurations.
And I also don't see it in systemd unit list.
ewaller$@$odin ~ [1]1004 %pacman -Qo /usr/lib/systemd/system/dhcpcd.service
/usr/lib/systemd/system/dhcpcd.service is owned by dhcpcd 6.4.2-1
ewaller$@$odin ~ 1005 %It should be there. What if you enable it using systemctl?
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
Pages: 1