Armadilloフォーラム

3g-recover failed

kiso.masaki

2019年12月25日 16時53分

お世話になります。

お客先のArmadillo-IoT G2で3g-recover failedが発生している状況がありますが、
ping 8.8.8.8は通ります。

ログと環境は以下となりますが、3g-recover failedが発生する要因など、
分かればご教示いただけますでしょうか。

その他、必要なログ等あればお知らせください。

■環境
機器:Armadillo-IoT G2
SIM:フリービット

■起動ログ

Setting hostname:                                               done
Configuring network interfaces:                                 done
Starting 3g-recover: 3g-recover: Please set 3g-set-ap setting in /etc/config/interfaces
                                                                failed
Starting inetd:                                                 done
 
...
 
Gateway Firemware Start:                                        done
 
atmark-dist v1.55.0 (AtmarkTechno/Armadillo-IoTG-Std)
Linux 3.14.36-at11 [armv5tejl arch]
 
armadillo-iotg login: 

■interfaces

[root@armadillo-iotg (ttymxc1) ~]# cat /etc/config/interfaces
t /etc/config/interfaces
auto lo
iface lo inet loopback
iface eth0 inet dhcp
iface awlan0 inet dhcp
        pre-up iwpriv awlan0 set_psk xxxxxxxxxxxxx
        pre-up iwpriv awlan0 set_cryptmode WPA2-AES
        pre-up iwconfig awlan0 essid NARC_85
        wireless-mode managed
iface umts0 inet dhcp
        pre-up 3g-set-ap mvno.net mvno46 mvno46 CHAP IP
        pre-up 3g-connect
        post-up 3g-monitor start
        pre-down 3g-monitor stop
        post-down 3g-disconnect
[root@armadillo-iotg (ttymxc1) ~]# 

■ping

[root@armadillo-iotg (ttymxc1) ~]# ping 8.8.8.8
PING 8.8.8.8 (8.8.8.8): 56 data bytes
64 bytes from 8.8.8.8: icmp_seq=0 ttl=52 time=412.3 ms
64 bytes from 8.8.8.8: icmp_seq=1 ttl=52 time=371.6 ms
64 bytes from 8.8.8.8: icmp_seq=2 ttl=52 time=380.1 ms
 
--- 8.8.8.8 ping statistics ---
3 packets transmitted, 3 packets received, 0% packet loss
round-trip min/avg/max = 371.6/388.0/412.3 ms
[root@armadillo-iotg (ttymxc1) ~]# 

以上です。
よろしくお願いいたします。