[Armadillo:08923] Armadillo-460でFOMA-UM02-KOを使用してppp接続できない
Yamamoto
email@hidden
2013年 6月 26日 (水) 15:29:27 JST
Yamamotoです。
Armadillo-460でFOMA-UM02-KOを使用してppp接続しようとしていますが、接続状態になり
ません。
今は確認中でmopera.netに接続の確認だけをしようとしています。
以下のfoma_scriptファイルを使用して
-----------------------------------------------------------------------
#!/bin/sh
#
FOMA_APN=mopera.net
exec chat -v \
TIMEOUT 10 \
ABORT '\nERROR\r' \
ABORT '\nBUSY\r' \
ABORT '\nNO ANSWER\r' \
ABORT '\nRING\r' \
'' ATZ \
'OK-ATZ-OK' ATS0=1 \
TIMEOUT 60 \
'OK' 'AT+CGDCONT=1,"PPP","'$FOMA_APN'"' \
'OK' ATDT*99***1# \
CONNECT ''
-----------------------------------------------------------------------
下記を実行しました。
/sbin/pppd lock novj nodeflate modem crtscts /dev/ttymxc1 115200 asyncmap 00000000 noauth defaultroute noipdefault netmask 255.255.255.0 connect /etc/ppp/foma_script
で実行した時の/var/log/messagesは以下の通りでした。
-----------------------------------------------------------------------
<29>Jun 26 15:20:28 pppd[6603]: pppd 2.4.4 started by root, uid 0
<150>Jun 26 15:20:29 chat[6605]: timeout set to 10 seconds
<150>Jun 26 15:20:30 chat[6605]: abort on (\nERROR\r)
<150>Jun 26 15:20:30 chat[6605]: abort on (\nBUSY\r)
<150>Jun 26 15:20:30 chat[6605]: abort on (\nNO ANSWER\r)
<150>Jun 26 15:20:30 chat[6605]: abort on (\nRING\r)
<150>Jun 26 15:20:30 chat[6605]: send (ATZ^M)
<150>Jun 26 15:20:30 chat[6605]: expect (OK)
<150>Jun 26 15:20:30 chat[6605]: ATZ^M^M
<150>Jun 26 15:20:30 chat[6605]: OK
<150>Jun 26 15:20:30 chat[6605]: -- got it
<150>Jun 26 15:20:30 chat[6605]: send (ATS0=1^M)
<150>Jun 26 15:20:30 chat[6605]: timeout set to 60 seconds
<150>Jun 26 15:20:30 chat[6605]: expect (OK)
<150>Jun 26 15:20:30 chat[6605]: ^M
<150>Jun 26 15:20:30 chat[6605]: ATS0=1^M^M
<150>Jun 26 15:20:30 chat[6605]: OK
<150>Jun 26 15:20:30 chat[6605]: -- got it
<150>Jun 26 15:20:30 chat[6605]: send (AT+CGDCONT=1,"PPP","mopera.net"^M)
<150>Jun 26 15:20:30 chat[6605]: expect (OK)
<150>Jun 26 15:20:30 chat[6605]: ^M
<150>Jun 26 15:20:30 chat[6605]: AT+CGDCONT=1,"PPP","mopera.net"^M^M
<150>Jun 26 15:20:30 chat[6605]: OK
<150>Jun 26 15:20:30 chat[6605]: -- got it
<150>Jun 26 15:20:30 chat[6605]: send (ATDT*99***1#^M)
<150>Jun 26 15:20:31 chat[6605]: expect (CONNECT)
<150>Jun 26 15:20:31 chat[6605]: ^M
<150>Jun 26 15:20:33 chat[6605]: ATDT*99***1#^M^M
<150>Jun 26 15:20:33 chat[6605]: CONNECT
<150>Jun 26 15:20:33 chat[6605]: -- got it
<150>Jun 26 15:20:33 chat[6605]: send (^M)
<30>Jun 26 15:20:33 pppd[6603]: Serial connection established.
<30>Jun 26 15:20:33 pppd[6603]: Using interface ppp0
<29>Jun 26 15:20:33 pppd[6603]: Connect: ppp0 <--> /dev/ttymxc1
<30>Jun 26 15:20:34 pppd[6603]: Hangup (SIGHUP)
<29>Jun 26 15:20:34 pppd[6603]: Modem hangup
<29>Jun 26 15:20:34 pppd[6603]: Connection terminated.
<30>Jun 26 15:20:36 pppd[6603]: Exit.
-----------------------------------------------------------------------
接続は出来ているようですが"Modem hangup"で切断されているようです。
なぜ、切断されるのかよく解りません。
何か調べるところ教えていただけませんでしょうか?
armadillo メーリングリストの案内