Setup
-
Module: Quectel RG500Q-EA, firmware RG500QEAAAR13A01M4G
-
Carrier: Orange Poland (MCC 260, MNC 03), LTE / 5G-NSA
-
Host: OpenWrt — driver qmi_wwan_q V1.2.9, QMAP enabled (
qmap_mode=1, muxid0x81), connection manager quectel-cm (QConnectManager Linux V1.6.5) -
SIM is
SIM_READY, PIN disabled
What works
- IPv4-only on APN
internet(IPv4 PDP) connects and works normally.
What fails
-
IPv6-only — APN
internetipv6, IPv6 PDP.quectel-cmalways fails atrequestSetupDataCall:QMUXResult = 0x1, QMUXError = 0xecall_end_reason = 1, call_end_reason_type = 2, call_end_reason_verbose = 241(INTERFACE_IN_USE_CONFIG_MATCH) Consistent, regardless of profile/CID/auth/mux. -
Dual-stack (separate IPv4 + IPv6 PDN) — the IPv4 context connects and gets an address, but the IPv6 context fails with the same 241; a second
quectel-cmthen issuesrequestDeactivateDefaultPDPand tears down the working IPv4 context.
Observation: the network appears to auto-activate the IPv6 context (CID2 internetipv6, +CGACT: 2,1 with a valid IPv6 via AT+CGCONTRDP) on every attach, even when not configured locally — so setup seems to hit a context that is already in use (241). AT+QCFG="ResetFactory" helps only temporarily and is irreversible. The same physical SIM works fine for IPv6 in a ZTE MF286D (raw-ip, no QMAP).
Questions
-
Why does IPv6-only (APN
internetipv6) consistently fail withcall_end_reason_verbose 241, while IPv4 on the same SIM and modem works? -
Why does dual-stack (separate IPv4 + IPv6 PDN contexts) fail in the same way?
-
Where are the current official sources for
quectel-cm(QConnectManager Linux) and the kernel modules (qmi_wwan_q/ QMAP)? We want to confirm we are not running outdated versions.
We can provide full logs (quectel-cm verbose output, AT traces, dmesg) on request.