confusing

,did u successful in running wvdialconf /etc/wvdial.conf ?
presently i am using dataone BB.did those wvdial long time ago.as u r using ubuntu:
Code:
~$sudo wvdialconf /etc/wvdial.conf
make sure you have "apt-get install ppp" also.
/etc/wvdial.conf may be similar to one below:
Code:
[Dialer Defaults]
Modem = /dev/ttyS1
Baud = 115200
Init1 = AT
Init2 = ATE0V1
Init3 = AT+CRM=1
Init4 = ATS0=0
Phone = ####
Username = internet
Password = internet
Modem Type = Analog Modem
ISDN = 0
enter the service providers phone number yo passwd etc(remember i dont use tataindicom-)
from
sources it seems
u need to have ur tata mobile speaker phone ON so that can find ur modem.
Quote:
while u run this wvdial u have to start Speaker Phone of ur CDMA phone, or else it won't find ur modem. start ur speaker phone & type the command wvdial /etc/wvdial.conf & after a few sec. close the speaker phone.
which will connect u to the internet.
|
add these lines to /etc/resolv.conf
Code:
~$sudo gedit /etc/resolv.conf
nameserver 202.54.1.30
nameserver 202.54.1.18
the DNS server addresses must be correct refer tatamobile guys for correct dns server addresses and edit above file and add them in the same format.
if everything is correct,u may try dialing using below comd in a terminal:
check whether it shows any error messages>post it here will try out.
ps:In ubuntu u need to use sudo instead of su."sudo cmd" will ask for ur current login passwd for assuming root's/super power and runs the command.although its quiet possible to set your ubuntu box to have a root user password

.Best of Lux
with due credits to LFY user-
aqua26