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 10-09-2008, 10:21 AM   #1 (permalink)
Right Off the Assembly Line
 
damked's Avatar
 
Join Date: Sep 2008
Posts: 31
Default TATA USB Modem on Mandriva Linux 2008


Hi all

I am having problem configuring TATA USB Modem on Mandriva Linux 2008, although it runs without any problem on Open SUSE 10.3 and 11. The configuration in both Open SUSE and Mandriva is same. Can anyone help me out?

For full problem please navigate to the link:
<snip>

Regards,
Kedar

Last edited by Hitboxx; 10-09-2008 at 11:13 AM.
damked is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 10-09-2008, 11:14 AM   #2 (permalink)
Juke Box Hero
 
Join Date: Aug 2007
Posts: 1,204
Default Re: TATA USB Modem on Mandriva Linux 2008

Sorry we don't navigate nowhere, you want an answer, you have to ask the question here, not put it on some forum and re-direct us there.

<Moved to Open Source>
Hitboxx is offline  
Old 10-09-2008, 11:46 AM   #3 (permalink)
Right Off the Assembly Line
 
damked's Avatar
 
Join Date: Sep 2008
Posts: 31
Default Re: TATA USB Modem on Mandriva Linux 2008

here is the full problem and workarounds I have tried:
(Ctrl C+V directly from link above)


Hi all,
I am trying to use TATA Indicom CDMA USB modem on Mandriva Linux 2008
using wvdial.
I have edited wvdial.conf file as per company's suggestion and it looks as follows:
[Dialer Defaults]
Init1 = ATZ
Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
stupid mode = 1
Modem Type = USB Modem
ISDN = 0
+FCLASS = 0
Phone = #777
Modem = /dev/ttyACM0
Username = internet
Password = internet
Baud = 460800

I know it works because I have used it on Open SUSE on same computer and have
got no problems.
On Mandriva, when I run wvdial and then disconnect using Ctrl+C, I get following
output:

[root@localhost kedar]# wvdial
--> WvDial: Internet dialer version 1.56 (abuild@mandelbrot)
--> Cannot get information for serial port.
--> 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#777
--> Waiting for carrier.
ATDT#777
CONNECT
--> Carrier detected. Starting PPP immediately.
--> Starting pppd at Tue Aug 26 08:00:01 2008
--> Pid of pppd: 6954
--> Using interface ppp0
--> pppd: h[16][06][08]�[1e][06][08]
--> pppd: h[16][06][08]�[1e][06][08]
--> pppd: h[16][06][08]�[1e][06][08]
--> pppd: h[16][06][08]�[1e][06][08]
--> local IP address 121.245.41.169
--> pppd: h[16][06][08]�[1e][06][08]
--> remote IP address 172.23.129.14
--> pppd: h[16][06][08]�[1e][06][08]
--> primary DNS address 203.197.12.30
--> pppd: h[16][06][08]�[1e][06][08]
--> secondary DNS address 202.54.1.18
--> pppd: h[16][06][08]�[1e][06][08]
Caught signal 2: Attempting to exit gracefully...
--> Terminating on signal 15
--> pppd: h[16][06][08]�[1e][06][08]
--> Connect time 0.6 minutes.
--> pppd: h[16][06][08]�[1e][06][08]
--> pppd: h[16][06][08]�[1e][06][08]
--> Disconnecting at Tue Aug 26 08:00:40 2008

If I ping primary or secondary DNS, I get following output:

From 121.245.41.169 icmp_seq=1 Destination Host Unreachable
--- 203.197.12.30 ping statistics ---
0 packets transmitted, 0 received, +48575 errors

On one blog I found that wvdial requires a file /etc/resolve.conf with IP addresses of
primary and secondary DNS. I manually created the file but problem persisted. I have
also tried adding the two IP addresses in hosts file using Mandriva Linux Control
Centre, but no solution.

