You are not logged in.
Pages: 1
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=trueThe 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
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
Pages: 1