You are not logged in.

#1 2023-11-16 12:17:30

TheMiner1425
Member
Registered: 2023-11-16
Posts: 4

connected to wifi but no internet

when connecting to wifi during arch install everything went fine. After rebooting I figured out i did not have wifi firmware. Then, using iwd I connected to wifi. When I try to install neofetch or ping a website it says temporary failure in name resolution. Is there some way to fix this?

Offline

#2 2023-11-16 12:24:19

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 25,232

Re: connected to wifi but no internet

iwd itself only gives you a wifi connection, not an ip address by default: https://wiki.archlinux.org/title/Iwd#En … figuration

Offline

#3 2023-11-16 12:53:05

TheMiner1425
Member
Registered: 2023-11-16
Posts: 4

Re: connected to wifi but no internet

after enabling it in the config I still don't have internet.

Offline

#4 2023-11-16 13:12:40

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 25,232

Re: connected to wifi but no internet

Did you restart iwd and reestablish the connection after adjusting the config?

Post the output of

find /etc/systemd -type l -exec test -f {} \; -print | awk -F'/' '{ printf ("%-40s | %s\n", $(NF-0), $(NF-1)) }' | sort -f
sudo journalctl -b

redirect to a file and USB walk to an internet accessible system if need be.

https://wiki.archlinux.org/title/List_o … n_services

Offline

#5 2023-11-16 15:44:06

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 76,056

Re: connected to wifi but no internet

If that poses a problem there's also https://wiki.archlinux.org/title/Tethering and

ip a
resolvectl status
stat /etc/resolv.conf
cat /etc/resolv.conf

will provide a limited amount of text for a brief overview.
If this absolutely must be, link an image - don't transcribe anything in there.

Offline

#6 2023-11-16 22:57:23

TheMiner1425
Member
Registered: 2023-11-16
Posts: 4

Re: connected to wifi but no internet

I ran the command and got output:

getty@tty1.service                       | getty.target.wants
iwd.service                              | multi-user.target.wants
NetworkManager-wait-online.service       | network-online.target.wants
NetworkManager.service                   | multi-user.target.wants
p11-kit-server.socket                    | sockets.target.wants
remote-fs.target                         | multi-user.target.wants
sshd.service                             | multi-user.target.wants

There was a lot more log output, way to much to include in this post. /etc/resolv.conf is empty, don't know if this is related.

Last edited by TheMiner1425 (2023-11-16 23:09:57)

Offline

#7 2023-11-17 07:21:38

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 76,056

Re: connected to wifi but no internet

/etc/resolv.conf is empty, don't know if this is related.

Yes.

You've at least NM & iwd enabled concurrently, pick one, disable the other. If you want to use iwd as NM backend, see https://wiki.archlinux.org/title/Networ … Fi_backend

Other than that, post the required ouptuts. V1del linked you how to paste the journal.
Can you use tethering?

Offline

#8 2023-11-17 22:00:11

virusso80
Member
From: Italy
Registered: 2007-03-09
Posts: 325

Re: connected to wifi but no internet

I am doing a fresh install today too smile
experienced the same issue.
in the network configuration of the installation guide there is a sentence that recalls you configure the local system. Don't skip it.
in addition to what others already noticed, please remember to configure the DNS, by using i.e. systemd-resolved, as written here and enable it using systemctl approach

Last edited by virusso80 (2023-11-17 22:00:52)

Offline

Board footer

Powered by FluxBB