12-16-2021, 01:12 AM
(12-15-2021, 05:07 PM)kmsgli Wrote:first command seems to indicate that call waiting is on. call waiting is more less operator service.Code:to check:
as a user
$ sudo mmcli -m any --command="AT+CCWA=0,2"
as a root
# mmcli -m any --command="AT+CCWA=0,2"
to disable:
as a user
$ sudo mmcli -m any --command="AT+CCWA=0,0"
as a root
# mmcli -m any --command="AT+CCWA=0,0"
Code:[manjaro@manjaro-arm ~]$ sudo mmcli -m any --command="AT+CCWA=0,2"
[sudo] password for manjaro:
response: '+CCWA: 1,1
+CCWA: 1,32'
[manjaro@manjaro-arm ~]$ sudo mmcli -m any --command="AT+CCWA=0,0"
error: command failed: 'GDBus.Error:org.freedesktop.ModemManager1.Error.MobileEquipment.Unknown: Unknown mobile equipment error: 258'
[manjaro@manjaro-arm ~]$
That is what i got from those commands.
my guess downgrade to lower networks has some issues, if using gui, disable and enable modem after selection of network technology. then try latter command again.