[FS#3952] Xiaomi Mi Router 3G lan2 at eth0 is down by default

OpenWrt Bugs openwrt-bugs at lists.openwrt.org
Tue Jul 27 13:15:48 PDT 2021


THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.

A new Flyspray task has been opened.  Details are below. 

User who did this - Thiago Kenji Okada (thiagokokada) 

Attached to Project - OpenWrt/LEDE Project
Summary - Xiaomi Mi Router 3G lan2 at eth0 is down by default
Task Type - Bug Report
Category - Base system
Status - Unconfirmed
Assigned To - 
Operating System - All
Severity - Low
Priority - Very Low
Reported Version - openwrt-21.02
Due in Version - Undecided
Due Date - Undecided
Details - Device: Xiaomi Mi Router 3G (mt7621)
Version: OpenWrt 21.02.0-rc3 r16172-2aba3e9784

I created a custom image using the Image Builder for 21.02.0-rc3 recently. With an older build of 21.02.0-rc3 everything was working fine, however with my newest image (that I assume downloaded newer packages) the lan2 at eth0 is down by default. lan1 at eth0 is ok though.


# ip addr
...
4: lan2 at eth0:  mtu 1500 qdisc noop state DOWN qlen 1000
    link/ether 78:11:dc:49:d8:b8 brd ff:ff:ff:ff:ff:ff
5: lan1 at eth0:  mtu 1500 qdisc noqueue master br-lan state UP qlen 1000
    link/ether 78:11:dc:49:d8:b8 brd ff:ff:ff:ff:ff:ff
...


As a workaround, I added the following line on System->Startup->Local Startup:


ip link set lan2 master br-lan up
exit 0


And after a reboot, everything works as it should:


# ip addr
...
4: lan2 at eth0:  mtu 1500 qdisc noqueue master br-lan state UP qlen 1000
    link/ether 78:11:dc:49:d8:b8 brd ff:ff:ff:ff:ff:ff
5: lan1 at eth0:  mtu 1500 qdisc noqueue master br-lan state UP qlen 1000
    link/ether 78:11:dc:49:d8:b8 brd ff:ff:ff:ff:ff:ff
...


 

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

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