Hey, I am trying to install arch linux on my asus laptop but I'm having trouble connecting to the wifi.
I ran iwctl then device list but there were no devices listed
Then I ran a few more commands to try debug but it didn't work
output from iwctl:
NetworkConfigurationEnabled: disabled
StateDirectory: /var/lib/iwd
Version: 2.20
output from ip link:
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: eno2: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc fq_codel state DOWN mode DEFAULT group default qlen 1000
link/ether 08:bf:b8:xx:xx:xx brd ff:ff:ff:ff:ff:ff
altname enp60s0
output from rfkill:
ID TYPE DEVICE SOFT HARD
0 wlan asus-wlan unblocked unblocked
1 bluetooth asus-bluetooth unblocked unblocked
2 bluetooth hci0 unblocked unblocked
then I ran lspci, some of the lines I think could be important are here:
Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8211/8411 PCI Express Gigabit Ethernet Controller (rev 15)
DeviceName: GLAN
Subsystem: ASUSTeK Computer Inc. Device 1873
Kernel driver in use: r8169
Kernel modules: r8169
Network controller: MEDIATEK Corp. Device 7902
DeviceName: WLAN
Subsystem: AzureWave Device 5520
Kernel modules: wl
I tried ip link set eno2 up and modprobe mt7921e (no output) and nothing was printed or changed
I tried dmesg | grep wl and there wasn't any relevant output
dmesg | grep firmware did not have any relevat result either
No output from dmesg | grep mt7921
Some output from dmesg | grep r8169:
r8169 0000:3c:00.0 eno2: Link is Down
Im not exactly sure I tried all the basic troubleshot I could find.