Teltonika TRB246 cellular connectivity issue

Device Information

  • Model: TRB246
  • Firmware: TRB2M_R_00.07.15.4 (Build: d0faa4d6d30, 2025-07-10 11:55:42)
  • Kernel: 5.15.180
  • BusyBox: v1.34.1
  • MAC Address: -

Cellular Modem Details

  • Modem: Quectel EC25-EUX
  • Firmware: EC25EUXGAR08A15M1G_20.200.20.200
  • USB ID: 2c7c:0125
  • USB Path: 1-1.4
  • Serial Devices: /dev/ttyUSB0-4 (all present)

SIM Card Information

  • IMSI: - (Vodafone UK)
  • CCID: -
  • SIM Status: +CPIN: READY
  • SIM Slot: 1

We have 3 identical TRB246 modems deployed in the same location:

  • Same antennas (identical hardware setup)
  • Same SIM cards (Vodafone UK)
  • Same configuration (APN “internet”, no authentication)
  • Same coverage area (side by side installation)

Status:

  • :white_check_mark: TRB246 #1: Working normally with internet connectivity
  • :white_check_mark: TRB246 #2: Working normally with internet connectivity
  • :cross_mark: TRB246 #3: FAILED after reboot - cannot establish cellular connection

Problem Description

TRB246 #3 was working normally with internet connectivity, then suddenly stopped working after a reboot. The other two identical units continue to work perfectly in the same location, confirming this is not a network, coverage, or configuration issue.

Current Status of the TRB246 not working

  • :cross_mark: Network Registration: +CREG: 2,0 (Not registered)
  • :cross_mark: Signal Strength: +CSQ: 99,99 (No signal/unknown)
  • :cross_mark: Network Search: +QENG: “servingcell”,“SEARCH” (Continuously searching)
  • :cross_mark: Network Scan: AT+COPS=? returns ERROR
  • :white_check_mark: SIM Detection: Working properly
  • :white_check_mark: Modem Communication: AT commands respond correctly

APN Settings Tested:

  1. Original: wap.vodafone.co.uk with username/password wap/wap
  2. Updated: internet (no authentication) - as recommended by SIM provider

Current UCI Configuration:

network.mob1s1a1.proto=‘wwan’
network.mob1s1a1.apn=‘internet’
network.mob1s1a1.auto_apn=‘0’
network.mob1s1a1.pdptype=‘ipv4’
network.mob1s1a1.username=‘’
network.mob1s1a1.password=‘’
network.mob1s1a1.auth=‘’

Current Modem PDP:

+CGDCONT: 1,“IP”,“internet”,“0.0.0.0”,0,0,0,0
+CGDCONT: 2,“IPV4V6”,“ims”,“0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0”,0,0,0,0
+CGDCONT: 3,“IPV4V6”,“SOS”,“0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0”,0,0,0,1

Debug Tests Performed

Signal and Registration Tests:

  • AT+CSQ → +CSQ: 99,99 (No signal)
  • AT+CREG? → +CREG: 2,0 (Not registered)
  • AT+CGREG? → +CGREG: 2,0 (Not registered)
  • AT+COPS=? → ERROR (Cannot scan networks)
  • AT+COPS? → Tested
  • AT+COPS=0 → OK (but no effect)

Network Technology Tests:

  • AT+QCFG=“nwscanmode” → +QCFG: “nwscanmode”,0 (Auto mode)
  • Attempted GSM-only mode: AT+QCFG=“nwscanmode”,1
  • Attempted LTE-only mode: AT+QCFG=“nwscanmode”,3
  • Band configuration: +QCFG: “band”,0x93,0x1a0080800c5,0x0

Modem Reset Attempts:

  • AT+CFUN=1,1 → OK (Functional reset performed)
  • AT&F → Factory reset attempted
  • USB interface resets via sysfs unbind/bind
  • Multiple interface restarts: ifdown/ifup mob1s1a1
  • Network service restart: /etc/init.d/network restart

Hardware Tests:

  • lsusb → Modem detected as ID 2c7c:0125
  • USB serial devices → All 5 ttyUSB devices present
  • ATI → Modem responds with model information
  • AT+CIMI → SIM IMSI readable
  • AT+CCID → SIM card ID readable

Observations

  1. Hardware appears functional - All AT commands respond, SIM detected
  2. RF scanning completely broken - AT+COPS=? returns ERROR
  3. Continuous search mode - +QENG: “servingcell”,“SEARCH”
  4. Physical connectivity confirmed - Antenna connected, strong coverage area
  5. Problem started after reboot - Was working before system restart

The cellular modem’s RF scanning hardware appears to be in a corrupted state after the reboot. Despite proper antenna connection and being in a strong coverage area, the modem cannot detect any cellular networks (AT+COPS=? ERROR).
Can you please help? I have a CLI working connection with the faulty modem.

I appreciate your help and suggestions,
Alberto

Hello,

For future reference, please don’t share information such as IMEI/Mac Address/Serial numbers/Public IPs/Passwords, as it is sensitive and could cause issues.

For your issue, I will have to review the troubleshoot file. I’ve sent you a form to fill out so we can continue our conversation in private, to avoid accidentally leaking any sensitive information. In the Ticket ID field, simply enter the thread’s number, which is 14875.

Thank you,
M.

Issue has been resolved by editing the /etc/network config file & changing the PDP type from “ipv4” - which is not valid, to “ip”.

Our devices support the arguments of ip, ipv6 and ipv4v6

Regards,

M.

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.