On Fri, Nov 17, 2017 at 12:44 AM, Greg Oliver <oliver greg gmail com> wrote:
> On Thu, Nov 16, 2017 at 2:57 PM, Aleksander Morgado
> <aleksander aleksander es> wrote:
So this is being managed in QMI, which is ok, but as seen above the> [greg@dell-wifi ~]$ sudo mmcli -m 0
>
> /org/freedesktop/ModemManager1/Modem/0 (device id
> '48d4cf9eceb8dbb2de4e13da073cb0 11be31f29e')
> -------------------------
> Hardware | manufacturer: 'QUALCOMM INCORPORATED'
> | model: '42'
> | revision: 'L0290VWBB12F.248 1 [Nov 9 2011 08:44:21]'
> | supported: 'gsm-umts
> | cdma-evdo
> | lte
> | cdma-evdo, gsm-umts
> | gsm-umts, lte
> | cdma-evdo, lte
> | cdma-evdo, gsm-umts, lte'
> | current: 'cdma-evdo'
"current" mode is limited to cdma-evdo for some reason (i.e. no LTE).
Can you try to run this?
mmcli -m 0 --set-current-capabilities="cdma-evdo|lte"
The device should reboot after that; then re-run "mmcli -m X" (X will
likely be 1 after the reboot) and see if the "current" field shows
"lte" as well.
[snip]