You are not logged in.

#1 2025-07-28 19:17:39

otsu
Member
Registered: 2025-07-28
Posts: 1

troubles with connecting to wifi

I use [iwd] to connect to Wi-Fi (during installation). The station and connected network are found. The state is connected. However, there is no IP addresses with comment (Is DHCP client configured).

I tried configuring iwd:

[General]
EnableNetworkConfiguration=true

The output to "systemctl status dhcpcd.service" is disabled and inactive(dead), but when I enable it, there are problems with reflector server...

Last edited by otsu (2025-07-28 19:31:46)

Offline

#2 2025-07-28 21:18:08

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 69,945

Re: troubles with connecting to wifi

I tried configuring iwd:

Did you also restart iwd?

The output to "systemctl status dhcpcd.service" is

Please don't paraphrase, https://bbs.archlinux.org/viewtopic.php?id=57855 and also please 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

but when I enable it, there are problems with reflector server.

… and maybe better your complete system journal for the boot:

sudo journalctl -b | curl -F 'file=@-' 0x0.st

(if you don't have internet access, redirect the journal into a file and usb-walk it to a system w/ internet. Or use https://wiki.archlinux.org/title/Tethering )

Offline

Board footer

Powered by FluxBB