problem in connecting with wvdial

i am using a 3g usb modem to connect to internet through wvdial.
it worked fine with opensuse10.3, 11.0 and ubuntu 10.1 but in suse 11.1 after getting connected i m unable to open any website.
this is what i get on terminal after entering 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
→ Modem initialized.
→ Idle Seconds = 300, disabling automatic reconnect.
→ Sending: ATDT#777
→ Waiting for carrier.
ATDT#777
CONNECT 230400
→ Carrier detected. Starting PPP immediately.
→ Starting pppd at Thu Jan 22 22:18:47 2009
→ Pid of pppd: 11682
→ Using interface ppp0
→ pppd: �[7f][05]�8�[06][08](�[06][08]
→ pppd: �[7f][05]�8�[06][08](�[06][08]
→ pppd: �[7f][05]�8�[06][08](�[06][08]
→ local IP address 220.224.117.136
→ pppd: �[7f][05]�8�[06][08](�[06][08]
→ remote IP address 220.224.134.77
→ pppd: �[7f][05]�8�[06][08](�[06][08]
→ primary DNS address 202.138.97.193
→ pppd: �[7f][05]�8�[06][08](�[06][08]
→ secondary DNS address 202.138.96.2
→ pppd: �[7f][05]�8�[06][08](�[06][08]
→ Script /etc/ppp/ip-up run successful
→ Default route Ok.
→ warning, no nameserver found /etc/resolv.conf
→ Nameserver (DNS) failure, the connection may not work.
→ Connected… Press Ctrl-C to disconnect
→ pppd: �[7f][05]�8�[06][08](�[06][08]

plzz help

You might try what this clever fellow did:

Wireless Broadband Authentication Woes - Page 2 - openSUSE Forums

thanx a lot !!!
it worked…
but i never had to make any changes to resolv.conf in my previous distros and internet is running slow also this time :frowning:

I have been getting a lot of slowdowns too. I always disable IPV6 in Firefox as well as in YAST / Network Settings. You might also try this window scaling command:

Just an information if anybody else has this problem:

After installing openSuSE 11.0 I noticed that my internet speed is somewhere near 1kB/s, connected to a 2Mbit DSL router. After searching a bit regarding my network card (Realtek RTL-8139), I noticed that I have to set a system control parameter to get full speed back. The setting I had to apply was:

net.ipv4.tcp_window_scaling -> set to 0

After setting this speed was back at 200kB/s

Checking your current setting can be done as root using this command:

cat /proc/sys/net/ipv4/tcp_window_scaling

Setting it temporarily for testing by using this command:

echo “0” >/proc/sys/net/ipv4/tcp_window_scaling

and setting it forever can be done by adding the following line to /etc/sysctl.conf

net.ipv4.tcp_window_scaling = 0

and running “sysctl -p” once.

I hope this helps other having similar problems.

Rainer

Wow I had the exact same problem last night. There are actually two resolv.conf files. one is etc/ the other in etc/ppp. I made sue DSN resides in both and it worked.