Skip to content
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

Fix missing Intel AX210 firmware files, remove unused firmwares #3556

Merged
merged 1 commit into from
Aug 23, 2024

Conversation

sairon
Copy link
Member

@sairon sairon commented Aug 23, 2024

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
@sairon sairon added board/ova Open Virtual Appliance (Virtual Machine) board/generic-x86-64 Generic x86-64 Boards (like Intel NUC) board/generic-aarch64 Generic aarch64 machine wifi Wi-Fi related issues labels Aug 23, 2024
@sairon sairon requested a review from agners August 23, 2024 09:51
@sairon sairon merged commit c6d4e27 into dev Aug 23, 2024
2 checks passed
@sairon sairon deleted the iwlwifi-slim-and-fix branch August 23, 2024 13:56
@sairon sairon mentioned this pull request Sep 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
board/generic-aarch64 Generic aarch64 machine board/generic-x86-64 Generic x86-64 Boards (like Intel NUC) board/ova Open Virtual Appliance (Virtual Machine) cla-signed wifi Wi-Fi related issues
Projects
None yet
Development

Successfully merging this pull request may close these issues.

HA OS (generic x86_64) any OS beyond 12.1 will lose WiFi (Intel(R) AX210)
2 participants