You are not logged in.
This is my first time posting on a forum. Usually I can find all the answers I need by reading other peoples questions. But this time I can't find anything.
I'm trying to install Arch alongside Windows on a Chinese RedmiBook but I can't connect to the internet. I run iwctl and then device list but the device list shows nothing. ip a shows my interface listed and rfkill doesn't show anything blocked. When I try to change it to an up state with ip link set wlan0 up it returns either RTNETLINK answers: connection timed out or RTNETLINK answers: resource temporarily unavailable. I've tried so many things to get this working but nothing seems to work. Any help is much appreciated.
Offline
I run iwctl and then device list but the device list shows nothing. ip a shows my interface
Is the iwd daemon actually running?
find /etc/systemd -type l -exec test -f {} \; -print | awk -F'/' '{ printf ("%-40s | %s\n", $(NF-0), $(NF-1)) }' | sort -fOffline