[FS#3562] no packet flow on AR 8035 based ports (LAN3, LAN4) of lantiq xrx200 integrated switch (with fix)

OpenWrt Bugs openwrt-bugs at lists.openwrt.org
Wed Feb 24 15:54:58 EST 2021


THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.

The following task has a new comment added:

FS#3562 - no packet flow on AR 8035 based ports (LAN3, LAN4) of lantiq xrx200 integrated switch (with fix)
User who did this - Mathias Kresin (mkresin)

----------
It is strange. I tested the patch on a BT HomeHub 5a and I'm not able to see such an fallout.

Similar curious is, that your wireless seem to have an issue as well:


[    8.838531] ifx_pcie_wait_phy_link_up timeout
[    9.064161] ifx_pcie_wait_phy_link_up timeout
[    9.290225] ifx_pcie_wait_phy_link_up timeout
[    9.516112] ifx_pcie_wait_phy_link_up timeout
[    9.742178] ifx_pcie_wait_phy_link_up timeout
[    9.745108] pcie_rc_initialize link up failed!!!!!


If it only occurs when the patch is applied, there is no way I can associate it with the content of the patch.

However, the failing PCIe might prevent the successful load/initialization of the switch driver.

Would you mind to try to disable the PCIe temporary by applying the following changes on top of 7362sl.patch:


--- a/target/linux/lantiq/files/arch/mips/boot/dts/lantiq/vr9_avm_fritz7362sl.dts
+++ b/target/linux/lantiq/files/arch/mips/boot/dts/lantiq/vr9_avm_fritz7362sl.dts
@@ -76,6 +76,7 @@
 };
 
 &pcie0 {
+       status = "disabled";
        gpio-reset = ;
 
        pcie at 0 {

----------

More information can be found at the following URL:
https://bugs.openwrt.org/index.php?do=details&task_id=3562#comment9409

You are receiving this message because you have requested it from the Flyspray bugtracking system.  If you did not expect this message or don't want to receive mails in future, you can change your notification settings at the URL shown above.



More information about the openwrt-bugs mailing list