Wireless
Participate in insightful discussions regarding issues related to Intel® Wireless Adapters and technologies
Announcements
FPGA community forums and blogs have moved to the Altera Community. Existing Intel Community members can sign in with their current credentials.
8578 Discussions

Intel AX210 "failed to evaluate _DSM" messages

NeilLee
Beginner
9,126 Views

Hi 

I am trying to evaluate Intel AX210 on Nvidia's Jetson AGX Xavier platform.
My OS is Ubuntu 20.04 (Linux kernel version  5.10.104).
When I change the WIFI status from off to on, I always get following failed messages:

[ 117.271272] iwlwifi 0003:01:00.0: iwl_mvm_power_update_device Sending device power command with flags = 0x1
[ 117.271282] iwlwifi 0003:01:00.0: iwl_pcie_gen2_send_hcmd_sync Attempting to send sync command POWER_TABLE_CMD
[ 117.271289] iwlwifi 0003:01:00.0: iwl_pcie_gen2_send_hcmd_sync Setting HCMD_ACTIVE for command POWER_TABLE_CMD
[ 117.271299] iwlwifi 0003:01:00.0: iwl_pcie_gen2_enqueue_hcmd Sending command POWER_TABLE_CMD (01.77), seq: 0x000C, 12 bytes at 12[12]:0
[ 117.271462] iwlwifi 0003:01:00.0: iwl_pcie_hcmd_complete Clearing HCMD_ACTIVE for command POWER_TABLE_CMD
[ 117.271516] ACPI: <n/a>: failed to evaluate _DSM (0x1001)
[ 117.271725] iwlwifi 0003:01:00.0: iwl_acpi_get_dsm_object ACPI: DSM method invocation failed (rev: 0, func:2)
[ 117.271736] iwlwifi 0003:01:00.0: iwl_mvm_eval_dsm_indonesia_5g2 Failed to evaluate DSM function ENABLE_INDONESIA_5G2, ret=-2
[ 117.271756] ACPI: <n/a>: failed to evaluate _DSM (0x1001)
[ 117.271957] iwlwifi 0003:01:00.0: iwl_acpi_get_dsm_object ACPI: DSM method invocation failed (rev: 0, func:1)
[ 117.271965] iwlwifi 0003:01:00.0: iwl_mvm_eval_dsm_disable_srd Failed to evaluate DSM function DISABLE_SRD, ret=-2
[ 117.271982] iwlwifi 0003:01:00.0: iwl_pcie_gen2_send_hcmd_sync Attempting to send sync command MCC_UPDATE_CMD
[ 117.271987] iwlwifi 0003:01:00.0: iwl_pcie_gen2_send_hcmd_sync Setting HCMD_ACTIVE for command MCC_UPDATE_CMD
[ 117.271997] iwlwifi 0003:01:00.0: iwl_pcie_gen2_enqueue_hcmd Sending command MCC_UPDATE_CMD (01.c8), seq: 0x000D, 36 bytes at 13[13]:0
[ 117.272378] iwlwifi 0003:01:00.0: iwl_pcie_hcmd_complete Clearing HCMD_ACTIVE for command MCC_UPDATE_CMD


Although the WIFI  can work there, I still want to know what these failed messages means?
Is there any side effect there? How can I avoid failed messages?





0 Kudos
2 Replies
n_scott_pearson
Super User
9,117 Views

These are the result of bugs in the BIOS' ACPI tables. I would ask NVIDIA about them. AFAIK, they do not have anything to do with the AX210.

Hope this helps,

...S

0 Kudos
NeilLee
Beginner
9,048 Views

Seems NVidia enable CONFIG_ACPI option but doesn’t implement the APCI table in UEFI.
When CONFIG_ACPI is enabled, Intel AX210' driver will try to call the DSM function in ACPI table.
Thus the error message appears because of no ACPI table in UEFI.

 

I undef CONFIG_ACPI in the Intel AX210 driver source as a workaround.
So the message is gone.Provide the link as  same topic's discussion in Nvidia forum.
Intel AX210 “failed to evaluate _DSM” messages 

 

 

0 Kudos
Reply