Friday, March 12, 2010

BSNL EVDO on Fedora 12


To Configure EVDO with fedora 12 or other linux you need...
First plug evdo
Then open terminal
To become root, first you must open a terminal. Then, you type:
su
then type
wvdialconf
now Modem configuration written to /etc/wvdial.conf.
so to edit this type
gedit /etc/wvdial.conf
and Now add the following lines to your wvdial.conf
[Dialer Defaults]
Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
Modem Type = Analog Modem
Phone = #777
ISDN = 0
Username = <>
Init1 = ATZ
Password = <>
Modem = /dev/ttyUSB0
Baud = 9600
and then save it.
Now try the command
wvdial
on your terminal as root.
njoy internet on your machine :)

No comments:

Post a Comment