Mobile internet

I have Suse 11.2 installed in my laptop. I have mobile internet connection from Tata Photon +. It was configured using wvdialconf and wvdial. This connection plays hide and seek game when I use wvdial.
The problem is every time I plug in the dongle it gets mounted at different points like
ttyACM0,ttyACM1…ttyACM7.
Most of the time the following message comes:

linux-ab5h:~ # wvdial
→ WvDial: Internet dialer version 1.60
→ 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
→ Sending: AT+CRM=1
AT+CRM=1
OK
→ Modem initialized.
→ Idle Seconds = 100, disabling automatic reconnect.
→ Sending: ATDT#777
→ Waiting for carrier.
ATDT#777
CONNECT 3600000
→ Carrier detected. Starting PPP immediately.
→ Starting pppd at Fri Jul 2 15:12:04 2010
→ Pid of pppd: 8401
→ Using interface ppp0
→ pppd: �H�[06][08]8�[06][08]
→ pppd: �H�[06][08]8�[06][08]
→ pppd: �H�[06][08]8�[06][08]
→ pppd: �H�[06][08]8�[06][08]
→ local IP address 219.64.167.13
→ pppd: �H�[06][08]8�[06][08]
→ remote IP address 172.29.243.145
→ pppd: �H�[06][08]8�[06][08]
→ primary DNS address 121.242.190.180
→ pppd: �H�[06][08]8�[06][08]
→ secondary DNS address 121.242.190.211
→ pppd: �H�[06][08]8�[06][08]
→ Script /etc/ppp/ip-up run successful
→ Default route Ok.
→ warning, can’t find address for www.suse.de
→ warning, address lookup does not work
→ Nameserver (DNS) failure, the connection may not work.
→ Connected… Press Ctrl-C to disconnect
→ pppd: �H�[06][08]8�[06][08]
→ pppd: �H�[06][08]8�[06][08]
→ Connect time 0.1 minutes.
→ pppd: �H�[06][08]8�[06][08]
→ pppd: �H�[06][08]8�[06][08]
→ pppd: �H�[06][08]8�[06][08]
→ pppd: �H�[06][08]8�[06][08]
→ Disconnecting at Fri Jul 2 15:12:23 2010
→ The PPP daemon has died: A modem hung up the phone (exit code = 16)
→ man pppd explains pppd error codes in more detail.
→ Try again and look into /var/log/messages and the wvdial and pppd man pages for more information.

unfortunately nither wvdial and pppd man pages give any solution.
Can I get some help?
Thanks in advance.

kkphani wrote:
> I have Suse 11.2 installed in my laptop. I have mobile internet
> connection from Tata Photon +. It was configured using wvdialconf and
> wvdial. This connection plays hide and seek game when I use wvdial.
> The problem is every time I plug in the dongle it gets mounted at
> different points like
> ttyACM0,ttyACM1…ttyACM7.
> Most of the time the following message comes:

1st, you’ll want to disable all of the lcp* features in your ppp options.
From my experience, using a tethered connection where the phone shows up as a
modem, you have to disable lcp in order for things work. Still, your phone
company likely will disconnect the connection when idle. I just set my
connection up to reconnect on demand.

2nd, handling the DNS issue is a matter of setting up a resolv.conf that works
with your provider… or running your own caching DNS (BIND named) and using that.

I have exactly similar problem (as described in the first post ) with using TATA Photon on OpenSUSE 11.3. Adding “Auto DNS = off” in /etc/wvdial.conf and/or adding the nameserver ip s in resolv.conf - nothing works.

Before the connection times out , I tried to ping several other nameserver ips (that work with my other net connections) , but all displayed “Destination Net unreachable”.

This is turning out to be very frustrating. Can someone please help us out ?