wvdial doesn't connect
Good day everyone!
It was in great anticipation I found out that the option cards are running under GNU/Linux. I've bought meself one 10 days ago, but haven't been able to connect (yet). Since I'm running Ubuntu on my thinkpad I used this guide for all settings:
http://ubuntuforums.org/showthread.php?t=49056
First of all I'm using a Swedish provider (
http://www.tre.se/). The card is signaling that it accepts the PIN.
Here's the problem. When I run
sudo wvdial option internet 3gonly 384k
I get this
--> WvDial: Internet dialer version 1.54.0
--> Initializing modem.
--> Sending: ATZ
ATZ
OK
--> 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+COPS=0,0,"Vodacom-SA",2
AT+COPS=0,0,"Vodacom-SA",2
OK
--> Sending: AT+CGDCONT=1,"IP","internet";
AT+CGDCONT=1,"IP","internet";
OK
--> Sending: AT+CGEQMIN=1,4,64,384,64,384
AT+CGEQMIN=1,4,64,384,64,384
OK
--> Sending: AT+CGEQREQ=1,4,64,384,64,384
AT+CGEQREQ=1,4,64,384,64,384
OK
--> Modem initialized.
--> Sending: ATDT*99***1#
--> Waiting for carrier.
ATDT*99***1#
CONNECT 384000
--> Carrier detected. Starting PPP immediately.
--> Starting pppd at Mon Oct 24 09:41:54 2005
--> pid of pppd: 9384
--> Using interface ppp0
--> pppd: 504
--> pppd: 504
--> pppd: 504
--> pppd: 504
--> pppd: 504
--> Disconnecting at Mon Oct 24 09:42:35 2005
--> The PPP daemon has died: PPP negotiation failed (exit code = 10)
--> man pppd explains pppd error codes in more detail.
--> I guess that's it for now, exiting
--> The PPP daemon has died. (exit code = 10)
I've tried googling for the solution but haven't gotten far with that.
This is my /etc/wvdial.conf:
[Dialer Defaults]
Phone = *99***1#
Username = username
Password = password
Stupid Mode = 1
Dial Command = ATDT
[Dialer pin]
Init1 = AT+CPIN=1234
[Dialer option]
Modem = /dev/ttyUSB0
Baud = 460800
Init2 = ATZ
Init3 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
ISDN = 0
Modem Type = Analog Modem
[Dialer 2gonly]
Init4 = AT+COPS=0,0,"Vodacom-SA",0
[Dialer 3gonly]
Init4 = AT+COPS=0,0,"Vodacom-SA",2
[Dialer internet]
Init5 = AT+CGDCONT=1,"IP","internet";
[Dialer internetvpn]
Init5 = AT+CGDCONT=1,"IP","internetvpn";
[Dialer myapn]
Init5 = AT+CGDCONT=1,"IP","myapn"
[Dialer 384k]
Init6 = AT+CGEQMIN=1,4,64,384,64,384
Init7 = AT+CGEQREQ=1,4,64,384,64,384
[Dialer 144k]
Init6 = AT+CGEQMIN=1,4,64,144,64,144
Init7 = AT+CGEQREQ=1,4,64,144,64,144
[Dialer 64k]
Init6 = AT+CGEQMIN=1,4,64,64,64,64
Init7 = AT+CGEQREQ=1,4,64,64,64,64
I've tried replacing "Vodacom-SA" with "Hi3G". Same thing. I've got that from
http://www.pts.se/. I still think that is the problem, so I've contacted my providers technical support and asked them for the name of the network, since I think that is the purpose of the sting. (I hope I'm not wrong here.) They didn't know what I was talking about and said they had to call me back when they've looked into it.
Now if anyone has got a pointer for me here I'd be very thankfull.