Forum     

Go Back   Digit Technology Discussion Forum > Software > Open Source
Register FAQ Calendar Mark Forums Read

Open Source A place where you can talk to like-minded people about the fastest growing software movement today! Discuss anything and everything about Open Source software and Operating Systems.


Closed Thread
 
LinkBack Thread Tools Display Modes
Old 04-02-2007, 01:50 AM   #1 (permalink)
Broken In
 
sav_more's Avatar
 
Join Date: Aug 2004
Location: mumbai
Posts: 136
Default help me to configure tata indicom dialup in ubuntu.


have installed ubuntu 6.06 without any problems.(for da 1st time.so dont know much bout configuring this os)
i have a tata indicom connection to connect to the net.model is LSP 350T.it is connected to the usb port
it connects to the net smoothly on xp.on ubuntu gives me a modem not responding message.

i have made 2 files /etc/wvdial.conf and /etc/resolv.conf

wvdial.conf

[ Dialer Defaults]
Modem = /dev/ttyS0
Baud = 115200
SetVolume=0
Dial Command = ATDT
Init1 = ATZ
Init2 = AT+CRM=1
FlowControl = Hardware (CRTSCTS)
ISDN = 0
Phone = #777
Username = internet
Password = internet
Stupid Mode = 1


and resolv.conf

nameserver 202.138.103.100

nameserver 202.138.96.2


to dial i use sudo wvdial
here i get a message sending ATZ (or somthng dont rember)
resending....
modem not responding.


cud any one help me.
mobo is asus a8n vm csm,512mb ram,3000+

thanks in advance
__________________
********tryin to use ubuntu......n lovin it*********
ASUS A8N VM CSM,AMD 3000+ @ 2GHZ,Seagate Barracuda 120Gb,256*2 ddr @400mhz,samsung syncmaster793mb,geforce7300le,samsung CD-RW,creative 4.1
sav_more is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 04-02-2007, 02:26 AM   #2 (permalink)
18 Till I Die............
 
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
Default Re: help me to configure tata indicom dialup in ubuntu.

See Connecting via Tata Indicom LG 350T Walky
__________________
http://www.bash.org/?258908
mehulved is offline  
Old 04-02-2007, 12:52 PM   #3 (permalink)
Broken In
 
sav_more's Avatar
 
Join Date: Aug 2004
Location: mumbai
Posts: 136
Default Re: help me to configure tata indicom dialup in ubuntu.

hey thanks man...
i did a search on this topic but did not find the topic u mentioned.
guess have to search properly..
anyways thanks a lot.wil see if this works.
__________
havin som problems.

when i try to edit the wvdial.conf file ,i cant save the file.
logged in as root then tried again.. same thing.it says cant write to file.
but i ran sudo wvdial.conf
says carrier not found.

why am i unable to write to the wvdial.conf file even as root.

can i delete the file and make a new one????
how do i do this???
help pls.
__________
__________________
********tryin to use ubuntu......n lovin it*********
ASUS A8N VM CSM,AMD 3000+ @ 2GHZ,Seagate Barracuda 120Gb,256*2 ddr @400mhz,samsung syncmaster793mb,geforce7300le,samsung CD-RW,creative 4.1

Last edited by sav_more; 04-02-2007 at 12:52 PM. Reason: Automerged Doublepost
sav_more is offline  
Old 04-02-2007, 12:58 PM   #4 (permalink)
left this forum longback
 
praka123's Avatar
 
Join Date: Sep 2005
Location: -
Posts: 7,536
Post Re: help me to configure tata indicom dialup in ubuntu.

what is the syntax u used for wvdialconf proper one is
Code:
~#wvdiaconf /etc/wvdial.conf
also there are lotta howtos if you google a bit:
http://www.linuxforu.com/yabbse/inde...y;threadid=969
http://www.linuxsolved.com/forums/ftopic766.html
http://geocities.com/avinashbrathod/linux/
__________________
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You
Get GNU/Linux - http://getgnulinux.org
praka123 is offline  
Old 04-02-2007, 01:32 PM   #5 (permalink)
Broken In
 
sav_more's Avatar
 
Join Date: Aug 2004
Location: mumbai
Posts: 136
Default Re: help me to configure tata indicom dialup in ubuntu.

thanks 4 da quick reply...
wil try dat.
i had the 1st link u hav provided.
thanks 4 the other two.
__________
@praka123
tried wvdiaconf /etc/wvdial.conf ....says bad command
then tried wvdialconf /etc/wvdial.conf.......worked.detected modem and it wrote settings to /etc/wvdial.conf

then tried to open /etc/wvdial.conf as root . i can modify /etc/wvdial.conf.but cant save it......says cant open file to write.

these r the commands i used

1] logged in as root using su

2]used
wvdialconf /etc/wvdial.conf....it detected modem and wrote settings to /etc/wvdial.conf

3]then tried to manually modify /etc/wvdial.conf using

sudo vi /etc/wvdial.conf

it opens the file, but when i modify it and try to save it says cud not open the file to write.

4] then used su wvdial

says CARRIER NOT DETECTED
and the phone displays ASYNC DATA..

WTF!!!!!!!!!


am i using wrong commands.basic thing is i can modify /etc/wvdial.conf but cant save the damn thing.
__________________
********tryin to use ubuntu......n lovin it*********
ASUS A8N VM CSM,AMD 3000+ @ 2GHZ,Seagate Barracuda 120Gb,256*2 ddr @400mhz,samsung syncmaster793mb,geforce7300le,samsung CD-RW,creative 4.1

Last edited by sav_more; 04-02-2007 at 01:32 PM. Reason: Automerged Doublepost
sav_more is offline  
Old 04-02-2007, 02:01 PM   #6 (permalink)
left this forum longback
 
praka123's Avatar
 
Join Date: Sep 2005
Location: -
Posts: 7,536
Post solutions may be...

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:
Code:
~$sudo wvdial &
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
__________________
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You
Get GNU/Linux - http://getgnulinux.org
praka123 is offline  
Old 04-02-2007, 02:43 PM   #7 (permalink)
Broken In
 
sav_more's Avatar
 
Join Date: Aug 2004
Location: mumbai
Posts: 136
Default Re: help me to configure tata indicom dialup in ubuntu.

wil try dat n post..thanks.
__________
GOT CONNECTED!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

Thank u thank u thank u.

@praka 123.......U DA MAN...
thanks.
the baud rate was the problem.
changed it.
reppin u.
__________________
********tryin to use ubuntu......n lovin it*********
ASUS A8N VM CSM,AMD 3000+ @ 2GHZ,Seagate Barracuda 120Gb,256*2 ddr @400mhz,samsung syncmaster793mb,geforce7300le,samsung CD-RW,creative 4.1

Last edited by sav_more; 04-02-2007 at 02:43 PM. Reason: Automerged Doublepost
sav_more is offline  
Old 04-02-2007, 08:54 PM   #8 (permalink)
left this forum longback
 
praka123's Avatar
 
Join Date: Sep 2005
Location: -
Posts: 7,536
Default Re: help me to configure tata indicom dialup in ubuntu.

glad u have got it working..
__________________
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You
Get GNU/Linux - http://getgnulinux.org
praka123 is offline  
Closed Thread

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


 
Latest Threads
- by Sujeet
- by clmlbx
- by Sujeet
- by icebags

Advertisement




All times are GMT +5.5. The time now is 10:47 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.

Search Engine Optimization by vBSEO 3.3.2