Oh okay that worked:
option device '/sys/devices/pci:00/:00:14.0/usb1/1-3' (no trailing
slash)
root@LEDE:~# mmcli -m
error: no actions specified
root@LEDE:~# mmcli -L
Found 1 modems:
/org/freedesktop/ModemManager1/Modem/0 [Sierra Wireless, Incorporated]
EM7455
Thank you.
On Wed, Aug
In your /etc/config/network file, try replacing
option device '/sys/devices/pci:00/:00:14.0/usb1/1-3/1-3:1.8'
with
option device '/sys/devices/pci:00/:00:14.0/usb1/1-3/'
or whatever path mmcli -m shows as the device path.
On Wed, Aug 30, 2017 at 12:15 PM Nathaniel Haggard
wrote:
The log is ~600K, so I'll send it to Aleksander directly, but here is one
highlight at least:
Wed Aug 30 15:41:46 2017 daemon.debug [4134]: [/dev/cdc-wdm0] received
generic response (translated)...
<< QMUX:
<< length = 19
<< flags = 0x80
<< service = "nas"
<< client
When transitioning between power-low and power-on modes, Telit modems
switch the SIM off/on, which leads to the emission of #QSS unsolicited not
related to an actual SIM swap.
To handle this use case, this patch:
* disables reacting on #QSS unsolicited when modem_power_down is received
* implemen