之前调试正常的一块板子,在调试中,如下出现如下问题,而且必然出现。
系统是linux 2.6.24。用华为的模块,在ppp拨号中,之前调试是OK的,现在出现Fatal signal 11
Beginning...
Dialing up...#777
Logging...
Serial connection established.
using channel 1
Using interface ppp0
Connect: ppp0 <--> /dev/ttyUSB0
rcvd [LCP ConfReq id=0x1 <asyncmap 0x0> <auth chap MD5> <magic 0x86715ffa> <pcomp> <accomp>]
sent [LCP ConfReq id=0x1 <asyncmap 0x0> <magic 0x973dd701> <pcomp> <accomp>]
sent [LCP ConfAck id=0x1 <asyncmap 0x0> <auth chap MD5> <magic 0x86715ffa> <pcomp> <accomp>]
rcvd [LCP ConfAck id=0x1 <asyncmap 0x0> <magic 0x973dd701> <pcomp> <accomp>]
rcvd [CHAP Challenge id=0x1 <6be038bcc07043dbcf098498ba061442b1c03c840180fe>, name = ""]
sent [CHAP Response id=0x1 <5d5da0f10e9a2fca79e39baee65c7c7c>, name = "ctnet@mycdma.cn"]
rcvd [CHAP Success id=0x1 ""]
CHAP authentication succeeded
CHAP authentication succeeded
sent [CCP ConfReq id=0x1 <deflate 15> <deflate(old#) 15> <bsd v1 15>]
sent [IPCP ConfReq id=0x1 <compress VJ 0f 01> <addr 0.0.0.0> <ms-dns1 0.0.0.0> <ms-dns3 0.0.0.0>]
rcvd [IPCP ConfReq id=0x1 <compress VJ 0f 00> <addr 113.115.0.1>]
sent [IPCP ConfAck id=0x1 <compress VJ 0f 00> <addr 113.115.0.1>]
rcvd [LCP ProtRej id=0x0 80 fd 01 01 00 0f 1a 04 78 00 18 04 78 00 15 03 2f]
Protocol-Reject for 'Compression Control Protocol' (0x80fd) received
rcvd [IPCP ConfNak id=0x1 <addr 183.43.78.163> <ms-dns1 202.96.128.86> <ms-dns3 202.96.134.133>]
sent [IPCP ConfReq id=0x2 <compress VJ 0f 01> <addr 183.43.78.163> <ms-dns1 202.96.128.86> <ms-dns3 202.96.134.133>]
rcvd [IPCP ConfAck id=0x2 <compress VJ 0f 01> <addr 183.43.78.163> <ms-dns1 202.96.128.86> <ms-dns3 202.96.134.133>]
Fatal signal 11
哪位高手遇到过类似的问题,帮忙看看呀。 |