Search on Web

Monday, April 19, 2010

Configure Samung D 600 at Ubuntu 9.10

I spent hours to find solution to setup internet using my samsung D 600 at Ubuntu 9.04 and 9.10. On the other hand are you facing trouble to fine or configure wvdial.conf on ubuntu 9.04 or 9.10? Now I would like to share the tricks to all linux user.

To set up wvdial.conf at ubuntu 9.04 and 9.10 need to setup following files. You must follow the sequence.
1. http://archive.ubuntu.com/ubuntu/pool/m … 1_i386.deb
2.  http://archive.ubuntu.com/ubuntu/pool/m … 2_i386.deb
3.  http://archive.ubuntu.com/ubuntu/pool/m … 2_i386.deb
4.  http://archive.ubuntu.com/ubuntu/pool/m … 2_i386.deb
5.  http://archive.ubuntu.com/ubuntu/pool/m … 2_i386.deb

After installing these files you will find wvdial.conf file. Now press Alt+F2  write gksu gedit then run application.

It will open Gedit Text Editor
Go file>Open>File System >>etc(/etc)>wvdial.conf
 Then Paste the following code


[Dialer Defaults]
Inherits = Modem0
Init1 = ATZ
Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
Init3 = AT+CGDCONT=1,"IP","Your APN"
Stupid Mode = 1
Modem Type = USB Modem
Phone = *99***1# (Dialing Number may be different ask your mobile operator)
ISDN = 0
Modem = /dev/ttyACM0
Username = x
Password = x
Baud = 460800


Now Save the file.
Then Start the terminal and type sudo wvdial then press Enter. Now enjoy!!!

0 comments:

Post a Comment