Hi all, Im porting android AOSP to a new board, everything works fine except data. I implemented u-blox RIL on my board. In My radio log i see this:
1-07 22:52:32.063 10916 10916 I pppd.gprs: Internet protocol configuration is [IP] 11-07 22:52:32.081 10917 10917 I pppd.gprs: Configure pppd security options 11-07 22:52:32.222 10925 10925 I pppd.start: Checking parameters... 11-07 22:52:32.240 10926 10926 I pppd.start: pppd ppp_if= 0 11-07 22:52:32.259 10927 10927 I pppd.start: pppd ppp_auth= 0 11-07 22:52:32.278 10928 10928 I pppd.start: Starting pppd.. 11-07 22:52:32.327 10931 10931 I pppd.start: u-blox RIL Interface is = pts 11-07 22:52:32.347 10932 10932 I pppd.start: Executing Interface = gprs1 11-07 22:52:32.381 10934 10934 I pppd : get channel 2 device=[/dev/pts/1], (attempt 1/10) 11-07 22:52:33.381 10934 10934 I pppd : get channel 2 device=[/dev/pts/1], (attempt 1/10) 11-07 22:52:34.384 10934 10934 I pppd : pppd 2.4.7 started by root, uid 0 11-07 22:52:35.537 10934 10934 D pppd : Script chat -t 15 -f /system/etc/ppp/chat-isp1 finished (pid 10936), status = 0x0 11-07 22:52:35.537 10934 10934 I pppd : Serial connection established. 11-07 22:52:35.537 10934 10934 D pppd : using channel 82 11-07 22:52:35.537 10934 10934 W pppd : u-blox PPP unit 0 as it is in use 11-07 22:52:35.542 10934 10934 I pppd : Using interface ppp0 11-07 22:52:35.543 10934 10934 I pppd : Connect: ppp0 <--> /dev/pts/1 11-07 22:52:36.544 10934 10934 D pppd : sent [LCP ConfReq id=0x1 <asyncmap 0x0> <magic 0xe6952628> <pcomp> <accomp>] 11-07 22:52:36.579 10934 10934 D pppd : rcvd [LCP ConfReq id=0x1 <asyncmap 0x0> <auth pap> <magic 0x65aeed74> <pcomp> <accomp>] 11-07 22:52:36.579 10934 10934 D pppd : No auth is possible 11-07 22:52:36.579 10934 10934 D pppd : sent [LCP ConfRej id=0x1 <auth pap>] 11-07 22:52:36.579 10934 10934 D pppd : rcvd [LCP ConfAck id=0x1 <asyncmap 0x0> <magic 0xe6952628> <pcomp> <accomp>] 11-07 22:52:36.595 10934 10934 D pppd : rcvd [LCP ConfReq id=0x2 <asyncmap 0x0> <magic 0x65aeed74> <pcomp> <accomp>] 11-07 22:52:36.595 10934 10934 D pppd : sent [LCP ConfAck id=0x2 <asyncmap 0x0> <magic 0x65aeed74> <pcomp> <accomp>] 11-07 22:52:36.595 10934 10934 D pppd : sent [CCP ConfReq id=0x1 <deflate 15> <deflate(old#) 15> <bsd v1 15>] 11-07 22:52:36.595 10934 10934 D pppd : sent [IPCP ConfReq id=0x1 <compress VJ 0f 01> <addr 0.0.0.0> <ms-dns1 0.0.0.0> <ms-dns2 0.0.0.0>] 11-07 22:52:36.627 10934 10934 D pppd : rcvd [LCP TermReq id=0x3 "peer refused to authenticate"] 11-07 22:52:36.627 10934 10934 I pppd : LCP terminated by peer (peer refused to authenticate) 11-07 22:52:36.627 10934 10934 D pppd : sent [LCP TermAck id=0x3] 11-07 22:52:39.630 10934 10934 I pppd : Connection terminated. 11-07 22:52:40.650 10934 10934 I pppd : Modem hangup 11-07 22:52:40.651 10934 10934 I pppd : Exit. 11-07 22:52:40.783 10954 10954 I pppd.start: pppd exited with 16 01-03 05:16:54.105 0 0 I init : Service 'pppd_data0' (pid 10907) exited with status 0 Really dont know how to fix it... I'm going mad since 4 days... It seems that my provider (vodafone) need pap authentication, but naturally I'm using a SIM and dont have user and pass for authenticate. Hope someone can help... If more info is needed i can be more specific... Regards, Gianmaria -- -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting --- You received this message because you are subscribed to the Google Groups "android-porting" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/android-porting/e3ab7f51-7581-4a09-b2bd-a1b25c550c4a%40googlegroups.com.
