Skip to main content
Topic solved
This topic has been marked as solved and requires no further attention.
Topic: No wifi interface after update (Read 237 times) previous topic - next topic
0 Members and 3 Guests are viewing this topic.

No wifi interface after update

Hi im using artix with openrc, my wifi worked fine until last update,  after that  i no longer have a wifi network interface. Heres some info about my artix.

Code: [Select]
[fran@artix ~]$ uname -a
Linux artix 6.10.6-artix1-1 #1 SMP PREEMPT_DYNAMIC Tue, 20 Aug 2024 02:43:37 +0000 x86_64 GNU/Linux

Code: [Select]
[fran@artix ~]$ sudo rfkill list
0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
1: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no

Code: [Select]
[fran@artix ~]$ 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: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP mode DEFAULT group default qlen 1000
    link/ether 50:eb:f6:9b:2a:0b brd ff:ff:ff:ff:ff:ff

Here i noticed the "WRT: Invalid buffer destination"  im pretty noob with linux so idk what to do.
Code: [Select]
[fran@artix ~]$ sudo dmesg | grep -i wifi
[    6.434346] Intel(R) Wireless WiFi driver for Linux
[    6.434384] iwlwifi 0000:07:00.0: enabling device (0000 -> 0002)
[    6.435460] iwlwifi 0000:07:00.0: Detected crf-id 0x400410, cnv-id 0x400410 wfpm id 0x80000000
[    6.435466] iwlwifi 0000:07:00.0: PCI dev 2725/0020, rev=0x420, rfid=0x10d000
[    6.444133] iwlwifi 0000:07:00.0: TLV_FW_FSEQ_VERSION: FSEQ Version: 0.0.2.42
[    6.444360] iwlwifi 0000:07:00.0: loaded firmware version 89.202a2f7b.0 ty-a0-gf-a0-89.ucode op_mode iwlmvm
[    6.649634] iwlwifi 0000:07:00.0: Detected Intel(R) Wi-Fi 6 AX210 160MHz, REV=0x420
[    6.657668] iwlwifi 0000:07:00.0: WRT: Invalid buffer destination
[    6.816068] iwlwifi 0000:07:00.0: WFPM_UMAC_PD_NOTIFICATION: 0x20
[    6.816095] iwlwifi 0000:07:00.0: WFPM_LMAC2_PD_NOTIFICATION: 0x1f
[    6.816116] iwlwifi 0000:07:00.0: WFPM_AUTH_KEY_0: 0x90
[    6.816131] iwlwifi 0000:07:00.0: CNVI_SCU_SEQ_DATA_DW9: 0x0
[    6.816958] iwlwifi 0000:07:00.0: loaded PNVM version 35148b80
[    6.832085] iwlwifi 0000:07:00.0: Detected RF GF, rfid=0x10d000
[    6.902205] iwlwifi 0000:07:00.0: base HW address: 8c:b8:7e:c9:3a:38

Re: No wifi interface after update

Reply #1
After trying several things, i ended up reinstalling connman and it worked, idk what happend. I mark this as solved


 

Re: No wifi interface after update

Reply #2
Probably related; I'm using bare iwd, and yesterday's update of ell from 0.67 to 0.68 broke iwd, resulting in no wifi. Downgrading ell fixed the issue.