Can you please edit this output and either put ``` before and after the output or highlight the output and click on </>?
It makes it a lot easier to read.
AX200 & AX201 are having issues currently due to regression from the linux-firmware
package as of 2021. Someone posted about it a few days ago as well.
You need to temporarily use linux-firmware
v20201218.646f159-1
, this is a package version from 2020-12-18
I got my package from Arch Linux Archive
sudo pacman -U https://archive.archlinux.org/packages/l/linux-firmware/linux-firmware-20201218.646f159-1-any.pkg.tar.zst
You’ll also have to go into /etc/pacman.conf
and put:
IgnorePkg = linux-firmware
so that it doesn’t keep updating that package. I’ve been keeping an eye on this Arch forums thread to see if newer packages fixes it, but doesn’t seem like it yet. I do recommend to remove that IgnorePkg
after we find out that a newer package fixes the regression though.