openwrt icon indicating copy to clipboard operation
openwrt copied to clipboard

Possible bug in commit ipq807x: replace clock patches

Open larrynz opened this issue 3 years ago • 2 comments

Describe the bug

I experienced a Boot looping issue building from the current repo.

I tracked this down to wan activity causing the reboot. Removing the cable from the wan port prevented further reboots.

My work around was to revert the [ipq807x: replace clock patches] commit.

Tested on DL-WRX36.

OpenWrt version

r21930+11-76e7fb4390

OpenWrt target/subtarget

ipq807x/generic

Device

Dynalink DL-WRX36

Image kind

Self-built image

Steps to reproduce

No response

Actual behaviour

No response

Expected behaviour

No response

Additional info

No response

Diffconfig

No response

Terms

  • [X] I am reporting an issue for OpenWrt, not an unsupported fork.

larrynz avatar Jan 27 '23 23:01 larrynz

I can confirm the issue on my Dynalink DL-WRX36, I will try the described workaround.

tkso1997 avatar Feb 25 '23 20:02 tkso1997

I can confirm that by deleting

  1. 0100-0-clk-qcom-common-add-qcom_find_freq_exact.patch

  2. 0100-1-clk-qcom-clk-rcg2-don-t-re-search-config-on-rcg2_set.patch

  3. 0100-2-clk-qcom-clk-rcg2-introduce-support-for-multiple-con.patch

  4. 0100-3-clk-qcom-gcc-ipq8074-rework-nss_port5-6-clock-to-mul.patch

the wan port works on the Dynalink.

However there is high latency spikes when ‘pinging’ the router via Wi-Fi. Not sure if that’s a side-effect of the offloading or a problem when removing the patches.

tkso1997 avatar Apr 09 '23 10:04 tkso1997