Closed spxak1 closed 3 years ago
Can you confirm this fix?
Can you confirm this fix?
I will try asap.
For the moment I can say that I tried 20210315 and 20210208 from https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git.
The former (newer) causes the issue above, the latter (older) fixes it.
I will try the workaround suggested now.
Can you confirm this fix?
The workaround works. Using the pop provided linux-firmware package and removing iwlwifi-ty-a0-gf-a0.pnvm
restores the wifi.
Thank you.
For what it's worth, this is the output of lspci
03:00.0 Network controller: Intel Corporation Device 2725 (rev 1a)
I think the mainline 5.11 has a better name for it. Not important, but I just add it here.
The workaround works for me too, thanks! Thanks @bflanagin
I have applied the workaround here: https://github.com/pop-os/linux-firmware/pull/11
We don't have the AX210 in-house, but we do have a number of other Intel WiFi cards to test with. If there are no regressions, this workaround will be released
I have applied the workaround here: #11
We don't have the AX210 in-house, but we do have a number of other Intel WiFi cards to test with. If there are no regressions, this workaround will be released
Others on reddit with the same issue have also verified the workaround works without any side effects. Thank you for your time.
Can it be confirmed that linux-firmware 1.196+system76~1617760239~21.04~be8660e fixes this issue?
Yes, working good Intel AX210 =)
farah@pop-os:~$ sudo apt-cache policy linux-firmware
Installed: 1.196+system76~1617760239~20.10~be8660e
farah@pop-os:~$ uname -a
Linux pop-os 5.11.0-7612-generic #13~1617215757~20.10~97a8d1a-Ubuntu SMP Thu Apr 1 21:09:17 UTC 2 x86_64 x86_64 x86_64 GNU/Linux
farah@pop-os:~$ sudo dmesg | grep iwlwifi
[ 5.025015] iwlwifi 0000:04:00.0: enabling device (0000 -> 0002)
[ 5.053108] iwlwifi 0000:04:00.0: api flags index 2 larger than supported by driver
[ 5.053128] iwlwifi 0000:04:00.0: TLV_FW_FSEQ_VERSION: FSEQ Version: 93.8.63.28
[ 5.053486] iwlwifi 0000:04:00.0: loaded firmware version 59.601f3a66.0 ty-a0-gf-a0-59.ucode op_mode iwlmvm
[ 5.220172] iwlwifi 0000:04:00.0: Detected Intel(R) Wi-Fi 6 AX210 160MHz, REV=0x420
[ 5.432236] iwlwifi 0000:04:00.0: base HW address: a4:6b:b6:40:22:43
[ 5.448642] iwlwifi 0000:04:00.0 wlp4s0: renamed from wlan0
Thanks, will close this now
System:
The first upgrade to 5.11 (1616168001) worked fine. Both Wifi and BT of the intel ax210 worked. The second version of 5.11 (1617215757) came with linux-firmware that broke the Wifi (BT still works fine).
This is the output of
dmesg | grep iwlwifi
This is the exam same issue reported in here ([arch link)[https://bugs.archlinux.org/task/70071]).
I am currently trying to revert to the previous firmware version. I will report back.