system76 / firmware-open

System76 Open Firmware
Other
967 stars 84 forks source link

Intel Meteor Lake does not show NPU support #580

Closed ahoneybun closed 1 week ago

ahoneybun commented 1 month ago

https://community.intel.com/t5/Wireless/Meteor-Lake-PCH-CNVi-Wi-Fi-6E-AX211-not-working-with-Linux/m-p/1627132

From the lspci output should show the NPU but on the darp10 (Ultra 5 and 7) do not report this. I suspect that the other 14th Gen Models will also not list this.

Steps to reproduce

  1. Boot Pop!_OS 22.04 (or any other Linux OS)
  2. Run lspci and note that the NPU is missing:

Expected behavior

Something like this should appear in that output:

00:0b.0 Processing accelerators: Intel Corporation Meteor Lake NPU (rev 04)

Actual behavior

The output is missing

crawfxrd commented 1 month ago

Device is disabled by default in coreboot. Needs an override to be enabled.

ahoneybun commented 1 month ago

Is that by design or just how upstream has it?