open a terminal (Konsole in Kde), become root
then issue this command
Code:
wvdialconf /etc/wwvdial.conf
it will detect your phone as a modem.
then open wvdial.conf in a text editor
note down whats written in the line "Modem = /dev/***"
probably it will be /dev/ttyUSB0, assuming you have no other usb devices connected.
remove everything written in wvdial.conf and paste exactly this,
Code:
[Dialer Defaults]
Modem = /dev/ttyUSB0 [b]# <-- Replace it with the reading you got[/b]
Phone = *99#
Username = aa
Password = bbc
Baud = 230400
Init1 = ATZ
Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
ISDN = 0
Modem Type = Analog Modem
Carrier Check = No
save the file and close it.
issue this command
if all goes right, you'll be connected, that ^^ is my personal wvdial.conf for airtel gprs, tested with 2 phones and over 8 distros, if still doesn't work then post the output of
Code:
wvdialconf /etc/wvdial.conf
.