To uses GPRS/EDGE in Linux, Then follow those easy steps.

This process is very easy. No need to write any thing in terminal. Linux is very user friendly

OS.  Now follows those steps. This is processing for fedora 6 & fedora 7.

1st  step:

- First open up System->Administration->Network on your system
- Then click on Hardware and add New
- In The Hardware Type choose Modem and click Next
- In Modem Device type /dev/ttyACM0
- Choose Baud Rate as 460800
- Choose flow Of Control as Hardware(CRTSCTS) and click OK
- Then go to Device and click on new here too
- Choose Modem Connection from the list and click Forward
- Type in Phone No as *99***1#
(Check with your network operator for what your number is)
- Give any suitable name in the Providers Name
- Give both Username and Password as “user” even if you think it is not needed
- Once the Device is included in the list Select it and click on Edit
- In the Modem Initialization String enter The Init String is

“ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0″.
2nd step:

PASTE THE BELOW SCRIPT IN THE FILE etc/wvdial.conf ( delete any earlier existing scripts)

[Dialer Defaults]

Modem = <the modem port recognised on running the command: wvdialconf create , on the terminal>

Baud = 230400

Init1 = ATZ

Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0 //THIS IS GOT FROM STEP 1

ISDN = 0

Modem Type = Analog Modem

Phone = *99***1# //THIS WAS THE NUMBER FOR CONNECTING TO MY GPRS….. CHECK WITH YOUR OPERATOR WHAT YOUR NUMBER IS

Username = user

Password = user //THIS IS USUALLY THE CASE FOR MOST GPRS CONNECTIONS WHICH DO NOT NEED A USERNAME AND PASSWORD.

Stupid Mode = 1
Requirement:

1. need a GPRS/EDGE supported handset

2.Linux OS

To use internet, i use NOKIA 3110 classic.