<quote> It dials and also it shows the IP adress. But after this, there is no progress. It remains dialling and waits. How can I solve this problem. And I also want to know if I can configure the modem settings (such as speed of communication) and HOW? I now that in modem configuration speed is 11500, but I want to decrease it to 56000. How can I do this? THANKS. </quote> There is no progress? It might have already connected? It shows IP numbers and you can't surf? Is that it? If that is the case, copy the last numbers that you see output by wvdial into the file /etc/resolv.conf ie., say that wvdial tells you that you are connected and you see something like DNS 12.123.456.78 DNS 12.123.456.79 then you can add them via $ sudo gedit /etc/resolv.conf and add nameserver 12.123.456.78 nameserver 12.123.456.79 and save the file. Try to surf, does it work? To adjust the speed, edit file /etc/wvdial.conf $ sudo gedit /etc/wvdial.conf it should look like [Dialer Defaults] Modem = /dev/ttySL0 Baud = 115200 Init1 = ATZ Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0 ISDN = 0 Modem Type = Analog Modem Phone = 3334445555 Username = Your_Login_Name Password = Your_Password Change the line Baud = 115200 to Baud = 57600 if you like? Try it out and report back. Regards, Antonio On 12/30/09, Emin Aliyev <linguist99@xxxxxxx> wrote: > > Hi, I am using Ubuntu Jaunty Jackalope. I have done everything to configure > the modem. I have installed the driver and the modem works. >> In order to connect I use Wvdial. But I have problems in connecting. When >> I write in terminal sudo wvdial the modem begins to dial the number of my >> internet provider(I hear the sound from modem). It dials and also it shows >> the IP adress. But after this, there is no progress. It remains dialling >> and waits. How can I solve this problem. And I also want to know if I can >> configure the modem settings (such as speed of communication) and HOW? I >> now that in modem configuration speed is 11500, but I want to decrease it >> to 56000. How can I do this? THANKS. >> >