| 用诺基亚手机连接拨号上网,总是提示: The PPP daemon has died.....(exit code =2) ! 手机上面显示已连接E网, 但电脑上不了网啊? 
 系统提示:
 
 sh-3.00# wvdial
 --> WvDial: Internet dialer version 1.53
 --> Initializing modem.
 --> Sending: ATZ
 ATZ
 OK
 --> Sending: ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
 ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
 OK
 --> Sending: AT+CGDCONT=,,"cmnet"
 AT+CGDCONT=,,"cmnet"
 OK
 --> Modem initialized.
 --> Sending: ATDT*99#
 --> Waiting for carrier.
 ATDT*99#
 CONNECT
 ~[7f]}#@!}!} } }2}#}$@#}!}$}%}"}&} }*} } g}%~~[7f]}#@!}!} } }2}#}$@#}!}$}%}"}&} }*} } g}%~
 --> Carrier detected. Starting PPP immediately.
 --> Starting pppd at Tue Dec 15 17:16:36 2009
 --> pid of pppd: 13490
 --> Disconnecting at Tue Dec 15 17:16:37 2009
 --> The PPP daemon has died: pppd options error (exit code = 2)
 --> man pppd explains pppd error codes in more detail.
 --> I guess that's it for now, exiting
 --> The PPP daemon has died. (exit code = 2)
 
 我的5530在这个系统里是自己识别的!
 
 以下是相关文件: (ps:是否相关自己也不是很清楚,毕竟刚接触Linux)
 ======wvdial.conf=======
 [Dialer Defaults]
 Stupid Mode = yes
 Modem Type = USB Modem
 Modem = /dev/ttyACM0
 Baud = 460800
 New PPPD = yes
 Init1 = ATZ
 Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
 Init3 = AT+CGDCONT=,,"cmnet"
 ISDN = 0
 Phone = *99#
 Username = x
 Password = x
 Idle Seconds = 3000
 Auto DNS = 1
 
 
 =====options=====
 lock
 defaultroute
 noipdefault
 ipcp-accept-local
 ipcp-accept-remote
 noauth
 usepeerdns
 modem
 #/dev/modem
 115200
 crtscts
 debug
 asyncmap 0
 name "barney"
 mtu 500
 novj
 :10.64.64.64
 
 =====resolv.conf=====
 nameserver 211.136.20.203
 |