* [gentoo-user] {OT} wvdial fails with "Zain" Tanzanian network
@ 2009-07-03 19:21 Grant
2009-07-03 19:45 ` [gentoo-user] " Grant
0 siblings, 1 reply; 11+ messages in thread
From: Grant @ 2009-07-03 19:21 UTC (permalink / raw
To: gentoo-user
I've used wvdial to connect my laptop to the "3" network in Australia
with no problem. I'm now trying to connect to the "Zain" network in
Tanzania and I can't get it to work. I can browse the internet from
the phone (Nokia N82), but I can't seem to connect with wvdial.
Here's what I get with the debug option enabled in /etc/ppp/options:
# wvdial
--> WvDial: Internet dialer version 1.60
--> 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
--> Modem initialized.
--> Sending: ATDT*99#
--> Waiting for carrier.
ATDT*99#
CONNECT
~[7f]}#@!}!} } }2}#}$@#}!}$}%\}"}&} }*} } g}%~
--> Carrier detected. Starting PPP immediately.
--> Starting pppd at Fri Jul 3 12:10:31 2009
--> Pid of pppd: 6512
--> pppd: �o
--> Using interface ppp0
--> pppd: �o
--> pppd: �o
--> pppd: �o
--> pppd: �o
--> pppd: �o
--> pppd: �o
--> pppd: �o
--> pppd: �o
--> Authentication (PAP) started
--> pppd: �o
--> Authentication (PAP) successful
--> pppd: �o
--> pppd: �o
--> pppd: �o
--> pppd: �o
--> pppd: �o
--> pppd: �o
--> pppd: �o
--> pppd: �o
--> Terminate Request
--> ***** no quoted text found in `rcvd [LCP TermReq id=0x1]' *****
--> pppd: �o
--> pppd: �o
--> pppd: �o
--> pppd: �o
--> pppd: �o
--> Disconnecting at Fri Jul 3 12:10:35 2009
--> The PPP daemon has died: A modem hung up the phone (exit code = 16)
--> man pppd explains pppd error codes in more detail.
--> Try again and look into /var/log/messages and the wvdial and pppd
man pages for more information.
--> Auto Reconnect will be attempted in 5 seconds
I have this in the logs:
Jul 3 10:43:42 [pppd] pppd 2.4.4 started by root, uid 0
Jul 3 10:43:42 [pppd] Using interface ppp0
Jul 3 10:43:42 [pppd] Connect: ppp0 <--> /dev/ttyACM0
Jul 3 10:43:44 [pppd] PAP authentication succeeded
Jul 3 10:43:45 [pppd] LCP terminated by peer
Jul 3 10:43:48 [pppd] Connection terminated.
Jul 3 10:43:48 [pppd] Modem hangup
Jul 3 10:43:48 [pppd] Exit.
This page outlines the config to make it work:
http://eightzerofour.wordpress.com/tag/wvdialconf/
Here it is:
[Dialer Defaults]
Modem = /dev/ttyACM0
Init1 = ATZ
Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
Stupid Mode = 1
Modem Type = USB Modem
Phone = *99#
New PPPD = yes
ISDN = 0
Username = blank
Password = blank
Baud = 460800
But it isn't working for me.
I'm new to wvdial and cell phone data connections in general. What
could be the problem?
- Grant
^ permalink raw reply [flat|nested] 11+ messages in thread
* [gentoo-user] Re: {OT} wvdial fails with "Zain" Tanzanian network
2009-07-03 19:21 [gentoo-user] {OT} wvdial fails with "Zain" Tanzanian network Grant
@ 2009-07-03 19:45 ` Grant
2009-07-04 7:47 ` Mick
0 siblings, 1 reply; 11+ messages in thread
From: Grant @ 2009-07-03 19:45 UTC (permalink / raw
To: gentoo-user
> I've used wvdial to connect my laptop to the "3" network in Australia
> with no problem. I'm now trying to connect to the "Zain" network in
> Tanzania and I can't get it to work. I can browse the internet from
> the phone (Nokia N82), but I can't seem to connect with wvdial.
> Here's what I get with the debug option enabled in /etc/ppp/options:
>
> # wvdial
> --> WvDial: Internet dialer version 1.60
> --> 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
> --> Modem initialized.
> --> Sending: ATDT*99#
> --> Waiting for carrier.
> ATDT*99#
> CONNECT
> ~[7f]}#@!}!} } }2}#}$@#}!}$}%\}"}&} }*} } g}%~
> --> Carrier detected. Starting PPP immediately.
> --> Starting pppd at Fri Jul 3 12:10:31 2009
> --> Pid of pppd: 6512
> --> pppd: �o
> --> Using interface ppp0
> --> pppd: �o
> --> pppd: �o
> --> pppd: �o
> --> pppd: �o
> --> pppd: �o
> --> pppd: �o
> --> pppd: �o
> --> pppd: �o
> --> Authentication (PAP) started
> --> pppd: �o
> --> Authentication (PAP) successful
> --> pppd: �o
> --> pppd: �o
> --> pppd: �o
> --> pppd: �o
> --> pppd: �o
> --> pppd: �o
> --> pppd: �o
> --> pppd: �o
> --> Terminate Request
> --> ***** no quoted text found in `rcvd [LCP TermReq id=0x1]' *****
> --> pppd: �o
> --> pppd: �o
> --> pppd: �o
> --> pppd: �o
> --> pppd: �o
> --> Disconnecting at Fri Jul 3 12:10:35 2009
> --> The PPP daemon has died: A modem hung up the phone (exit code = 16)
> --> man pppd explains pppd error codes in more detail.
> --> Try again and look into /var/log/messages and the wvdial and pppd
> man pages for more information.
> --> Auto Reconnect will be attempted in 5 seconds
>
> I have this in the logs:
>
> Jul 3 10:43:42 [pppd] pppd 2.4.4 started by root, uid 0
> Jul 3 10:43:42 [pppd] Using interface ppp0
> Jul 3 10:43:42 [pppd] Connect: ppp0 <--> /dev/ttyACM0
> Jul 3 10:43:44 [pppd] PAP authentication succeeded
> Jul 3 10:43:45 [pppd] LCP terminated by peer
> Jul 3 10:43:48 [pppd] Connection terminated.
> Jul 3 10:43:48 [pppd] Modem hangup
> Jul 3 10:43:48 [pppd] Exit.
>
> This page outlines the config to make it work:
>
> http://eightzerofour.wordpress.com/tag/wvdialconf/
>
> Here it is:
>
> [Dialer Defaults]
> Modem = /dev/ttyACM0
> Init1 = ATZ
> Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
> Stupid Mode = 1
> Modem Type = USB Modem
> Phone = *99#
> New PPPD = yes
> ISDN = 0
> Username = blank
> Password = blank
> Baud = 460800
>
> But it isn't working for me.
>
> I'm new to wvdial and cell phone data connections in general. What
> could be the problem?
>
> - Grant
Here is the output in /var/log/ppp/current:
Jul 3 12:10:31 [pppd] pppd 2.4.4 started by root, uid 0
Jul 3 12:10:31 [pppd] using channel 45
Jul 3 12:10:31 [pppd] Using interface ppp0
Jul 3 12:10:31 [pppd] Connect: ppp0 <--> /dev/ttyACM0
Jul 3 12:10:31 [pppd] sent [LCP ConfReq id=0x1 <asyncmap 0x0> <magic
0xa6484d43> <pcomp> <accomp>]
Jul 3 12:10:31 [pppd] rcvd [LCP ConfRej id=0x1 <magic 0xa6484d43>
<pcomp> <accomp>]
Jul 3 12:10:31 [pppd] sent [LCP ConfReq id=0x2 <asyncmap 0x0>]
Jul 3 12:10:31 [pppd] rcvd [LCP ConfAck id=0x2 <asyncmap 0x0>]
Jul 3 12:10:31 [pppd] rcvd [LCP ConfReq id=0x0 <auth pap> <mru 1500>
<asyncmap 0xa0000>]
Jul 3 12:10:31 [pppd] sent [LCP ConfAck id=0x0 <auth pap> <mru 1500>
<asyncmap 0xa0000>]
Jul 3 12:10:31 [pppd] sent [PAP AuthReq id=0x1 user="blank" password=<hidden>]
Jul 3 12:10:31 [pppd] rcvd [PAP AuthAck id=0x1 ""]
Jul 3 12:10:31 [pppd] PAP authentication succeeded
Jul 3 12:10:31 [pppd] sent [CCP ConfReq id=0x1 <mppe -H -M -S -L -D
-C> <deflate 15> <deflate(old#) 15> <bsd v1 15>]
Jul 3 12:10:31 [pppd] 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>]
Jul 3 12:10:31 [pppd] rcvd [IPCP ConfReq id=0x0 <addr 10.6.6.6>]
Jul 3 12:10:31 [pppd] sent [IPCP ConfAck id=0x0 <addr 10.6.6.6>]
Jul 3 12:10:31 [pppd] rcvd [LCP ProtRej id=0x0 80 fd 01 01 00 15 12
06 00 00 00 00 1a 04 78 00 18 04 78 00 15 03 2f]
Jul 3 12:10:31 [pppd] Protocol-Reject for 'Compression Control
Protocol' (0x80fd) received
Jul 3 12:10:32 [pppd] rcvd [LCP TermReq id=0x1]
Jul 3 12:10:32 [pppd] LCP terminated by peer
Jul 3 12:10:32 [pppd] sent [LCP TermAck id=0x1]
Jul 3 12:10:35 [pppd] Connection terminated.
Jul 3 12:10:35 [pppd] Modem hangup
Jul 3 12:10:35 [pppd] Exit.
- Grant
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [gentoo-user] Re: {OT} wvdial fails with "Zain" Tanzanian network
2009-07-03 19:45 ` [gentoo-user] " Grant
@ 2009-07-04 7:47 ` Mick
2009-07-04 9:57 ` Grant
2009-07-04 15:47 ` Grant
0 siblings, 2 replies; 11+ messages in thread
From: Mick @ 2009-07-04 7:47 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 5134 bytes --]
On Friday 03 July 2009, Grant wrote:
> > I've used wvdial to connect my laptop to the "3" network in Australia
> > with no problem. I'm now trying to connect to the "Zain" network in
> > Tanzania and I can't get it to work. I can browse the internet from
> > the phone (Nokia N82), but I can't seem to connect with wvdial.
> > Here's what I get with the debug option enabled in /etc/ppp/options:
> >
> > # wvdial
> > --> WvDial: Internet dialer version 1.60
> > --> 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
> > --> Modem initialized.
> > --> Sending: ATDT*99#
> > --> Waiting for carrier.
> > ATDT*99#
> > CONNECT
> > ~[7f]}#@!}!} } }2}#}$@#}!}$}%\}"}&} }*} } g}%~
> > --> Carrier detected. Starting PPP immediately.
> > --> Starting pppd at Fri Jul 3 12:10:31 2009
> > --> Pid of pppd: 6512
> > --> pppd: �o
> > --> Using interface ppp0
> > --> pppd: �o
> > --> pppd: �o
> > --> pppd: �o
> > --> pppd: �o
> > --> pppd: �o
> > --> pppd: �o
> > --> pppd: �o
> > --> pppd: �o
> > --> Authentication (PAP) started
> > --> pppd: �o
> > --> Authentication (PAP) successful
> > --> pppd: �o
> > --> pppd: �o
> > --> pppd: �o
> > --> pppd: �o
> > --> pppd: �o
> > --> pppd: �o
> > --> pppd: �o
> > --> pppd: �o
> > --> Terminate Request
> > --> ***** no quoted text found in `rcvd [LCP TermReq id=0x1]' *****
> > --> pppd: �o
> > --> pppd: �o
> > --> pppd: �o
> > --> pppd: �o
> > --> pppd: �o
> > --> Disconnecting at Fri Jul 3 12:10:35 2009
> > --> The PPP daemon has died: A modem hung up the phone (exit code = 16)
> > --> man pppd explains pppd error codes in more detail.
> > --> Try again and look into /var/log/messages and the wvdial and pppd
> > man pages for more information.
> > --> Auto Reconnect will be attempted in 5 seconds
> >
> > I have this in the logs:
> >
> > Jul 3 10:43:42 [pppd] pppd 2.4.4 started by root, uid 0
> > Jul 3 10:43:42 [pppd] Using interface ppp0
> > Jul 3 10:43:42 [pppd] Connect: ppp0 <--> /dev/ttyACM0
> > Jul 3 10:43:44 [pppd] PAP authentication succeeded
> > Jul 3 10:43:45 [pppd] LCP terminated by peer
> > Jul 3 10:43:48 [pppd] Connection terminated.
> > Jul 3 10:43:48 [pppd] Modem hangup
> > Jul 3 10:43:48 [pppd] Exit.
> >
> > This page outlines the config to make it work:
> >
> > http://eightzerofour.wordpress.com/tag/wvdialconf/
> >
> > Here it is:
> >
> > [Dialer Defaults]
> > Modem = /dev/ttyACM0
> > Init1 = ATZ
> > Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
> > Stupid Mode = 1
> > Modem Type = USB Modem
> > Phone = *99#
> > New PPPD = yes
> > ISDN = 0
> > Username = blank
> > Password = blank
> > Baud = 460800
> >
> > But it isn't working for me.
> >
> > I'm new to wvdial and cell phone data connections in general. What
> > could be the problem?
> >
> > - Grant
>
> Here is the output in /var/log/ppp/current:
>
> Jul 3 12:10:31 [pppd] pppd 2.4.4 started by root, uid 0
> Jul 3 12:10:31 [pppd] using channel 45
> Jul 3 12:10:31 [pppd] Using interface ppp0
> Jul 3 12:10:31 [pppd] Connect: ppp0 <--> /dev/ttyACM0
> Jul 3 12:10:31 [pppd] sent [LCP ConfReq id=0x1 <asyncmap 0x0> <magic
> 0xa6484d43> <pcomp> <accomp>]
> Jul 3 12:10:31 [pppd] rcvd [LCP ConfRej id=0x1 <magic 0xa6484d43>
> <pcomp> <accomp>]
> Jul 3 12:10:31 [pppd] sent [LCP ConfReq id=0x2 <asyncmap 0x0>]
> Jul 3 12:10:31 [pppd] rcvd [LCP ConfAck id=0x2 <asyncmap 0x0>]
> Jul 3 12:10:31 [pppd] rcvd [LCP ConfReq id=0x0 <auth pap> <mru 1500>
> <asyncmap 0xa0000>]
> Jul 3 12:10:31 [pppd] sent [LCP ConfAck id=0x0 <auth pap> <mru 1500>
> <asyncmap 0xa0000>]
> Jul 3 12:10:31 [pppd] sent [PAP AuthReq id=0x1 user="blank"
> password=<hidden>] Jul 3 12:10:31 [pppd] rcvd [PAP AuthAck id=0x1 ""]
> Jul 3 12:10:31 [pppd] PAP authentication succeeded
> Jul 3 12:10:31 [pppd] sent [CCP ConfReq id=0x1 <mppe -H -M -S -L -D
> -C> <deflate 15> <deflate(old#) 15> <bsd v1 15>]
> Jul 3 12:10:31 [pppd] 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>]
> Jul 3 12:10:31 [pppd] rcvd [IPCP ConfReq id=0x0 <addr 10.6.6.6>]
> Jul 3 12:10:31 [pppd] sent [IPCP ConfAck id=0x0 <addr 10.6.6.6>]
> Jul 3 12:10:31 [pppd] rcvd [LCP ProtRej id=0x0 80 fd 01 01 00 15 12
> 06 00 00 00 00 1a 04 78 00 18 04 78 00 15 03 2f]
> Jul 3 12:10:31 [pppd] Protocol-Reject for 'Compression Control
> Protocol' (0x80fd) received
> Jul 3 12:10:32 [pppd] rcvd [LCP TermReq id=0x1]
> Jul 3 12:10:32 [pppd] LCP terminated by peer
> Jul 3 12:10:32 [pppd] sent [LCP TermAck id=0x1]
> Jul 3 12:10:35 [pppd] Connection terminated.
> Jul 3 12:10:35 [pppd] Modem hangup
> Jul 3 12:10:35 [pppd] Exit.
I can't make wvdial emerge on my machine (bug # 274849) and I am only a few
thousand miles away from Tanzania, but I would suggest that you try "user"
for Username rather than blank. May also want to try your ISP username/pin
for Username/Password.
HTH.
--
Regards,
Mick
[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 198 bytes --]
^ permalink raw reply [flat|nested] 11+ messages in thread
* [gentoo-user] Re: {OT} wvdial fails with "Zain" Tanzanian network
2009-07-04 7:47 ` Mick
@ 2009-07-04 9:57 ` Grant
2009-07-04 12:54 ` Mick
2009-07-04 15:47 ` Grant
1 sibling, 1 reply; 11+ messages in thread
From: Grant @ 2009-07-04 9:57 UTC (permalink / raw
To: gentoo-user
Thank you but same results. Any other ideas via any method?
On 7/4/09, Mick <michaelkintzios@gmail.com> wrote:
> On Friday 03 July 2009, Grant wrote:
>> > I've used wvdial to connect my laptop to the "3" network in Australia
>> > with no problem. I'm now trying to connect to the "Zain" network in
>> > Tanzania and I can't get it to work. I can browse the internet from
>> > the phone (Nokia N82), but I can't seem to connect with wvdial.
>> > Here's what I get with the debug option enabled in /etc/ppp/options:
>> >
>> > # wvdial
>> > --> WvDial: Internet dialer version 1.60
>> > --> 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
>> > --> Modem initialized.
>> > --> Sending: ATDT*99#
>> > --> Waiting for carrier.
>> > ATDT*99#
>> > CONNECT
>> > ~[7f]}#@!}!} } }2}#}$@#}!}$}%\}"}&} }*} } g}%~
>> > --> Carrier detected. Starting PPP immediately.
>> > --> Starting pppd at Fri Jul 3 12:10:31 2009
>> > --> Pid of pppd: 6512
>> > --> pppd: �o
>> > --> Using interface ppp0
>> > --> pppd: �o
>> > --> pppd: �o
>> > --> pppd: �o
>> > --> pppd: �o
>> > --> pppd: �o
>> > --> pppd: �o
>> > --> pppd: �o
>> > --> pppd: �o
>> > --> Authentication (PAP) started
>> > --> pppd: �o
>> > --> Authentication (PAP) successful
>> > --> pppd: �o
>> > --> pppd: �o
>> > --> pppd: �o
>> > --> pppd: �o
>> > --> pppd: �o
>> > --> pppd: �o
>> > --> pppd: �o
>> > --> pppd: �o
>> > --> Terminate Request
>> > --> ***** no quoted text found in `rcvd [LCP TermReq id=0x1]' *****
>> > --> pppd: �o
>> > --> pppd: �o
>> > --> pppd: �o
>> > --> pppd: �o
>> > --> pppd: �o
>> > --> Disconnecting at Fri Jul 3 12:10:35 2009
>> > --> The PPP daemon has died: A modem hung up the phone (exit code = 16)
>> > --> man pppd explains pppd error codes in more detail.
>> > --> Try again and look into /var/log/messages and the wvdial and pppd
>> > man pages for more information.
>> > --> Auto Reconnect will be attempted in 5 seconds
>> >
>> > I have this in the logs:
>> >
>> > Jul 3 10:43:42 [pppd] pppd 2.4.4 started by root, uid 0
>> > Jul 3 10:43:42 [pppd] Using interface ppp0
>> > Jul 3 10:43:42 [pppd] Connect: ppp0 <--> /dev/ttyACM0
>> > Jul 3 10:43:44 [pppd] PAP authentication succeeded
>> > Jul 3 10:43:45 [pppd] LCP terminated by peer
>> > Jul 3 10:43:48 [pppd] Connection terminated.
>> > Jul 3 10:43:48 [pppd] Modem hangup
>> > Jul 3 10:43:48 [pppd] Exit.
>> >
>> > This page outlines the config to make it work:
>> >
>> > http://eightzerofour.wordpress.com/tag/wvdialconf/
>> >
>> > Here it is:
>> >
>> > [Dialer Defaults]
>> > Modem = /dev/ttyACM0
>> > Init1 = ATZ
>> > Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
>> > Stupid Mode = 1
>> > Modem Type = USB Modem
>> > Phone = *99#
>> > New PPPD = yes
>> > ISDN = 0
>> > Username = blank
>> > Password = blank
>> > Baud = 460800
>> >
>> > But it isn't working for me.
>> >
>> > I'm new to wvdial and cell phone data connections in general. What
>> > could be the problem?
>> >
>> > - Grant
>>
>> Here is the output in /var/log/ppp/current:
>>
>> Jul 3 12:10:31 [pppd] pppd 2.4.4 started by root, uid 0
>> Jul 3 12:10:31 [pppd] using channel 45
>> Jul 3 12:10:31 [pppd] Using interface ppp0
>> Jul 3 12:10:31 [pppd] Connect: ppp0 <--> /dev/ttyACM0
>> Jul 3 12:10:31 [pppd] sent [LCP ConfReq id=0x1 <asyncmap 0x0> <magic
>> 0xa6484d43> <pcomp> <accomp>]
>> Jul 3 12:10:31 [pppd] rcvd [LCP ConfRej id=0x1 <magic 0xa6484d43>
>> <pcomp> <accomp>]
>> Jul 3 12:10:31 [pppd] sent [LCP ConfReq id=0x2 <asyncmap 0x0>]
>> Jul 3 12:10:31 [pppd] rcvd [LCP ConfAck id=0x2 <asyncmap 0x0>]
>> Jul 3 12:10:31 [pppd] rcvd [LCP ConfReq id=0x0 <auth pap> <mru 1500>
>> <asyncmap 0xa0000>]
>> Jul 3 12:10:31 [pppd] sent [LCP ConfAck id=0x0 <auth pap> <mru 1500>
>> <asyncmap 0xa0000>]
>> Jul 3 12:10:31 [pppd] sent [PAP AuthReq id=0x1 user="blank"
>> password=<hidden>] Jul 3 12:10:31 [pppd] rcvd [PAP AuthAck id=0x1 ""]
>> Jul 3 12:10:31 [pppd] PAP authentication succeeded
>> Jul 3 12:10:31 [pppd] sent [CCP ConfReq id=0x1 <mppe -H -M -S -L -D
>> -C> <deflate 15> <deflate(old#) 15> <bsd v1 15>]
>> Jul 3 12:10:31 [pppd] 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>]
>> Jul 3 12:10:31 [pppd] rcvd [IPCP ConfReq id=0x0 <addr 10.6.6.6>]
>> Jul 3 12:10:31 [pppd] sent [IPCP ConfAck id=0x0 <addr 10.6.6.6>]
>> Jul 3 12:10:31 [pppd] rcvd [LCP ProtRej id=0x0 80 fd 01 01 00 15 12
>> 06 00 00 00 00 1a 04 78 00 18 04 78 00 15 03 2f]
>> Jul 3 12:10:31 [pppd] Protocol-Reject for 'Compression Control
>> Protocol' (0x80fd) received
>> Jul 3 12:10:32 [pppd] rcvd [LCP TermReq id=0x1]
>> Jul 3 12:10:32 [pppd] LCP terminated by peer
>> Jul 3 12:10:32 [pppd] sent [LCP TermAck id=0x1]
>> Jul 3 12:10:35 [pppd] Connection terminated.
>> Jul 3 12:10:35 [pppd] Modem hangup
>> Jul 3 12:10:35 [pppd] Exit.
>
> I can't make wvdial emerge on my machine (bug # 274849) and I am only a few
> thousand miles away from Tanzania, but I would suggest that you try "user"
> for Username rather than blank. May also want to try your ISP username/pin
> for Username/Password.
>
> HTH.
> --
> Regards,
> Mick
>
--
Sent from my mobile device
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [gentoo-user] Re: {OT} wvdial fails with "Zain" Tanzanian network
2009-07-04 9:57 ` Grant
@ 2009-07-04 12:54 ` Mick
2009-07-04 13:25 ` Grant
0 siblings, 1 reply; 11+ messages in thread
From: Mick @ 2009-07-04 12:54 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 593 bytes --]
On Saturday 04 July 2009, Grant wrote:
> Thank you but same results. Any other ideas via any method?
If you have not changed anything in your laptop then the issue would be with
the Zain network. Have you checked that as part of your roaming agreement
with "3" you get data calls with "Zain"? It may be that you need to request
for data to be activated on your account while roaming - or may need to apply
Zain specific settings (i.e. you login and connect to the Internet directly
via Zain, rather than forwarded to "3" and then back to the Internet).
--
Regards,
Mick
[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 198 bytes --]
^ permalink raw reply [flat|nested] 11+ messages in thread
* [gentoo-user] Re: {OT} wvdial fails with "Zain" Tanzanian network
2009-07-04 12:54 ` Mick
@ 2009-07-04 13:25 ` Grant
0 siblings, 0 replies; 11+ messages in thread
From: Grant @ 2009-07-04 13:25 UTC (permalink / raw
To: gentoo-user
Its actually a zain sim and data works on the handset.
On 7/4/09, Mick <michaelkintzios@gmail.com> wrote:
> On Saturday 04 July 2009, Grant wrote:
>> Thank you but same results. Any other ideas via any method?
>
> If you have not changed anything in your laptop then the issue would be with
> the Zain network. Have you checked that as part of your roaming agreement
> with "3" you get data calls with "Zain"? It may be that you need to request
> for data to be activated on your account while roaming - or may need to
> apply
> Zain specific settings (i.e. you login and connect to the Internet directly
> via Zain, rather than forwarded to "3" and then back to the Internet).
>
> --
> Regards,
> Mick
>
--
Sent from my mobile device
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [gentoo-user] Re: {OT} wvdial fails with "Zain" Tanzanian network
2009-07-04 7:47 ` Mick
2009-07-04 9:57 ` Grant
@ 2009-07-04 15:47 ` Grant
2009-07-04 16:02 ` Mark Shields
1 sibling, 1 reply; 11+ messages in thread
From: Grant @ 2009-07-04 15:47 UTC (permalink / raw
To: gentoo-user
>> > I've used wvdial to connect my laptop to the "3" network in Australia
>> > with no problem. I'm now trying to connect to the "Zain" network in
>> > Tanzania and I can't get it to work. I can browse the internet from
>> > the phone (Nokia N82), but I can't seem to connect with wvdial.
>> > Here's what I get with the debug option enabled in /etc/ppp/options:
>> >
>> > # wvdial
>> > --> WvDial: Internet dialer version 1.60
>> > --> 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
>> > --> Modem initialized.
>> > --> Sending: ATDT*99#
>> > --> Waiting for carrier.
>> > ATDT*99#
>> > CONNECT
>> > ~[7f]}#@!}!} } }2}#}$@#}!}$}%\}"}&} }*} } g}%~
>> > --> Carrier detected. Starting PPP immediately.
>> > --> Starting pppd at Fri Jul 3 12:10:31 2009
>> > --> Pid of pppd: 6512
>> > --> pppd: �o
>> > --> Using interface ppp0
>> > --> pppd: �o
>> > --> pppd: �o
>> > --> pppd: �o
>> > --> pppd: �o
>> > --> pppd: �o
>> > --> pppd: �o
>> > --> pppd: �o
>> > --> pppd: �o
>> > --> Authentication (PAP) started
>> > --> pppd: �o
>> > --> Authentication (PAP) successful
>> > --> pppd: �o
>> > --> pppd: �o
>> > --> pppd: �o
>> > --> pppd: �o
>> > --> pppd: �o
>> > --> pppd: �o
>> > --> pppd: �o
>> > --> pppd: �o
>> > --> Terminate Request
>> > --> ***** no quoted text found in `rcvd [LCP TermReq id=0x1]' *****
>> > --> pppd: �o
>> > --> pppd: �o
>> > --> pppd: �o
>> > --> pppd: �o
>> > --> pppd: �o
>> > --> Disconnecting at Fri Jul 3 12:10:35 2009
>> > --> The PPP daemon has died: A modem hung up the phone (exit code = 16)
>> > --> man pppd explains pppd error codes in more detail.
>> > --> Try again and look into /var/log/messages and the wvdial and pppd
>> > man pages for more information.
>> > --> Auto Reconnect will be attempted in 5 seconds
>> >
>> > I have this in the logs:
>> >
>> > Jul 3 10:43:42 [pppd] pppd 2.4.4 started by root, uid 0
>> > Jul 3 10:43:42 [pppd] Using interface ppp0
>> > Jul 3 10:43:42 [pppd] Connect: ppp0 <--> /dev/ttyACM0
>> > Jul 3 10:43:44 [pppd] PAP authentication succeeded
>> > Jul 3 10:43:45 [pppd] LCP terminated by peer
>> > Jul 3 10:43:48 [pppd] Connection terminated.
>> > Jul 3 10:43:48 [pppd] Modem hangup
>> > Jul 3 10:43:48 [pppd] Exit.
>> >
>> > This page outlines the config to make it work:
>> >
>> > http://eightzerofour.wordpress.com/tag/wvdialconf/
>> >
>> > Here it is:
>> >
>> > [Dialer Defaults]
>> > Modem = /dev/ttyACM0
>> > Init1 = ATZ
>> > Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
>> > Stupid Mode = 1
>> > Modem Type = USB Modem
>> > Phone = *99#
>> > New PPPD = yes
>> > ISDN = 0
>> > Username = blank
>> > Password = blank
>> > Baud = 460800
>> >
>> > But it isn't working for me.
>> >
>> > I'm new to wvdial and cell phone data connections in general. What
>> > could be the problem?
>> >
>> > - Grant
>>
>> Here is the output in /var/log/ppp/current:
>>
>> Jul 3 12:10:31 [pppd] pppd 2.4.4 started by root, uid 0
>> Jul 3 12:10:31 [pppd] using channel 45
>> Jul 3 12:10:31 [pppd] Using interface ppp0
>> Jul 3 12:10:31 [pppd] Connect: ppp0 <--> /dev/ttyACM0
>> Jul 3 12:10:31 [pppd] sent [LCP ConfReq id=0x1 <asyncmap 0x0> <magic
>> 0xa6484d43> <pcomp> <accomp>]
>> Jul 3 12:10:31 [pppd] rcvd [LCP ConfRej id=0x1 <magic 0xa6484d43>
>> <pcomp> <accomp>]
>> Jul 3 12:10:31 [pppd] sent [LCP ConfReq id=0x2 <asyncmap 0x0>]
>> Jul 3 12:10:31 [pppd] rcvd [LCP ConfAck id=0x2 <asyncmap 0x0>]
>> Jul 3 12:10:31 [pppd] rcvd [LCP ConfReq id=0x0 <auth pap> <mru 1500>
>> <asyncmap 0xa0000>]
>> Jul 3 12:10:31 [pppd] sent [LCP ConfAck id=0x0 <auth pap> <mru 1500>
>> <asyncmap 0xa0000>]
>> Jul 3 12:10:31 [pppd] sent [PAP AuthReq id=0x1 user="blank"
>> password=<hidden>] Jul 3 12:10:31 [pppd] rcvd [PAP AuthAck id=0x1 ""]
>> Jul 3 12:10:31 [pppd] PAP authentication succeeded
>> Jul 3 12:10:31 [pppd] sent [CCP ConfReq id=0x1 <mppe -H -M -S -L -D
>> -C> <deflate 15> <deflate(old#) 15> <bsd v1 15>]
>> Jul 3 12:10:31 [pppd] 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>]
>> Jul 3 12:10:31 [pppd] rcvd [IPCP ConfReq id=0x0 <addr 10.6.6.6>]
>> Jul 3 12:10:31 [pppd] sent [IPCP ConfAck id=0x0 <addr 10.6.6.6>]
>> Jul 3 12:10:31 [pppd] rcvd [LCP ProtRej id=0x0 80 fd 01 01 00 15 12
>> 06 00 00 00 00 1a 04 78 00 18 04 78 00 15 03 2f]
>> Jul 3 12:10:31 [pppd] Protocol-Reject for 'Compression Control
>> Protocol' (0x80fd) received
>> Jul 3 12:10:32 [pppd] rcvd [LCP TermReq id=0x1]
>> Jul 3 12:10:32 [pppd] LCP terminated by peer
>> Jul 3 12:10:32 [pppd] sent [LCP TermAck id=0x1]
>> Jul 3 12:10:35 [pppd] Connection terminated.
>> Jul 3 12:10:35 [pppd] Modem hangup
>> Jul 3 12:10:35 [pppd] Exit.
>
> I can't make wvdial emerge on my machine (bug # 274849) and I am only a few
> thousand miles away from Tanzania, but I would suggest that you try "user"
> for Username rather than blank. May also want to try your ISP username/pin
> for Username/Password.
Is there another ppp client I can try besides wvdial? One of the
dependecies of kppp won't emerge for me so I'm out of luck there.
- Grant
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [gentoo-user] Re: {OT} wvdial fails with "Zain" Tanzanian network
2009-07-04 15:47 ` Grant
@ 2009-07-04 16:02 ` Mark Shields
2009-07-04 16:14 ` Grant
0 siblings, 1 reply; 11+ messages in thread
From: Mark Shields @ 2009-07-04 16:02 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 325 bytes --]
>
>
>
> Is there another ppp client I can try besides wvdial? One of the
> dependecies of kppp won't emerge for me so I'm out of luck there.
>
> - Grant
>
>
One of the dependencies won't emerge? Which one?
That should be fixable. Post the fail log for the emerge, and we'll work to
get that resolved.
--
- Mark Shields
[-- Attachment #2: Type: text/html, Size: 629 bytes --]
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [gentoo-user] Re: {OT} wvdial fails with "Zain" Tanzanian network
2009-07-04 16:02 ` Mark Shields
@ 2009-07-04 16:14 ` Grant
2009-07-04 16:18 ` Mark Shields
0 siblings, 1 reply; 11+ messages in thread
From: Grant @ 2009-07-04 16:14 UTC (permalink / raw
To: gentoo-user
>> Is there another ppp client I can try besides wvdial? One of the
>> dependecies of kppp won't emerge for me so I'm out of luck there.
>>
>> - Grant
>>
>
>
> One of the dependencies won't emerge? Which one?
> That should be fixable. Post the fail log for the emerge, and we'll work to
> get that resolved.
> --
> - Mark Shields
GREAT SUCCESS! I added the following to wvdial.conf and it works! I
think this amounts to defining the APN.
Init3 = AT+CGDCONT=1,"IP","internet"
Thanks a lot for everyone's help. I don't recommend the Serena Lodge
wireless internet connections in Tanzania. Very expensive and most
ports don't work. The Zain SIM works great now.
Incidentally, I got antlr to emerge by temporarily enabling softmode
on my PAX-enabled kernel.
- Grant
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [gentoo-user] Re: {OT} wvdial fails with "Zain" Tanzanian network
2009-07-04 16:14 ` Grant
@ 2009-07-04 16:18 ` Mark Shields
2009-07-05 4:02 ` Grant
0 siblings, 1 reply; 11+ messages in thread
From: Mark Shields @ 2009-07-04 16:18 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 982 bytes --]
On Sat, Jul 4, 2009 at 12:14 PM, Grant <emailgrant@gmail.com> wrote:
> >> Is there another ppp client I can try besides wvdial? One of the
> >> dependecies of kppp won't emerge for me so I'm out of luck there.
> >>
> >> - Grant
> >>
> >
> >
> > One of the dependencies won't emerge? Which one?
> > That should be fixable. Post the fail log for the emerge, and we'll work
> to
> > get that resolved.
> > --
> > - Mark Shields
>
> GREAT SUCCESS! I added the following to wvdial.conf and it works! I
> think this amounts to defining the APN.
>
> Init3 = AT+CGDCONT=1,"IP","internet"
>
> Thanks a lot for everyone's help. I don't recommend the Serena Lodge
> wireless internet connections in Tanzania. Very expensive and most
> ports don't work. The Zain SIM works great now.
>
> Incidentally, I got antlr to emerge by temporarily enabling softmode
> on my PAX-enabled kernel.
>
> - Grant
>
>
You're running a PAX'd kernel on a laptop workstation? Really?
--
- Mark Shields
[-- Attachment #2: Type: text/html, Size: 1497 bytes --]
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [gentoo-user] Re: {OT} wvdial fails with "Zain" Tanzanian network
2009-07-04 16:18 ` Mark Shields
@ 2009-07-05 4:02 ` Grant
0 siblings, 0 replies; 11+ messages in thread
From: Grant @ 2009-07-05 4:02 UTC (permalink / raw
To: gentoo-user
>> >> Is there another ppp client I can try besides wvdial? One of the
>> >> dependecies of kppp won't emerge for me so I'm out of luck there.
>> >>
>> >> - Grant
>> >>
>> >
>> >
>> > One of the dependencies won't emerge? Which one?
>> > That should be fixable. Post the fail log for the emerge, and we'll
>> > work to
>> > get that resolved.
>> > --
>> > - Mark Shields
>>
>> GREAT SUCCESS! I added the following to wvdial.conf and it works! I
>> think this amounts to defining the APN.
>>
>> Init3 = AT+CGDCONT=1,"IP","internet"
>>
>> Thanks a lot for everyone's help. I don't recommend the Serena Lodge
>> wireless internet connections in Tanzania. Very expensive and most
>> ports don't work. The Zain SIM works great now.
>>
>> Incidentally, I got antlr to emerge by temporarily enabling softmode
>> on my PAX-enabled kernel.
>>
>> - Grant
>>
>
> You're running a PAX'd kernel on a laptop workstation? Really?
Yeah, no good? I asked on the gentoo-hardened list if that was a
worthwhile endeavor and they said it was. Maybe a bit overzealous?
- Grant
^ permalink raw reply [flat|nested] 11+ messages in thread
end of thread, other threads:[~2009-07-05 4:02 UTC | newest]
Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-03 19:21 [gentoo-user] {OT} wvdial fails with "Zain" Tanzanian network Grant
2009-07-03 19:45 ` [gentoo-user] " Grant
2009-07-04 7:47 ` Mick
2009-07-04 9:57 ` Grant
2009-07-04 12:54 ` Mick
2009-07-04 13:25 ` Grant
2009-07-04 15:47 ` Grant
2009-07-04 16:02 ` Mark Shields
2009-07-04 16:14 ` Grant
2009-07-04 16:18 ` Mark Shields
2009-07-05 4:02 ` Grant
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox