Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

After upgrading to the new version, the wan port cannot receive data. #15279

Closed
1 task done
liumingan opened this issue Apr 26, 2024 · 4 comments
Closed
1 task done
Labels
bug issue report with a confirmed bug invalid

Comments

@liumingan
Copy link

Describe the bug

After upgrading to the new version, the wan port cannot receive data.

OpenWrt version

SNAPSHOT (r26043-1991bfb814)

OpenWrt release

ramips/mt7621

OpenWrt target/subtarget

/etc/config/network uci del network.wan uci del network.wan6 uci add_list network.@device[0].ports='wan' uci set network.lan6=interface uci set network.lan6.proto='dhcpv6' uci set network.lan6.device='br-lan' uci set network.lan6.reqaddress='try' uci set network.lan6.reqprefix='auto' uci set network.lan.ipaddr='192.168.10.2' uci set network.lan.gateway='192.168.10.1' uci add_list network.lan.dns='192.168.10.1' uci set network.lan.ip6assign='64' uci set network.lan.ip6hint='1' uci add_list network.lan.ip6class='lan6' uci set network.globals.ula_prefix='fd00:0:0::/48' uci commit network

Device

Phicomm K2P / Phicomm KE 2P

Image kind

Official downloaded image

Steps to reproduce

No response

Actual behaviour

No response

Expected behaviour

No response

Additional info

No response

Diffconfig

No response

Terms

  • I am reporting an issue for OpenWrt, not an unsupported fork.
@liumingan liumingan added bug issue report with a confirmed bug bug-report to-triage labels Apr 26, 2024
Copy link

Invalid Version reported. SNAPSHOT (r26043-1991bfb814)
Is this from a clean repository?

Copy link

Invalid Release reported. ramips/mt7621
Is this from a clean repository?

Copy link

Invalid Target/Subtarget reported. # /etc/config/network uci del network.wan uci del network.wan6 uci add_list network.@device[0].ports='wan' uci set network.lan6=interface uci set network.lan6.proto='dhcpv6' uci set network.lan6.device='br-lan' uci set network.lan6.reqaddress='try' uci set network.lan6.reqprefix='auto' uci set network.lan.ipaddr='192.168.10.2' uci set network.lan.gateway='192.168.10.1' uci add_list network.lan.dns='192.168.10.1' uci set network.lan.ip6assign='64' uci set network.lan.ip6hint='1' uci add_list network.lan.ip6class='lan6' uci set network.globals.ula_prefix='fd00:0:0::/48' uci commit network
Is this from a supported device?

@brada4
Copy link

brada4 commented Apr 27, 2024

If you delete wan network it stops handling data until you reset the device

Vladdrako pushed a commit to Vladdrako/openwrt that referenced this issue Apr 28, 2024
Importing pending patch "net: dsa: mt7530: move MT753X_MTRAP operations
for MT7530" broke WAN connectivity on most MT7621 which use PHY-muxing
to hook up either port 0 or port 4 to GMAC1.

Remove it for now until the author submits a fixed version.

Fixes: openwrt#15279
Fixes: openwrt#15273
Fixes: d40691a ("generic: 6.1, 6.6: mt7530: import pending patches")
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug issue report with a confirmed bug invalid
Projects
None yet
Development

No branches or pull requests

2 participants