Using ModemManager getting IP but not reflecting to NetworkManager

Aleksander Morgado aleksander at aleksander.es
Thu Sep 24 09:11:23 UTC 2020


Hey,

>     I am running mmcli G --debug  command then  mmcli -m 0 --command="ATI".
>   then also not happening
>    how we can set debug mode.
>    i am stuck here  please help.
>

The --debug goes in the ModemManager daemon call, not in the mmcli
client call. You need to run the whole ModemManager daemon process
with --debug.

If you're using a standard Linux distribution, you may need to modify
the systemd init script at /lib/systemd/system/ModemManager.service so
that the ExecStart line includes --debug, e.g.:
  ExecStart=/usr/sbin/ModemManager --debug
Once you've modified the init script, you'll need to reload and restart:
  sudo systemctl daemon-reload
  sudo systemctl restart ModemManager

If you're using a custom distribution, you may have a custom way to
start the ModemManager daemon.

-- 
Aleksander
https://aleksander.es


More information about the ModemManager-devel mailing list