Page 1 of 2
No drivers found Samsung Galaxy S2 plus GT-I9105P
Posted: 30 Aug 2013, 22:29
by Slayman
Hello!
PPP Widget says no drivers found.
Help me please.
Sorry my bad english.
android version : 4.2.2
baseband version : I9105PXXUBMG8
kernel version : 3.0.31-1197205
thanx in advance ..
Re: No drivers found Samsung Galaxy S2 plus GT-I9105P
Posted: 01 Sep 2013, 00:55
by Slayman
no one ..

Re: No drivers found Samsung Galaxy S2 plus GT-I9105P
Posted: 01 Sep 2013, 15:33
by Josh
I'm very busy right now. Please be patient.
Re: No drivers found Samsung Galaxy S2 plus GT-I9105P
Posted: 03 Sep 2013, 08:42
by Slayman
thanx for ur efforts ...
can u provide a "how-to" to greate those files needed ??
also ..
I'm trying to compile the stock kernel from source... I'm doing it on a Ubuntu VM , linaro toolchain and the one from android , FAT32 HDD so I can access it from Windows ...
giving me a lot of warnings ... and always crashes on :
net/ipv4/netfilter/ipt_ecn.c: In function
‘match_ip’:
net/ipv4/netfilter/ipt_ecn.c:28:29: error:
‘XT_DSCP_MASK’ undeclared (first use in this
function)
net/ipv4/netfilter/ipt_ecn.c:28:29: note: each
undeclared identifier is reported only once for
each function it appears in
net/ipv4/netfilter/ipt_ecn.c:28:54: error:
dereferencing pointer to incomplete type
net/ipv4/netfilter/ipt_ecn.c: At top level:
net/ipv4/netfilter/ipt_ecn.c:33:9: warning:
‘struct ipt_ecn_info’ declared inside
parameter list [enabled by default]
net/ipv4/netfilter/ipt_ecn.c: In function
‘match_tcp’:
net/ipv4/netfilter/ipt_ecn.c:47:11: error:
dereferencing pointer to incomplete type
net/ipv4/netfilter/ipt_ecn.c:47:25: error:
‘IPT_ECN_OP_MATCH_ECE’ undeclared (first
use in this function)
net/ipv4/netfilter/ipt_ecn.c:48:12: error:
dereferencing pointer to incomplete type
net/ipv4/netfilter/ipt_ecn.c:57:11: error:
dereferencing pointer to incomplete type
net/ipv4/netfilter/ipt_ecn.c:57:25: error:
‘IPT_ECN_OP_MATCH_CWR’ undeclared (first
use in this function)
net/ipv4/netfilter/ipt_ecn.c:58:12: error:
dereferencing pointer to incomplete type
net/ipv4/netfilter/ipt_ecn.c: In function
‘ecn_mt’:
net/ipv4/netfilter/ipt_ecn.c:74:10: error:
dereferencing pointer to incomplete type
net/ipv4/netfilter/ipt_ecn.c:74:24: error:
‘IPT_ECN_OP_MATCH_IP’ undeclared (first
use in this function)
net/ipv4/netfilter/ipt_ecn.c:75:3: warning:
passing argument 2 of ‘match_ip’ from
incompatible pointer type [enabled by default]
net/ipv4/netfilter/ipt_ecn.c:25:20: note:
expected ‘const struct ipt_ecn_info *’ but
argument is of type ‘const struct ipt_ecn_info
*’
net/ipv4/netfilter/ipt_ecn.c:78:10: error:
dereferencing pointer to incomplete type
net/ipv4/netfilter/ipt_ecn.c:78:25: error:
‘IPT_ECN_OP_MATCH_ECE’ undeclared (first
use in this function)
net/ipv4/netfilter/ipt_ecn.c:78:46: error:
‘IPT_ECN_OP_MATCH_CWR’ undeclared (first
use in this function)
net/ipv4/netfilter/ipt_ecn.c:81:3: warning:
passing argument 2 of ‘match_tcp’ from
incompatible pointer type [enabled by default]
net/ipv4/netfilter/ipt_ecn.c:31:20: note:
expected ‘const struct ipt_ecn_info *’ but
argument is of type ‘const struct ipt_ecn_info
*’
net/ipv4/netfilter/ipt_ecn.c: In function
‘ecn_mt_check’:
net/ipv4/netfilter/ipt_ecn.c:93:10: error:
dereferencing pointer to incomplete type
net/ipv4/netfilter/ipt_ecn.c:93:24: error:
‘IPT_ECN_OP_MATCH_MASK’ undeclared
(first use in this function)
net/ipv4/netfilter/ipt_ecn.c:96:10: error:
dereferencing pointer to incomplete type
net/ipv4/netfilter/ipt_ecn.c:99:10: error:
dereferencing pointer to incomplete type
net/ipv4/netfilter/ipt_ecn.c:99:25: error:
‘IPT_ECN_OP_MATCH_ECE’ undeclared (first
use in this function)
net/ipv4/netfilter/ipt_ecn.c:99:46: error:
‘IPT_ECN_OP_MATCH_CWR’ undeclared (first
use in this function)
net/ipv4/netfilter/ipt_ecn.c: At top level:
net/ipv4/netfilter/ipt_ecn.c:113:22: error:
invalid application of ‘sizeof’ to incomplete
type ‘struct ipt_ecn_info’
make[3]: *** [net/ipv4/netfilter/ipt_ecn.o]
Error 1
make[2]: *** [net/ipv4/netfilter] Error 2
make[1]: *** [net/ipv4] Error 2
make: *** [net] Error 2
any clues what's wrong ???
thanx in advance ..
and sorry for my english ..
Re: No drivers found Samsung Galaxy S2 plus GT-I9105P
Posted: 05 Sep 2013, 21:16
by Josh
I'd use the toolchain that Samsung recommends.
Anyway, here is a set of modules, supposedly for the latest firmware version. Unfortunately, the kernel is 3.4.0.
I used the file "JB Update 2" ...
If you tell me exactly which "open source" package from Samsung is the right one, I'll recompile the modules.
Re: No drivers found Samsung Galaxy S2 plus GT-I9105P
Posted: 07 Sep 2013, 22:12
by Slayman
thanx for your effort Josh
It's I9105P NOT I9505
I got the source from
http://opensource.samsung.com/reception ... lue=I9105p
no luck with it until now ..
thanx again ..
Re: No drivers found Samsung Galaxy S2 plus GT-I9105P
Posted: 08 Sep 2013, 10:32
by Josh
Ah, did not catch the fine details ...
I'm just trying the latest JB kernel from that list.
Re: No drivers found Samsung Galaxy S2 plus GT-I9105P
Posted: 08 Sep 2013, 10:51
by Josh
On to the next step ...
Please test the modules in the attached package.
Re: No drivers found Samsung Galaxy S2 plus GT-I9105P
Posted: 08 Sep 2013, 23:09
by Slayman
hmmmm still no luck
dmesg says :
unknown symbol (err0)
Re: No drivers found Samsung Galaxy S2 plus GT-I9105P
Posted: 08 Sep 2013, 23:23
by Slayman
ok .. compiling done ..
just now!
but I got the same error trying my own files !
insmod: init_module 'option.ko' failed (No such file or directory)
and dmesg gives many of these
"unknown symbol USB_SERIAL_RESUME (err0)"
"unknown symbol USB_SERIAL_Register (err0)"
and so ...
unknown symbol then a name then err0
that's weird! !!
any special arguments should be added to "make -j4 ARCH=arm CROSS_COMPILE=google/toolchain modules" command??
thanx..
Re: No drivers found Samsung Galaxy S2 plus GT-I9105P
Posted: 09 Sep 2013, 00:51
by Josh
Slayman wrote:insmod: init_module 'option.ko' failed (No such file or directory)
and dmesg gives many of these
"unknown symbol USB_SERIAL_RESUME (err0)"
"unknown symbol USB_SERIAL_Register (err0)"
When you test manually, start with "usbserial". The other modules are depending on it, so the order of loading is important.
Re: No drivers found Samsung Galaxy S2 plus GT-I9105P
Posted: 09 Sep 2013, 08:33
by Slayman
ok thanx josh
the ones you attached didn't work
those ones did .. in the attachment
dmseg says every thing is ok ..
now ... dialing out ... disconnected ... dialing out ... disconnected ..
I configured the APN
and my dialing number should be *99# so I changed it too ... not connected
trying *99***1# and #777. nothing
can u help me with this ?
Re: No drivers found Samsung Galaxy S2 plus GT-I9105P
Posted: 09 Sep 2013, 11:22
by Josh
Please post the PPP log.
Re: No drivers found Samsung Galaxy S2 plus GT-I9105P
Posted: 09 Sep 2013, 22:34
by Slayman
that's the ppp log
Using port ttyUSB0 for connection
ATE1
OK
AT+CFUN=1
OK
AT+CGDCONT=1,"IP","net.syriatel.com"
OK
ATD*99#
CONNECT
Report from chat:
chat: Sep 09 23:23:21 CONNECT
Serial connection established.
using channel 5
Using interface ppp0
Connect: ppp0 <--> /dev/ttyUSB0
sent [LCP ConfReq id=0x1 <asyncmap 0x0> <magic 0x2a34bbc>]
rcvd [LCP ConfReq id=0x3 <asyncmap 0x0> <auth chap MD5> <magic 0xf6887d> <pcomp> <accomp>]
No auth is possible
sent [LCP ConfRej id=0x3 <auth chap MD5> <pcomp> <accomp>]
rcvd [LCP ConfAck id=0x1 <asyncmap 0x0> <magic 0x2a34bbc>]
rcvd [LCP ConfReq id=0x4 <asyncmap 0x0> <magic 0xf6887d>]
sent [LCP ConfAck id=0x4 <asyncmap 0x0> <magic 0xf6887d>]
sent [IPCP ConfReq id=0x1 <addr 0.0.0.0> <ms-dns1 0.0.0.0> <ms-dns3 0.0.0.0>]
rcvd [LCP DiscReq id=0x5 magic=0xf6887d]
sent [IPCP ConfReq id=0x1 <addr 0.0.0.0> <ms-dns1 0.0.0.0> <ms-dns3 0.0.0.0>]
sent [IPCP ConfReq id=0x1 <addr 0.0.0.0> <ms-dns1 0.0.0.0> <ms-dns3 0.0.0.0>]
sent [IPCP ConfReq id=0x1 <addr 0.0.0.0> <ms-dns1 0.0.0.0> <ms-dns3 0.0.0.0>]
rcvd [IPCP ConfNak id=0x1 <ms-dns1 10.11.12.13> <ms-dns3 10.11.12.14> <ms-wins 10.11.12.13> <ms-wins 10.11.12.14>]
sent [IPCP ConfReq id=0x2 <addr 0.0.0.0> <ms-dns1 10.11.12.13> <ms-dns3 10.11.12.14>]
sent [IPCP ConfReq id=0x2 <addr 0.0.0.0> <ms-dns1 10.11.12.13> <ms-dns3 10.11.12.14>]
sent [IPCP ConfReq id=0x2 <addr 0.0.0.0> <ms-dns1 10.11.12.13> <ms-dns3 10.11.12.14>]
sent [IPCP ConfReq id=0x2 <addr 0.0.0.0> <ms-dns1 10.11.12.13> <ms-dns3 10.11.12.14>]
rcvd [IPCP ConfNak id=0x2 <ms-dns1 10.11.12.13> <ms-dns3 10.11.12.14> <ms-wins 10.11.12.13> <ms-wins 10.11.12.14>]
sent [IPCP ConfReq id=0x3 <addr 0.0.0.0> <ms-dns1 10.11.12.13> <ms-dns3 10.11.12.14>]
sent [IPCP ConfReq id=0x3 <addr 0.0.0.0> <ms-dns1 10.11.12.13> <ms-dns3 10.11.12.14>]
sent [IPCP ConfReq id=0x3 <addr 0.0.0.0> <ms-dns1 10.11.12.13> <ms-dns3 10.11.12.14>]
sent [IPCP ConfReq id=0x3 <addr 0.0.0.0> <ms-dns1 10.11.12.13> <ms-dns3 10.11.12.14>]
rcvd [IPCP ConfNak id=0x3 <ms-dns1 10.11.12.13> <ms-dns3 10.11.12.14> <ms-wins 10.11.12.13> <ms-wins 10.11.12.14>]
sent [IPCP ConfReq id=0x4 <addr 0.0.0.0> <ms-dns1 10.11.12.13> <ms-dns3 10.11.12.14>]
sent [IPCP ConfReq id=0x4 <addr 0.0.0.0> <ms-dns1 10.11.12.13> <ms-dns3 10.11.12.14>]
sent [IPCP ConfReq id=0x4 <addr 0.0.0.0> <ms-dns1 10.11.12.13> <ms-dns3 10.11.12.14>]
sent [IPCP ConfReq id=0x4 <addr 0.0.0.0> <ms-dns1 10.11.12.13> <ms-dns3 10.11.12.14>]
rcvd [IPCP ConfNak id=0x4 <ms-dns1 10.11.12.13> <ms-dns3 10.11.12.14> <ms-wins 10.11.12.13> <ms-wins 10.11.12.14>]
sent [IPCP ConfReq id=0x5 <addr 0.0.0.0> <ms-dns1 10.11.12.13> <ms-dns3 10.11.12.14>]
sent [IPCP ConfReq id=0x5 <addr 0.0.0.0> <ms-dns1 10.11.12.13> <ms-dns3 10.11.12.14>]
sent [IPCP ConfReq id=0x5 <addr 0.0.0.0> <ms-dns1 10.11.12.13> <ms-dns3 10.11.12.14>]
sent [IPCP ConfReq id=0x5 <addr 0.0.0.0> <ms-dns1 10.11.12.13> <ms-dns3 10.11.12.14>]
rcvd [IPCP ConfNak id=0x5 <ms-dns1 10.11.12.13> <ms-dns3 10.11.12.14> <ms-wins 10.11.12.13> <ms-wins 10.11.12.14>]
sent [IPCP ConfReq id=0x6 <addr 0.0.0.0> <ms-dns1 10.11.12.13> <ms-dns3 10.11.12.14>]
sent [IPCP ConfReq id=0x6 <addr 0.0.0.0> <ms-dns1 10.11.12.13> <ms-dns3 10.11.12.14>]
sent [IPCP ConfReq id=0x6 <addr 0.0.0.0> <ms-dns1 10.11.12.13> <ms-dns3 10.11.12.14>]
sent [IPCP ConfReq id=0x6 <addr 0.0.0.0> <ms-dns1 10.11.12.13> <ms-dns3 10.11.12.14>]
rcvd [IPCP ConfNak id=0x6 <ms-dns1 10.11.12.13> <ms-dns3 10.11.12.14> <ms-wins 10.11.12.13> <ms-wins 10.11.12.14>]
sent [IPCP ConfReq id=0x7 <addr 0.0.0.0> <ms-dns1 10.11.12.13> <ms-dns3 10.11.12.14>]
sent [IPCP ConfReq id=0x7 <addr 0.0.0.0> <ms-dns1 10.11.12.13> <ms-dns3 10.11.12.14>]
sent [IPCP ConfReq id=0x7 <addr 0.0.0.0> <ms-dns1 10.11.12.13> <ms-dns3 10.11.12.14>]
sent [IPCP ConfReq id=0x7 <addr 0.0.0.0> <ms-dns1 10.11.12.13> <ms-dns3 10.11.12.14>]
rcvd [IPCP ConfNak id=0x7 <ms-dns1 10.11.12.13> <ms-dns3 10.11.12.14> <ms-wins 10.11.12.13> <ms-wins 10.11.12.14>]
sent [IPCP ConfReq id=0x8 <addr 0.0.0.0> <ms-dns1 10.11.12.13> <ms-dns3 10.11.12.14>]
sent [IPCP ConfReq id=0x8 <addr 0.0.0.0> <ms-dns1 10.11.12.13> <ms-dns3 10.11.12.14>]
sent [IPCP ConfReq id=0x8 <addr 0.0.0.0> <ms-dns1 10.11.12.13> <ms-dns3 10.11.12.14>]
sent [IPCP ConfReq id=0x8 <addr 0.0.0.0> <ms-dns1 10.11.12.13> <ms-dns3 10.11.12.14>]
rcvd [IPCP ConfNak id=0x8 <ms-dns1 10.11.12.13> <ms-dns3 10.11.12.14> <ms-wins 10.11.12.13> <ms-wins 10.11.12.14>]
sent [IPCP ConfReq id=0x9 <addr 0.0.0.0> <ms-dns1 10.11.12.13> <ms-dns3 10.11.12.14>]
sent [IPCP ConfReq id=0x9 <addr 0.0.0.0> <ms-dns1 10.11.12.13> <ms-dns3 10.11.12.14>]
sent [IPCP ConfReq id=0x9 <addr 0.0.0.0> <ms-dns1 10.11.12.13> <ms-dns3 10.11.12.14>]
sent [IPCP ConfReq id=0x9 <addr 0.0.0.0> <ms-dns1 10.11.12.13> <ms-dns3 10.11.12.14>]
rcvd [IPCP ConfNak id=0x9 <ms-dns1 10.11.12.13> <ms-dns3 10.11.12.14> <ms-wins 10.11.12.13> <ms-wins 10.11.12.14>]
sent [IPCP ConfReq id=0xa <addr 0.0.0.0> <ms-dns1 10.11.12.13> <ms-dns3 10.11.12.14>]
sent [IPCP ConfReq id=0xa <addr 0.0.0.0> <ms-dns1 10.11.12.13> <ms-dns3 10.11.12.14>]
sent [IPCP ConfReq id=0xa <addr 0.0.0.0> <ms-dns1 10.11.12.13> <ms-dns3 10.11.12.14>]
sent [IPCP ConfReq id=0xa <addr 0.0.0.0> <ms-dns1 10.11.12.13> <ms-dns3 10.11.12.14>]
rcvd [IPCP ConfNak id=0xa <ms-dns1 10.11.12.13> <ms-dns3 10.11.12.14> <ms-wins 10.11.12.13> <ms-wins 10.11.12.14>]
sent [IPCP ConfReq id=0xb <addr 0.0.0.0> <ms-dns1 10.11.12.13> <ms-dns3 10.11.12.14>]
sent [IPCP ConfReq id=0xb <addr 0.0.0.0> <ms-dns1 10.11.12.13> <ms-dns3 10.11.12.14>]
sent [IPCP ConfReq id=0xb <addr 0.0.0.0> <ms-dns1 10.11.12.13> <ms-dns3 10.11.12.14>]
sent [IPCP ConfReq id=0xb <addr 0.0.0.0> <ms-dns1 10.11.12.13> <ms-dns3 10.11.12.14>]
rcvd [IPCP ConfNak id=0xb <ms-dns1 10.11.12.13> <ms-dns3 10.11.12.14> <ms-wins 10.11.12.13> <ms-wins 10.11.12.14>]
sent [IPCP ConfReq id=0xc <addr 0.0.0.0> <ms-dns1 10.11.12.13> <ms-dns3 10.11.12.14>]
sent [IPCP ConfReq id=0xc <addr 0.0.0.0> <ms-dns1 10.11.12.13> <ms-dns3 10.11.12.14>]
sent [IPCP ConfReq id=0xc <addr 0.0.0.0> <ms-dns1 10.11.12.13> <ms-dns3 10.11.12.14>]
sent [IPCP ConfReq id=0xc <addr 0.0.0.0> <ms-dns1 10.11.12.13> <ms-dns3 10.11.12.14>]
rcvd [IPCP ConfNak id=0xc <ms-dns1 10.11.12.13> <ms-dns3 10.11.12.14> <ms-wins 10.11.12.13> <ms-wins 10.11.12.14>]
sent [IPCP ConfReq id=0xd <addr 0.0.0.0> <ms-dns1 10.11.12.13> <ms-dns3 10.11.12.14>]
sent [IPCP ConfReq id=0xd <addr 0.0.0.0> <ms-dns1 10.11.12.13> <ms-dns3 10.11.12.14>]
sent [IPCP ConfReq id=0xd <addr 0.0.0.0> <ms-dns1 10.11.12.13> <ms-dns3 10.11.12.14>]
sent [IPCP ConfReq id=0xd <addr 0.0.0.0> <ms-dns1 10.11.12.13> <ms-dns3 10.11.12.14>]
rcvd [IPCP ConfNak id=0xd <ms-dns1 10.11.12.13> <ms-dns3 10.11.12.14> <ms-wins 10.11.12.13> <ms-wins 10.11.12.14>]
sent [IPCP ConfReq id=0xe <addr 0.0.0.0> <ms-dns1 10.11.12.13> <ms-dns3 10.11.12.14>]
sent [IPCP ConfReq id=0xe <addr 0.0.0.0> <ms-dns1 10.11.12.13> <ms-dns3 10.11.12.14>]
sent [IPCP ConfReq id=0xe <addr 0.0.0.0> <ms-dns1 10.11.12.13> <ms-dns3 10.11.12.14>]
sent [IPCP ConfReq id=0xe <addr 0.0.0.0> <ms-dns1 10.11.12.13> <ms-dns3 10.11.12.14>]
rcvd [IPCP ConfNak id=0xe <ms-dns1 10.11.12.13> <ms-dns3 10.11.12.14> <ms-wins 10.11.12.13> <ms-wins 10.11.12.14>]
sent [IPCP ConfReq id=0xf <addr 0.0.0.0> <ms-dns1 10.11.12.13> <ms-dns3 10.11.12.14>]
sent [IPCP ConfReq id=0xf <addr 0.0.0.0> <ms-dns1 10.11.12.13> <ms-dns3 10.11.12.14>]
sent [IPCP ConfReq id=0xf <addr 0.0.0.0> <ms-dns1 10.11.12.13> <ms-dns3 10.11.12.14>]
sent [IPCP ConfReq id=0xf <addr 0.0.0.0> <ms-dns1 10.11.12.13> <ms-dns3 10.11.12.14>]
sent [IPCP ConfReq id=0xf <addr 0.0.0.0> <ms-dns1 10.11.12.13> <ms-dns3 10.11.12.14>]
sent [IPCP ConfReq id=0xf <addr 0.0.0.0> <ms-dns1 10.11.12.13> <ms-dns3 10.11.12.14>]
sent [IPCP ConfReq id=0xf <addr 0.0.0.0> <ms-dns1 10.11.12.13> <ms-dns3 10.11.12.14>]
sent [IPCP ConfReq id=0xf <addr 0.0.0.0> <ms-dns1 10.11.12.13> <ms-dns3 10.11.12.14>]
sent [IPCP ConfReq id=0xf <addr 0.0.0.0> <ms-dns1 10.11.12.13> <ms-dns3 10.11.12.14>]
sent [IPCP ConfReq id=0xf <addr 0.0.0.0> <ms-dns1 10.11.12.13> <ms-dns3 10.11.12.14>]
sent [IPCP ConfReq id=0xf <addr 0.0.0.0> <ms-dns1 10.11.12.13> <ms-dns3 10.11.12.14>]
sent [IPCP ConfReq id=0xf <addr 0.0.0.0> <ms-dns1 10.11.12.13> <ms-dns3 10.11.12.14>]
sent [IPCP ConfReq id=0xf <addr 0.0.0.0> <ms-dns1 10.11.12.13> <ms-dns3 10.11.12.14>]
sent [IPCP ConfReq id=0xf <addr 0.0.0.0> <ms-dns1 10.11.12.13> <ms-dns3 10.11.12.14>]
sent [IPCP ConfReq id=0xf <addr 0.0.0.0> <ms-dns1 10.11.12.13> <ms-dns3 10.11.12.14>]
sent [IPCP ConfReq id=0xf <addr 0.0.0.0> <ms-dns1 10.11.12.13> <ms-dns3 10.11.12.14>]
sent [IPCP ConfReq id=0xf <addr 0.0.0.0> <ms-dns1 10.11.12.13> <ms-dns3 10.11.12.14>]
sent [IPCP ConfReq id=0xf <addr 0.0.0.0> <ms-dns1 10.11.12.13> <ms-dns3 10.11.12.14>]
sent [IPCP ConfReq id=0xf <addr 0.0.0.0> <ms-dns1 10.11.12.13> <ms-dns3 10.11.12.14>]
sent [IPCP ConfReq id=0xf <addr 0.0.0.0> <ms-dns1 10.11.12.13> <ms-dns3 10.11.12.14>]
sent [IPCP ConfReq id=0xf <addr 0.0.0.0> <ms-dns1 10.11.12.13> <ms-dns3 10.11.12.14>]
sent [IPCP ConfReq id=0xf <addr 0.0.0.0> <ms-dns1 10.11.12.13> <ms-dns3 10.11.12.14>]
sent [IPCP ConfReq id=0xf <addr 0.0.0.0> <ms-dns1 10.11.12.13> <ms-dns3 10.11.12.14>]
sent [IPCP ConfReq id=0xf <addr 0.0.0.0> <ms-dns1 10.11.12.13> <ms-dns3 10.11.12.14>]
sent [IPCP ConfReq id=0xf <addr 0.0.0.0> <ms-dns1 10.11.12.13> <ms-dns3 10.11.12.14>]
sent [IPCP ConfReq id=0xf <addr 0.0.0.0> <ms-dns1 10.11.12.13> <ms-dns3 10.11.12.14>]
sent [IPCP ConfReq id=0xf <addr 0.0.0.0> <ms-dns1 10.11.12.13> <ms-dns3 10.11.12.14>]
sent [IPCP ConfReq id=0xf <addr 0.0.0.0> <ms-dns1 10.11.12.13> <ms-dns3 10.11.12.14>]
sent [IPCP ConfReq id=0xf <addr 0.0.0.0> <ms-dns1 10.11.12.13> <ms-dns3 10.11.12.14>]
sent [IPCP ConfReq id=0xf <addr 0.0.0.0> <ms-dns1 10.11.12.13> <ms-dns3 10.11.12.14>]
sent [IPCP ConfReq id=0xf <addr 0.0.0.0> <ms-dns1 10.11.12.13> <ms-dns3 10.11.12.14>]
sent [IPCP ConfReq id=0xf <addr 0.0.0.0> <ms-dns1 10.11.12.13> <ms-dns3 10.11.12.14>]
sent [IPCP ConfReq id=0xf <addr 0.0.0.0> <ms-dns1 10.11.12.13> <ms-dns3 10.11.12.14>]
sent [IPCP ConfReq id=0xf <addr 0.0.0.0> <ms-dns1 10.11.12.13> <ms-dns3 10.11.12.14>]
sent [IPCP ConfReq id=0xf <addr 0.0.0.0> <ms-dns1 10.11.12.13> <ms-dns3 10.11.12.14>]
sent [IPCP ConfReq id=0xf <addr 0.0.0.0> <ms-dns1 10.11.12.13> <ms-dns3 10.11.12.14>]
sent [IPCP ConfReq id=0xf <addr 0.0.0.0> <ms-dns1 10.11.12.13> <ms-dns3 10.11.12.14>]
sent [IPCP ConfReq id=0xf <addr 0.0.0.0> <ms-dns1 10.11.12.13> <ms-dns3 10.11.12.14>]
sent [IPCP ConfReq id=0xf <addr 0.0.0.0> <ms-dns1 10.11.12.13> <ms-dns3 10.11.12.14>]
sent [IPCP ConfReq id=0xf <addr 0.0.0.0> <ms-dns1 10.11.12.13> <ms-dns3 10.11.12.14>]
sent [IPCP ConfReq id=0xf <addr 0.0.0.0> <ms-dns1 10.11.12.13> <ms-dns3 10.11.12.14>]
sent [IPCP ConfReq id=0xf <addr 0.0.0.0> <ms-dns1 10.11.12.13> <ms-dns3 10.11.12.14>]
sent [IPCP ConfReq id=0xf <addr 0.0.0.0> <ms-dns1 10.11.12.13> <ms-dns3 10.11.12.14>]
sent [IPCP ConfReq id=0xf <addr 0.0.0.0> <ms-dns1 10.11.12.13> <ms-dns3 10.11.12.14>]
sent [IPCP ConfReq id=0xf <addr 0.0.0.0> <ms-dns1 10.11.12.13> <ms-dns3 10.11.12.14>]
sent [IPCP ConfReq id=0xf <addr 0.0.0.0> <ms-dns1 10.11.12.13> <ms-dns3 10.11.12.14>]
sent [IPCP ConfReq id=0xf <addr 0.0.0.0> <ms-dns1 10.11.12.13> <ms-dns3 10.11.12.14>]
sent [IPCP ConfReq id=0xf <addr 0.0.0.0> <ms-dns1 10.11.12.13> <ms-dns3 10.11.12.14>]
sent [IPCP ConfReq id=0xf <addr 0.0.0.0> <ms-dns1 10.11.12.13> <ms-dns3 10.11.12.14>]
sent [IPCP ConfReq id=0xf <addr 0.0.0.0> <ms-dns1 10.11.12.13> <ms-dns3 10.11.12.14>]
IPCP: timeout sending Config-Requests
sent [LCP TermReq id=0x2 "No network protocols running"]
sent [LCP TermReq id=0x3 "No network protocols running"]
Connection terminated.
Modem hangup
it connected only once but nothig happened no Internet connection. ...
Re: No drivers found Samsung Galaxy S2 plus GT-I9105P
Posted: 10 Sep 2013, 06:51
by Slayman
it's connected as I said but nothing
Using port ttyUSB0 for connection
ATE1
OK
AT+CFUN=1
OK
AT+CGDCONT=1,"IP","net.syriatel.com"
OK
ATD*99#
CONNECT
Report from chat:
chat: Sep 10 07:43:54 CONNECT
Serial connection established.
using channel 5
Using interface ppp0
Connect: ppp0 <--> /dev/ttyUSB0
sent [LCP ConfReq id=0x1 <asyncmap 0x0> <magic 0x3ce052fa>]
rcvd [LCP ConfReq id=0x6 <asyncmap 0x0> <auth chap MD5> <magic 0xf6ead7> <pcomp> <accomp>]
No auth is possible
sent [LCP ConfRej id=0x6 <auth chap MD5> <pcomp> <accomp>]
rcvd [LCP ConfAck id=0x1 <asyncmap 0x0> <magic 0x3ce052fa>]
rcvd [LCP ConfReq id=0x7 <asyncmap 0x0> <magic 0xf6ead7>]
sent [LCP ConfAck id=0x7 <asyncmap 0x0> <magic 0xf6ead7>]
sent [IPCP ConfReq id=0x1 <addr 0.0.0.0> <ms-dns1 0.0.0.0> <ms-dns3 0.0.0.0>]
rcvd [LCP DiscReq id=0x8 magic=0xf6ead7]
rcvd [IPCP ConfReq id=0x0]
sent [IPCP ConfNak id=0x0 <addr 0.0.0.0>]
rcvd [IPCP ConfNak id=0x1 <addr 46.213.27.59> <ms-dns1 94.252.181.132> <ms-dns3 8.8.8.8>]
sent [IPCP ConfReq id=0x2 <addr 46.213.27.59> <ms-dns1 94.252.181.132> <ms-dns3 8.8.8.8>]
rcvd [IPCP ConfReq id=0x1]
sent [IPCP ConfAck id=0x1]
rcvd [IPCP ConfAck id=0x2 <addr 46.213.27.59> <ms-dns1 94.252.181.132> <ms-dns3 8.8.8.8>]
Could not determine remote IP address: defaulting to 10.64.64.64
local IP address 46.213.27.59
remote IP address 10.64.64.64
primary DNS address 94.252.181.132
secondary DNS address 8.8.8.8
Script /data/data/de.draisberghof.pppwidget/app_bin/ip-up started (pid 8522)
Script /data/data/de.draisberghof.pppwidget/app_bin/ip-up finished (pid 8522), status = 0x0
Terminating on signal 15
Connect time 2.6 minutes.
Sent 1570 bytes, received 4676 bytes.
Script /data/data/de.draisberghof.pppwidget/app_bin/ip-down started (pid 9630)
sent [LCP TermReq id=0x2 "User request"]
rcvd [LCP TermAck id=0x2]
Connection terminated.
Waiting for 1 child processes...
script /data/data/de.draisberghof.pppwidget/app_bin/ip-down, pid 9630
Script /data/data/de.draisberghof.pppwidget/app_bin/ip-down finished (pid 9630), status = 0xff
any thing?
thanx ..