hi
tank s to reply ....
i don t have graphic desktop only shell ...
i wan t to no how to make without the the graphic tool ....

tank s

---------- Post added at 03:22 AM CDT ---------- Previous post was at 02:14 AM CDT ----------
my freinds !
t everyone that have same problem ....
i make this way...
first download package WVDIAL from repo....
see if you need to install the dependecy, if yes !? install please ...
you will need this ones :
libwvstreams.i686 0:4.6.1-2.fc13 lockdev.i686 0:1.0.3-4.fc13
ppp.i686 0:2.4.5-9.fc13
edit and change to your provider and conection :
i assume that you will have root access.
vi /etc/wvdial.conf with my data like example ....
and you will see a file like this, if not copy this to the file ....
Code:
# wvdial.conf 14/08/2010
# yugi
[Dialer Defaults]
Phone = *99***1# <---my phone
Username = tmn <-- my user
Password = tmn <---my pass
Stupid Mode = 1
Dial Command = ATDT
[Dialer Pin]
Init1 = AT+CPIN= <--- and because i don thave pin ....
[Dialer huawei]
Modem = /dev/ttyUSB0
Baud = 460800
Init2 = ATZ
Init3 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
ISDN = 0
Modem Type = Analog Modem
[Dialer huawei]
Modem = /dev/ttyUSB0
Baud = 460800
Init2 = ATZ
Init3 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
ISDN = 0
Modem Type = Analog Modem
[Dialer 2gonly]
Init4 = AT+COPS=0,0,"ISP",0
[Dialer 3gonly]
Init4 = AT+COPS=0,0,"ISP",2
[Dialer internet]
Init5 = AT+CGDCONT=1,"IP","internet"
now you save the file and write on the shell
wvdial huawei
and you will see
[root@localhost /]# wvdial huawei
--> WvDial: Internet dialer version 1.61
--> Cannot get information for serial port.
--> Initializing modem.
--> Sending: ATZ
ATZ
OK
--> 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.
--> Sending: ATDT*99***1#
--> Waiting for carrier.
ATDT*99***1#
CONNECT
--> Carrier detected. Starting PPP immediately.
--> Starting pppd at Sat Aug 14 14:03:56 2010
--> Pid of pppd: 1874
--> Using interface ppp0
--> local IP address 92.250.52.9
--> remote IP address 10.64.64.64
--> primary DNS address 88.214.178.1
--> secondary DNS address 88.214.182.2
^CCaught signal 2: Attempting to exit gracefully...
--> Terminating on signal 15
--> Connect time 11.6 minutes.
--> Disconnecting at Sat Aug 14 14:15:36 2010
and voila ....
i hope this will help others ....



