You are not logged in.

#1 2021-02-01 11:32:18

IamThara
Member
Registered: 2021-02-01
Posts: 1

Can't connect to wifi - device list shows nothing

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

#2 2021-02-01 15:08:10

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

Re: Can't connect to wifi - device list shows nothing

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 -f

Offline

Board footer

Powered by FluxBB