Hi everyone,
I’m experiencing a problem with my GL.iNet Mudi 7 (GL-E5800) which seems to be different from the already known idle reconnect issue.
Device
-
GL.iNet Mudi 7 (GL-E5800)
-
Firmware: 4.8.5
-
OpenWrt 23.05.4
-
Cellular package updated to the official test package provided by Cathy:
- gl-sdk4-cellular git-2026.156.24582-f1aa5a0-1
-
kmwan:
- kmod-gl-sdk4-kmwan 5.15+git-2026.131.42937-4216576-1
SIM
I’m using a Yesim eSIM.
The problem occurs while roaming on Vodafone Italy, but I have also seen similar behaviour in France.
The APN is:
plus
Roaming is enabled.
What happens
The modem successfully registers on the network.
AT commands show the modem is attached to Vodafone IT.
During connection the router briefly becomes fully operational.
ifstatus modem_cpu shows:
-
up: true
-
rmnet interface present
-
IPv4 address assigned
-
default route installed
Example:
"up": true,
"l3_device": "rmnet_data0",
"ipv4-address": [
{
"address": "10.xxx.xxx.xxx",
"mask": 30
}
],
"route": [
{
"target": "0.0.0.0",
"mask": 0,
"nexthop": "10.xxx.xxx.xxx"
}
]
Only a few seconds later the interface disappears again and the web UI returns to Connecting…
Log behaviour
The logs repeatedly show something similar to:
ACTION=ifup
INTERFACE=modem_cpu
...
kmwan: Delete node: modem_cpu
...
ACTION=ifdown
INTERFACE=modem_cpu
So the modem successfully connects first, then the interface is immediately brought down again.
Why I think this is different from the known reconnect issue
I already installed the official test package for the idle reconnect bug.
That package appears to fix the original problem where the modem never reconnects after a carrier disconnect.
However, my issue is different:
-
the modem does connect
-
it does receive an IP address
-
it does install a default route
-
then it disconnects again within a few seconds.
This does not look like a failed PDP activation or APN problem.
Additional observations
-
ifstatus modem_cpu briefly shows up: true.
-
The assigned IPv4 address and default route are visible.
-
Uptime is typically still 0 when the interface disappears.
-
The web UI never stays connected for more than a few seconds.
Questions
-
Has anyone seen this behaviour before?
-
Could this be an interaction between the updated gl-sdk4-cellular package and the older kmwan package?
-
Are there any debug logs I can collect that would help identify why modem_cpu is immediately brought down after a successful connection?
I’m happy to provide additional logs or run any debug commands if needed.
Thanks!