[PCIe] AER: Uncorrected (Non-Fatal) error received: 0001:00:00.0

We have a Orin NX custom carrier board.
There is a WiFi / Bluetooth combo adapter connected on the Jetson Orin NX PCIe C1 RP pcie@14100000

When connecting to the WiFi AP there are a lot of error messages that continue to show in the dmesg.
After the WiFi AP disconnected the error messages stopped showing.

The ODMDATA data setting is
ODMDATA="gbe-uphy-config-9,hsstp-lane-map-3,hsio-uphy-config-0";

The below are some of the error messages.

--- snipped ---
[   56.635867] [dhd] dhdpcie_isr: dhdpcie_bus_isr returns with FALSE
[   56.635880] pcieport 0001:00:00.0: AER: Uncorrected (Non-Fatal) error received: 0001:00:00.0
[   56.635896] pcieport 0001:00:00.0: PCIe Bus Error: severity=Uncorrected (Non-Fatal), type=Transaction Layer, (Requester ID)
[   56.647431] pcieport 0001:00:00.0:   device [10de:229e] error status/mask=00100020/00400000
[   56.656089] pcieport 0001:00:00.0:    [ 5] SDES                   (First)
[   56.663206] pcieport 0001:00:00.0:    [20] UnsupReq
[   56.669544] pcieport 0001:00:00.0: AER:   TLP Header: 34000000 01000010 00000000 883c883c
[   56.678036] pcieh 0001:01:00.0: AER: can't recover (no error_detected callback)
[   56.678071] pcieport 0001:00:00.0: AER: device recovery failed
[   56.678075] pcieport 0001:00:00.0: AER: Uncorrected (Non-Fatal) error received: 0001:00:00.0
[   56.678089] pcieport 0001:00:00.0: PCIe Bus Error: severity=Uncorrected (Non-Fatal), type=Transaction Layer, (Requester ID)
[   56.689608] pcieport 0001:00:00.0:   device [10de:229e] error status/mask=00100020/00400000
--- snipped ---

I had tried this but nothing helped.

Please help to figure out what the problem is and how to fix this issue.
Thank you.

The attached files are dmesg and pcie device tree.
jetson-orin-nx-pcie-0001-error-dmesg.txt (111.7 KB)
tegra234-p3768-0000-a0-pcie.txt (1.6 KB)

你發的問題跟你敘述上講的東西並沒有關聯.

pcieport 0001:00:00.0: AER: Uncorrected (Non-Fatal) error received: 0001:00:00.

這裡的數字0001代表這是PCIe C1的東西. 所以C1到底接上了什麼?

抱歉,寫錯,已更正。
正確的應該是 PCIe C1 RP pcie@14100000
C1 上接 WiFi / Bluetooth combo adapter.

請問同款wifi card接上NV devkit能複製到一樣的狀況嗎?

增加 kernel parameter ‘pci=nomsi’ 可以解決問題。
請問這是因為 wifi driver 不支援 MSI interrupt 嗎?

不確定, 可以先跟wifi vendor確認

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.