Re: Using MM with Lede

2017-08-30 Thread Nathaniel Haggard
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

Re: Using MM with Lede

2017-08-30 Thread Paul Bartell
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:

Re: Using MM with Lede

2017-08-30 Thread Nathaniel Haggard
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

[PATCH v2] telit-plugin: handle QSS unsolicited due to power state transitions

2017-08-30 Thread Carlo Lobrano
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