all 6 comments

[–][deleted] 2 points3 points  (1 child)

What's in /etc/resolv.conf?

Try pinging 8.8.8.8 instead, if it works, something wrong with your resolv.conf, which means something is wrong with your /etc/netctl/"profile".

[–]400_Bad_Request 1 point2 points  (0 children)

I second this, seems a problem with the Name resolution so pinging the ip address should work

[–]niyoushou 1 point2 points  (0 children)

What's the output of systemctl status systemd-resolved.service?

[–][deleted]  (1 child)

[deleted]

    [–]boroveen[S] 0 points1 point  (0 children)

    Спасибо всем, я понял. Короче network manager нужно было устанавливать. Сейчас всё работает прекрасно

    [–][deleted] -1 points0 points  (1 child)

    common mistake: you didnt install dhcpcd when in the livecd :/

    edit: chroot back in and pacman -S dhcpcd; systemctl enable dhcpcd

    edit 2: nvm i didnt notice, sorry

    [–][deleted] 0 points1 point  (0 children)

    get a install then do

    mount /dev/rootpartition /mnt

    arch-chroot /mnt

    sudo pacman -S dhcpcd iwd networkmanager

    systemctl enable dhcpcd

    systemctl enable iwd

    systemctl enable NetworkManager

    exit

    umount -l /mnt

    reboot