<div dir="ltr">Thanks, transition makes sense to me now. Seems persistent-low-power does the job for airplane mode.<div>You are right, you can only go offline -> reset. I had thought going from offline to low-power/persistent low power was working due to the informational message ("Operating mode set successfully") but when you query them it indicates reset as mode, so I know I need to reset.</div><div><br></div><div><div>qmicli -d /dev/cdc-wdm0 --dms-set-operating-mode=offline</div><div>[/dev/cdc-wdm0] Operating mode set successfully</div><div><br></div><div>qmicli -d /dev/cdc-wdm0 --dms-get-operating-mode</div><div>[/dev/cdc-wdm0] Operating mode retrieved:</div><div>        Mode: 'offline'</div><div>        Reason: 'unknown'</div><div>        HW restricted: 'no'</div></div><div><br></div><div><div>qmicli -d /dev/cdc-wdm0 --dms-set-operating-mode=low-power</div><div>[/dev/cdc-wdm0] Operating mode set successfully</div></div><div><br></div><div><div>qmicli -d /dev/cdc-wdm0 --dms-get-operating-mode</div><div>[/dev/cdc-wdm0] Operating mode retrieved:</div><div>        Mode: 'reset'</div><div>        HW restricted: 'no'</div></div><div><br></div><div><div>This is however useful as you can go offline, go to persistent-low-power and then will be in that mode upon reboot.</div></div><div><br></div><div>Thanks!</div><div><br></div><div>--</div><div>Paul</div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On 2 March 2017 at 11:27, Bjørn Mork <span dir="ltr"><<a href="mailto:bjorn@mork.no" target="_blank">bjorn@mork.no</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">Paul Gildea <<a href="mailto:gildeap@tcd.ie">gildeap@tcd.ie</a>> writes:<br>
<br>
> I wish to use libqmi to enable airplane mode on a modem, it doesn't seem to<br>
> have this capability so I am looking at adding it. I guess I want to have<br>
> the radio set to offline and be persistent over reboot somehow. Anyway,<br>
> when testing out what I might do via the command set I have tried to turn<br>
> the radio off and then turn it back on to simulate turning on and off<br>
> airplane mode. However this gives an error I am having trouble with, any<br>
> help would be appreciated:<br>
><br>
> qmicli -d /dev/cdc-wdm0 --dms-set-operating-mode=<wbr>offline<br>
> Operating mode set successfully<br>
<br>
</span>Try setting the mode to 'low-power' or 'persistent-low-power' instead.<br>
<span class=""><br>
<br>
> qmicli -d /dev/cdc-wdm0 --dms-set-operating-mode=<wbr>online<br>
> error: couldn't set operating mode: QMI protocol error (60):<br>
> 'InvalidTransaction'<br>
<br>
</span>I believe you can only go to 'reset' from 'offline'.<br>
<span class="HOEnZb"><font color="#888888"><br>
<br>
<br>
Bjørn<br>
</font></span></blockquote></div><br></div>