Today i made a fresh install on Arch using VM. Everything went smooth with the installation process, even with some slight problems with the partitions i ended up figuring it out. After the reboot i logged in and wanted to
pacman -S xorg xorg-xinit
And here’s what i got
Failed retrieving file ‘x’ could not resolve host ‘x’
Decided to run a quick ping and turned out i had no internet connection at all.
Tried to reset the network manager service and once again the service wasn’t found. Any help will be appreciated.
Hey, yes sure.
ifconfig - returns 2 interfaces, lo and enp0s3.
lo: <LOOPBACK, UP, LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
enp0s3: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000 link/ether
As for the nslookup, the command wasn’t found, i feel like net-tools package doesn’t even exist, and that being said i cannot install it.
Resolv.conf looks like empty file just 2 lines
Resolver configuration file.
See resolv.conf(5) for details.
Yeah, arch doesn’t automatically start scanning for wireless networks like some other nix distributions do. If you don’t have a GUI (usually arch doesn’t have one by default), you’ll have to use wpa_supplicant. Here’s the guide I’ve always used: https://wiki.archlinux.org/index.php/WPA_supplicant. You pretty much just fill in the details of your wireless network in /etc/wpa_supplicant/wpa_supplicant.conf.
I will try later on, thank you for pointing it out. I also agree it could be the fact that resolv.conf is actually empty, like i don’t have any nameservers set.
Hello man, I’ve already tried that, the thing is that as i mentioned dhcpcd doesn’t even exist along with other services. I forgot to say that I’ve just fixed the issue with the following procedure.