What is happening ? Because of this I am not able to connect to the internet.
Regards,
Kedar

I tried using kppp in Open SUSE and my internet connection was running fine there. So I set up the same settings in Mandriva 2008 and tried to connect. Once again I was not able to open any webpages.

Following are the messages I got in kppp:
Modem Ready
Logging on to Network

then in kppp's debug window:

ATZ
OK
ATQ0 V1 E1 SO=0 &C1 &D2 +FCLASS=0
OK
ATM1L1
OK
ATDT#777
CONNECT

Starting pppd

Then I get a pop-up from system tray
Network is up on interface ppp0

But I am unable to connect to internet.
Also I have found out from network monitoring programs that after the initial handshake not a single byte is transmitted or received.

What I think I missed was commenting out lines in link ifup-ppp script as provided in link by you (but there was no reason to do so in open SUSE) and I am using dynamic addresses (I am seeing correct primary and secondary DNS addresses in resolve.conf). But I will try these out too and let you know.

Mandriva 2008 on Acer Laptop
damked is offline  
Old 11-09-2008, 03:39 AM   #4 (permalink)
Who stole my Alpaca!
 
FilledVoid's Avatar
 
Join Date: Jan 2005
Location: Kerala
Posts: 2,020
Default Re: TATA USB Modem on Mandriva Linux 2008

If you can get connected and still cant browse anything then it could be a problem with your DNS servers . I tried pinging it and it seemed to ping fine. Im nto sure how this works but another thing worth giving a try is using OpenDNS servers IP as a DNS server? Maybe you might have luck with that ?
__________________
The Ultimate Chess Strategy : "Hit Hard, Hit Fast and Hit Often"
FilledVoid is offline  
Old 11-09-2008, 12:19 PM   #5 (permalink)
Right Off the Assembly Line
 
damked's Avatar
 
Join Date: Sep 2008
Posts: 31
Post Re: TATA USB Modem on Mandriva Linux 2008

Quote:
Originally Posted by FilledVoid View Post
If you can get connected and still cant browse anything then it could be a problem with your DNS servers . I tried pinging it and it seemed to ping fine. Im nto sure how this works but another thing worth giving a try is using OpenDNS servers IP as a DNS server? Maybe you might have luck with that ?
No luck with that. I will wait till mandriva 2009 is released in october. I am using open SUSE 11 now.
damked is offline  
Old 11-09-2008, 12:22 PM   #6 (permalink)
GaurishSharma.com
 
gary4gar's Avatar
 
Join Date: May 2005
Location: Jaipur
Posts: 4,116
Default Re: TATA USB Modem on Mandriva Linux 2008

Try use OpenDNS?
Put these in /etc/resolve.conf
Quote:
nameserver 208.67.220.220
nameserver 208.67.222.222
also, please post traceroute to google.com and try pinging google by its IP address :64.233.187.99
gary4gar is offline  
Old 11-09-2008, 12:26 PM   #7 (permalink)
Right Off the Assembly Line
 
damked's Avatar
 
Join Date: Sep 2008
Posts: 31
Default Re: TATA USB Modem on Mandriva Linux 2008

I will wait till 2008. Don't want to re-install everyday.
damked 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


Similar Threads
Thread Thread Starter Forum Replies Last Post
startup problem with Mandriva linux 2008.1 sganesh Open Source 1 16-05-2008 11:33 AM
Mandriva Linux 2008.1 Beta 1 soumya Open Source 7 15-05-2008 01:54 PM
Mandriva rolls out Linux 2008 CadCrazy Technology News 2 12-10-2007 12:35 AM
Mandriva Linux 2008 RC2 released Dark Star Open Source 4 22-09-2007 10:13 PM

 
Latest Threads
- by gforz
- by soumya
- by Sujeet
- by icebags
- by Charan

Advertisement




All times are GMT +5.5. The time now is 02:49 PM.


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

Search Engine Optimization by vBSEO 3.3.2