-
-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HA OS (generic x86_64) any OS beyond 12.1 will lose WiFi (Intel(R) AX210) #3477
Comments
This is what I see after 12.4 update: This is after reversion to 12.1 Attached the HOST logs after reversion to 12.1 |
The logs don't contain enough information to see what went wrong, could you please send the complete logs of the current boot, i.e. output of |
Please elaborate-- do you want me to UPGRADE again to 12.4 or do you want logs from 12.1 (using the command you mention) - or do you want both? I take it that I should collect these as soon after a reboot as possible? |
The logs should be from the version that doesn't work, so 12.4 in your case. And yes, run the command shortly after it boots. You don't necessarily need to upgrade again, if |
I will pull the logs - if you can advise how to get them. I have 2 logs --- aptly named for OS 12-1 and 12.4. I rebooted and pulled the 12.1, rebooted upgraded to 12.4 and pulled them again. 26-JUL-2024_logs from OS_12-4.txt As you can see the WiFi is gone again: |
Any updates? Do you need anything more from me? |
Looks like there is now an OS 13.0 -- does this fix the WiFi issue with the INTEL AX210? |
@bearhntr Sorry for leaving you hanging. The log files have been useful, I will prepare a fix and try to squeeze it in the 13.1 release. |
Pleased just let me know. I am not doing any upgrades at this time until this part is fixed. I am still running (see image) - as I am trying to build a completely new system which will use the same WiFi/BT card but under Proxmox. I have it built...and it does the same thing when I upgrade it beyond OS 12.1. |
Since updating to Buildroot 2024.02, the iwlwifi loads a different version of firmware for Intel AX cards (reported on AX210) which also needs the pnvm file. However, unlike firmwares, the load method is different and the driver can't load a compressed file. Disable compression for all .pnvm files to fix this. * buildroot baa16784d2...55be56d521 (1): > package/linux-firmware: exclude some files from compression Fixes #3477
…3549) Since updating to Buildroot 2024.02, the iwlwifi loads a different version of firmware for Intel AX cards (reported on AX210) which also needs the pnvm file. However, unlike firmwares, the load method is different and the driver can't load a compressed file. Disable compression for all .pnvm files to fix this. * buildroot baa16784d2...55be56d521 (1): > package/linux-firmware: exclude some files from compression Fixes #3477
…3549) Since updating to Buildroot 2024.02, the iwlwifi loads a different version of firmware for Intel AX cards (reported on AX210) which also needs the pnvm file. However, unlike firmwares, the load method is different and the driver can't load a compressed file. Disable compression for all .pnvm files to fix this. * buildroot baa16784d2...55be56d521 (1): > package/linux-firmware: exclude some files from compression Fixes #3477 (cherry picked from commit d3a43a4)
Fix AX210 firmware files, this time for real. In #3549 we still had only ucode and pnvm files for AX211, AX210 was still missing the pnvm file, because its ucode was provided through IWLWIFI_22000 without appropriate pnvm file. Both AX210 and AX211 firmwares are now installed with IWLWIFI_6E which includes both pnvm and ucode files. Also some firmwares which are not used by the current kernel can be removed, because the kernel always only loads the most recent one. * buildroot 01188d9c38...a2c10a16a0 (2): > Revert "package/linux-firmware: exclude some files from compression" > package/linux-firmware: fix AX210 support, stick to latest supported ucode API, reorganize the split Fixes #3477
Fix AX210 firmware files, this time for real. In #3549 we still had only ucode and pnvm files for AX211, AX210 was still missing the pnvm file, because its ucode was provided through IWLWIFI_22000 without appropriate pnvm file. Both AX210 and AX211 firmwares are now installed with IWLWIFI_6E which includes both pnvm and ucode files. Also some firmwares which are not used by the current kernel can be removed, because the kernel always only loads the most recent one. * buildroot 01188d9c38...a2c10a16a0 (2): > Revert "package/linux-firmware: exclude some files from compression" > package/linux-firmware: fix AX210 support, stick to latest supported ucode API, reorganize the split Fixes #3477
Describe the issue you are experiencing
I have successfully been running HA OS 12.1 on my HP T620 for quite some time. I have upgraded to 12.2, 12.3 and now 12.4. All of them fail to see the WiFi on the Intel(R) AX210 (WiFi 6E/BT) card (Bluetooth still works). As soon as I drop the OS back to 12.1, the WiFi is seen again and I get a WLP1S0 adapter to connect to my home WiFi.
What operating system image do you use?
generic-x86-64 (Generic UEFI capable x86-64 systems)
What version of Home Assistant Operating System is installed?
6.6.20-haos
Did the problem occur after upgrading the Operating System?
Yes
Hardware details
HP T620 with Intel(R) Wi-Fi 6 AX210 card installed (WiFi 6E and Bluetooth)
Steps to reproduce the issue
...
Anything in the Supervisor logs that might be useful for us?
Anything in the Host logs that might be useful for us?
System information
System Information
Home Assistant Community Store
Home Assistant Cloud
Home Assistant Supervisor
Dashboards
Recorder
Additional information
No response
The text was updated successfully, but these errors were encountered: