Armadilloフォーラム

NDLTEAと通信モジュールのリセット

sshida

2017年6月30日 18時43分

Armadillo IoT G3でNDLTEA (GH-PNM-NDLTEA) を利用しています。

モバイル通信のトラブル時に、NDLTEA通信モジュールをリセットして復旧を試みたいのですが、
どのようなコマンドがあるでしょうか?

/usr/bin/wwan-force-restartというスクリプトはIoT G3の別の3Gモジュール用で、
NDLTEAには対応していないしょうか?

コメント

azuma

2017年7月7日 15時05分

グリーンハウスの吾妻です。

atコマンドが使用できる状態でしたら、AT+CRESETでLTEモジュールのリセットができます。

/usr/bin/wwan-force-restartにつきましては確認いたしますので、
もうしばらくお待ちください

sshida

2017年7月9日 19時19分

AT+CREST、ありがとうございます。他の接続方法を切り替える必要があるため、
NetworkManagerを使っていきたいのですが、mmcliだとdebug modeが必要とのことです。

$ sudo mmcli -m 0 --command=AT+CRESET
error: command failed: 'GDBus.Error:org.freedesktop.ModemManager1.Error.Core.Unauthorized: Cannot send AT command to modem: operation only allowed in debug mode'

mmcli -m 0 -r というのがあり、通信モジュールをリセットできるとよいのですが、
対応していない、という表示がありました。

$ sudo mmcli -m 0 -r
error: couldn't reset the modem: 'GDBus.Error:org.freedesktop.ModemManager1.Error.Core.Unsupported: Cannot reset the modem: operation not supported'