お知らせ

  • 利用規約を守って投稿してください。また、よくある質問および投稿の手引きも参照してください。
  • メッセージの投稿にはアカウントが必要です。未登録の方は、ユーザ登録ページからアカウントを作成することができます。

#1 2008-12-14 02:13:58

rairairou
新しいメンバ
From: 東京
登録日: 2008-10-07

[解決]Ubuntu8.04 HP2133でD03HWで接続ができない

こちらのフォーラムでもWeb上のブログなどでも
でているイー・モバイルでの接続ができない問題です。
フォーラムや検索してでてきたページを見て
gnome-ppp、GUI、pppconfigなどいろいろ試しましたが接続できない状況になっています。

環境は以下となります。

PC:HP2133
OS:Ubuntu 8.04
デバイス:D03HW

現在はpppconfigで作成した/etc/ppp/peers/下、/etc/chatscripts/下
のファイルを削除し、GNOME-PPPは使用せず、
GUIで設定したppp0を編集する形で設定しようとしております。
現在参考にしているのはこちらです。
http://forum.ubuntulinux.jp/viewtopic.php?id=2359

次のレスで無線LAN経由で/var/log/messagesや/etc/ppp/peers/ppp0などについて貼りたいと思います。

最後の編集者: rairairou (2008-12-14 23:13:21)

オフライン

 

#2 2008-12-14 02:30:36

rairairou
新しいメンバ
From: 東京
登録日: 2008-10-07

Re: [解決]Ubuntu8.04 HP2133でD03HWで接続ができない

該当個所らしき/var/log/messagesの最後の方です。

コード:

Dec 14 02:00:46 lineborg chat[8265]: timeout set to 60 seconds
Dec 14 02:00:46 lineborg chat[8265]: abort on (ERROR)
Dec 14 02:00:46 lineborg chat[8265]: abort on (BUSY)
Dec 14 02:00:46 lineborg chat[8265]: abort on (VOICE)
Dec 14 02:00:46 lineborg chat[8265]: abort on (NO CARRIER)
Dec 14 02:00:46 lineborg chat[8265]: abort on (NO DIALTONE)
Dec 14 02:00:46 lineborg chat[8265]: abort on (NO DIAL TONE)
Dec 14 02:00:46 lineborg chat[8265]: abort on (NO ANSWER)
Dec 14 02:00:46 lineborg chat[8265]: send (ATZ^M)
Dec 14 02:00:46 lineborg chat[8265]: send (AT&FH0M0^M)
Dec 14 02:00:46 lineborg chat[8265]: expect (OK)
Dec 14 02:00:46 lineborg chat[8265]: ATZ^M^M
Dec 14 02:00:46 lineborg chat[8265]: OK
Dec 14 02:00:46 lineborg chat[8265]:  -- got it 
Dec 14 02:00:46 lineborg chat[8265]: send (ATDT*9***1#^M)
Dec 14 02:00:46 lineborg chat[8265]: timeout set to 75 seconds
Dec 14 02:00:46 lineborg chat[8265]: expect (CONNECT)
Dec 14 02:00:46 lineborg chat[8265]: ^M
Dec 14 02:00:46 lineborg chat[8265]: AATDT*9***1#^M^M
Dec 14 02:00:46 lineborg chat[8265]: NO CARRIER
Dec 14 02:00:46 lineborg chat[8265]:  -- failed
Dec 14 02:00:46 lineborg chat[8265]: Failed (NO CARRIER)
Dec 14 02:01:18 lineborg chat[8267]: timeout set to 60 seconds
Dec 14 02:01:18 lineborg chat[8267]: abort on (ERROR)
Dec 14 02:01:18 lineborg chat[8267]: abort on (BUSY)
Dec 14 02:01:18 lineborg chat[8267]: abort on (VOICE)
Dec 14 02:01:18 lineborg chat[8267]: abort on (NO CARRIER)
Dec 14 02:01:18 lineborg chat[8267]: abort on (NO DIALTONE)
Dec 14 02:01:18 lineborg chat[8267]: abort on (NO DIAL TONE)
Dec 14 02:01:18 lineborg chat[8267]: abort on (NO ANSWER)
Dec 14 02:01:18 lineborg chat[8267]: send (ATZ^M)
Dec 14 02:01:18 lineborg chat[8267]: send (AT&FH0M0^M)
Dec 14 02:01:18 lineborg chat[8267]: expect (OK)
Dec 14 02:01:18 lineborg chat[8267]: ATZ^M^M
Dec 14 02:01:18 lineborg chat[8267]: OK
Dec 14 02:01:18 lineborg chat[8267]:  -- got it 
Dec 14 02:01:18 lineborg chat[8267]: send (ATDT*9***1#^M)
Dec 14 02:01:18 lineborg chat[8267]: timeout set to 75 seconds
Dec 14 02:01:18 lineborg chat[8267]: expect (CONNECT)
Dec 14 02:01:18 lineborg chat[8267]: ^M
Dec 14 02:01:18 lineborg chat[8267]: AATDT*9***1#^M^M
Dec 14 02:01:18 lineborg chat[8267]: NO CARRIER
Dec 14 02:01:18 lineborg chat[8267]:  -- failed
Dec 14 02:01:18 lineborg chat[8267]: Failed (NO CARRIER)
Dec 14 02:01:19 lineborg pppd[8125]: Exit.

/etc/ppp/peers/ppp0 です。

コード:

user "em@em"
connect "/usr/sbin/chat -v -f /etc/chatscripts/pap -T *9***1#"
/dev/ttyUSB0
115200
usepeerdns
persist
noauth
defaultroute

/etc/chatscripts/ppp0は前述した参照先と同様でした。

/etc/ppp/chatscripts/papです。コメント部はカットしています。

コード:

ABORT        BUSY
ABORT        VOICE
ABORT        "NO CARRIER"
ABORT        "NO DIALTONE"
ABORT        "NO DIAL TONE"
""        ATZ
OK        ATDT\T
CONNECT        ""

以上です。

オフライン

 

#3 2008-12-14 03:06:42

rairairou
新しいメンバ
From: 東京
登録日: 2008-10-07

Re: [解決]Ubuntu8.04 HP2133でD03HWで接続ができない

電話番号の箇所を間違えていることに気づき*9***1#から*99***1#に変更して
pon ppp0を実行してみました。以下のようにModem Hangupを繰り替えしています……
なにがまずいのでしょうか?

コード:

Dec 14 02:57:42 lineborg kernel: [  312.624959] PPP BSD Compression module registered
Dec 14 02:57:42 lineborg kernel: [  312.726008] PPP Deflate Compression module registered
Dec 14 02:58:13 lineborg pppd[6375]: IPCP: timeout sending Config-Requests 
Dec 14 02:58:19 lineborg pppd[6375]: Connection terminated.
Dec 14 02:58:20 lineborg pppd[6375]: Modem hangup
Dec 14 02:58:51 lineborg chat[6418]: abort on (BUSY)
Dec 14 02:58:51 lineborg chat[6418]: abort on (VOICE)
Dec 14 02:58:51 lineborg chat[6418]: abort on (NO CARRIER)
Dec 14 02:58:51 lineborg chat[6418]: abort on (NO DIALTONE)
Dec 14 02:58:51 lineborg chat[6418]: abort on (NO DIAL TONE)
Dec 14 02:58:51 lineborg chat[6418]: send (ATZ^M)
Dec 14 02:58:51 lineborg chat[6418]: expect (OK)
Dec 14 02:58:51 lineborg chat[6418]: ATZ^M^M
Dec 14 02:58:51 lineborg chat[6418]: OK
Dec 14 02:58:51 lineborg chat[6418]:  -- got it 
Dec 14 02:58:51 lineborg chat[6418]: send (ATDT*99***1#^M)
Dec 14 02:58:51 lineborg chat[6418]: expect (CONNECT)
Dec 14 02:58:51 lineborg chat[6418]: ^M
Dec 14 02:58:51 lineborg chat[6418]: ATDT*99***1#^M^M
Dec 14 02:58:51 lineborg chat[6418]: CONNECT
Dec 14 02:58:51 lineborg chat[6418]:  -- got it 
Dec 14 02:58:51 lineborg chat[6418]: send (^M)
Dec 14 02:58:51 lineborg pppd[6375]: Serial connection established.
Dec 14 02:58:51 lineborg pppd[6375]: Using interface ppp0
Dec 14 02:58:51 lineborg pppd[6375]: Connect: ppp0 <--> /dev/ttyUSB0
Dec 14 02:58:52 lineborg pppd[6375]: PAP authentication succeeded
Dec 14 02:59:23 lineborg pppd[6375]: IPCP: timeout sending Config-Requests 
Dec 14 02:59:29 lineborg pppd[6375]: Connection terminated.
Dec 14 02:59:30 lineborg pppd[6375]: Modem hangup
Dec 14 03:00:01 lineborg chat[6458]: abort on (BUSY)
.......

オフライン

 

#4 2008-12-14 22:17:24

rairairou
新しいメンバ
From: 東京
登録日: 2008-10-07

Re: [解決]Ubuntu8.04 HP2133でD03HWで接続ができない

http://forum.ubuntulinux.jp/viewtopic.php?id=2255
こちらを参考にnm-appletの左クリックメニューから、
ダイヤルアップ接続 -> ppp0 via Modem に接続します...
で接続したところうまくいきました。

お騒がせいたしました。

オフライン

 

Board footer

Powered by FluxBB