You are not logged in.
I'm trying to force this modem to use exclusively lte network. I delved into modem's user manual, and found the setting. However, the modem is not complying.
I wonder if this is due to ModemManager, or the modem itself? The modem responds to all other AT commands without problems.
systemctl stop ModemManager NetworkManager
systemctl start NetworkManager
ModemManager --debug
mmcli -m 0 --command=AT^SYSCFGEX?
response: '^SYSCFGEX: "00",3fffffff,1,2,7fffffffffffffff'
mmcli -m 0 --command=AT^SYSCFGEX="03",3FFFFFFF,1,2,7FFFFFFFFFFFFFFF,,
error: command failed: 'GDBus.Error:org.freedesktop.ModemManager1.Error.Message.NotSupported: Operation not supported'
Debug output:
ModemManager[8544]: <debug> [1528932398.434074] (ttyUSB0) device open count is 3 (open)
ModemManager[8544]: <debug> [1528932398.434114] (ttyUSB0): --> 'AT^SYSCFGEX=03,3FFFFFFF,1,2,7FFFFFFFFFFFFFFF,,<CR>'
ModemManager[8544]: <debug> [1528932398.489029] (ttyUSB0): <-- '<CR><LF>+CMS ERROR: 303<CR><LF>'
ModemManager[8544]: <debug> [1528932398.489116] Got failure code 303: Operation not supported
ModemManager[8544]: <debug> [1528932398.489270] (ttyUSB0) device open count is 2 (close)
Last edited by Tuomola (2018-06-14 12:13:22)
Offline
You can use the report link to request a move. Also please use [ code ] tags for pasting output https://bbs.archlinux.org/help.php#bbcode
Moving to Networking
Offline
Code tags attached, didn't post much in the forums yet, so thanks for advice.
Offline