<div dir="ltr">Hi ,<div>   Thanks alot sir</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Sep 24, 2020 at 2:41 PM Aleksander Morgado <<a href="mailto:aleksander@aleksander.es">aleksander@aleksander.es</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hey,<br>
<br>
>     I am running mmcli G --debug  command then  mmcli -m 0 --command="ATI".<br>
>   then also not happening<br>
>    how we can set debug mode.<br>
>    i am stuck here  please help.<br>
><br>
<br>
The --debug goes in the ModemManager daemon call, not in the mmcli<br>
client call. You need to run the whole ModemManager daemon process<br>
with --debug.<br>
<br>
If you're using a standard Linux distribution, you may need to modify<br>
the systemd init script at /lib/systemd/system/ModemManager.service so<br>
that the ExecStart line includes --debug, e.g.:<br>
  ExecStart=/usr/sbin/ModemManager --debug<br>
Once you've modified the init script, you'll need to reload and restart:<br>
  sudo systemctl daemon-reload<br>
  sudo systemctl restart ModemManager<br>
<br>
If you're using a custom distribution, you may have a custom way to<br>
start the ModemManager daemon.<br>
<br>
-- <br>
Aleksander<br>
<a href="https://aleksander.es" rel="noreferrer" target="_blank">https://aleksander.es</a><br>
</blockquote></div>