Hi all,
I've got a question. Maybe someone has an idea what's going on.
I'm running OpenWrt on a Banana Pi BPI-R3 with a snapshot release:
user@OpenWrt:~$ cat /etc/openwrt_version
r25557-8fb23465ca
I installed a LTE modem and I'm using ModemManager:
user@OpenWrt:~$ sudo mmcli --modem=0
--------------------------------
General | path: /org/freedesktop/ModemManager1/Modem/0
| device id: ************************************
--------------------------------
Hardware | manufacturer: Sierra Wireless, Incorporated
| model: DW5811e Snapdragon™ X7 LTE
| firmware revision: SWI9X30C_02.24.03.00
| carrier config: default
| h/w revision: EM7455B
| supported: gsm-umts, lte
| current: gsm-umts, lte
| equipment id: **************
--------------------------------
System | device: /sys/devices/platform/soc/11200000.usb/usb1/1-1/1-1.1
| physdev: /sys/devices/platform/soc/11200000.usb/usb1/1-1/1-1.1
| drivers: cdc_mbim
| plugin: dell
| primary port: cdc-wdm0
| ports: cdc-wdm0 (mbim), wwan0 (net)
--------------------------------
Status | lock: sim-pin2
| unlock retries: sim-pin2 (3)
| state: disabled
| power state: low
--------------------------------
Modes | supported: allowed: 3g; preferred: none
| allowed: 4g; preferred: none
| allowed: 3g, 4g; preferred: 4g
| allowed: 3g, 4g; preferred: 3g
| current: allowed: 3g, 4g; preferred: 4g
--------------------------------
Bands | supported: utran-1, utran-3, utran-4, utran-5, utran-8, utran-2,
| eutran-1, eutran-2, eutran-3, eutran-4, eutran-5, eutran-7, eutran-8,
| eutran-12, eutran-13, eutran-20, eutran-25, eutran-26, eutran-29,
| eutran-41
| current: utran-1, utran-3, utran-4, utran-5, utran-8, utran-2,
| eutran-1, eutran-2, eutran-3, eutran-4, eutran-5, eutran-7, eutran-8,
| eutran-12, eutran-13, eutran-20, eutran-25, eutran-26, eutran-29,
| eutran-41
--------------------------------
IP | supported: ipv4, ipv6, ipv4v6
--------------------------------
3GPP | imei: ****************
| enabled locks: sim, fixed-dialing
| packet service state: detached
--------------------------------
SIM | primary sim path: /org/freedesktop/ModemManager1/SIM/0
| sim slot paths: slot 1: /org/freedesktop/ModemManager1/SIM/0 (active)
| slot 2: none
But I was unable to connect. Always running in timeout.
Today I put my SIM card in laptop that's running Windows. And it connected instantly. No Problem.
Then I put the SIM card back in my router, boot up OpenWrt and the damn thing works. Without any changes in my config. I get connection.
So.... any idea what has happened there? Some kind of black magic?
I would love to know the reason behind this.
Since I don't want to rely on Windows to get my wwan interface working.
I was actually planing on deleting Windows and install Linux on that laptop I used for testing the SIM card.