Hi,
I have to execute the following commands to force the Modem to accept IPV6 SIM cards.
In first, I deactivate ModemManager.service
and I execute the following command to force the Modem in debug mode : ModemManager --debug
Below, the results after the command execution :
ModemManager[3925]: [1611080998.950036] [mm-plugin-manager.c:1584] load_plugins(): [plugin manager] loaded plugin ‘Dell’
ModemManager[3925]: [1611080998.950965] [mm-plugin-manager.c:1584] load_plugins(): [plugin manager] loaded plugin ‘Linktop’
ModemManager[3925]: [1611080998.951133] [mm-plugin-manager.c:1609] load_plugins(): [plugin manager] successfully loaded 30 plugins
ModemManager[3925]: [1611080998.953093] [main.c:123] name_lost_cb(): Could not acquire the ‘org.freedesktop.ModemManager1’ service name
ModemManager[3925]: [1611080998.953318] [mm-base-manager.c:849] set_property(): Stopping connection in object manager server
ModemManager[3925]: [1611080998.958846] [main.c:218] main(): ModemManager is shut down
ModemManager[3925]: [1611080998.959242] [mm-sleep-monitor.c:245] _singleton_instance_weak_ref_cb(): disposing MMSleepMonitor singleton (0x78d27cc0)
After, I need to execute the commands :
mmcli -m 0 --command=‘AT+CGDCONT=1,“IP”,""’
mmcli -m 0 --command=‘AT!RESET’
But I have this answer:
error: command failed: ‘GDBus.Error:org.freedesktop.ModemManager1.Error.Core.Unauthorized: Cannot send AT command to modem: operation only allowed in debug mode’
I think the Modem can’t switch to debug mode, I don’t understand why