Hi,
today I set up my new TL-MR6400 Ver 5.30 with OpenWRT 23.05
Everything is working fine. I also managed to get the 4G Modem up an running.
I´m based in Germany but work in Switzerland. So I have a swiss 4G SIM card with roaming.
But I did not manage to set Roming "on", so I can use this SIM also in Germany (40GB roaming Data in Contract included).
When I use a German SIM instead, the Router and the 4G works fine (in Germany)
I tried uqmi -d /dev/cdc-wdm0 --set-network-roaming any
but it did not work.
I was not able to use an terminal to set AT commandy because the modem seems not to be USB connected so I can´t access it via serial terminal.
This is the output of some diagnostic:
root@OpenWrt:~# uqmi -d /dev/cdc-wdm0 --get-serving-system
{
"registration": "registered",
"plmn_mcc": 262,
"plmn_mnc": 2,
"plmn_description": "▒79l~▒▒.r\u0019",
"roaming": true
}
root@OpenWrt:~# uqmi -d /dev/cdc-wdm0 --get-signal-info
{
"type": "lte",
"rssi": -72,
"rsrq": -7,
"rsrp": -101,
"snr": 18.600000
}
root@OpenWrt:~# uqmi -d /dev/cdc-wdm0 --get-data-status
"connected"
root@OpenWrt:~# cat /etc/config/network
.
.
.
config interface 'Sunriseinternet'
option proto 'qmi'
option device '/dev/cdc-wdm0'
option auth 'none'
option pdptype 'ipv4'
option apn 'internet'
ifconfig
wwan0 Link encap:UNSPEC HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00
inet addr:10.57.38.38 P-t-P:10.57.38.38 Mask:255.255.255.252
inet6 addr: fe80::bf4c:671d:bd39:593d/64 Scope:Link
UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1500 Metric:1
RX packets:2 errors:0 dropped:0 overruns:0 frame:0
TX packets:7579 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:630 (630.0 B) TX bytes:679441 (663.5 KiB)
ls -al /dev/ttyUSB*
ls: /dev/ttyUSB*: No such file or directory
I hope someone can help me to set up roaming so I can use this Router in my Camper on vacation.
Cheers
Udo