LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   zte fm 626 connection to the internt problem (https://www.linuxquestions.org/questions/linux-networking-3/zte-fm-626-connection-to-the-internt-problem-754342/)

eslam 09-11-2009 03:00 AM

zte fm 626 connection to the internt problem
 
hello,

i do installed Centos 5.3 on my pc at home and i do configured to use my zte FM626 usb modem to connect to the internet using modem_switch project i configured it ( correctly as i think )and i do edited the usb_modeswitch.conf as below:

Code:

########################################################
# ZTE MF628+ (tested version from Telia / Sweden)
ZTE MF626
# ZTE MF633
# ZTE MF636 (aka "Telstra / BigPond 7.2 Mobile Card")
#
# Contributor: Joakim Wennergren

DefaultVendor=  0x19d2
DefaultProduct= 0x2000

TargetVendor=  0x19d2
TargetProduct=  0x0031

# only for reference and 0.x versions
# MessageEndpoint=0x01

MessageContent="55534243123456782000000080000c85010101180101010101000000000000"

####################################################


and i do edited wvdial.conf to be like this



Code:

[Dialer Defaults]
Init1 = ATZ
Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
Init3 = AT+CGDCONT=1,"IP","etisalat"
Modem Type = Analog Modem
ISDN = 0
New PPPD = yes
Modem = /dev/ttyUSB2
Baud = 9600
Phone = *99#
Username = user
Password = pass
Stupid Mode = yes

i do already connected to the internet


Code:

[root@localhost /]# wvdial
--> WvDial: Internet dialer version 1.54.0
--> Cannot get information for serial port.
--> Initializing modem.
--> Sending: ATZ
ATZ
OK
--> Sending: ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
OK
--> Sending: AT+CGDCONT=1,"IP","etisalat"
AT+CGDCONT=1,"IP","etisalat"
OK
--> Modem initialized.
--> Sending: ATDT*99#
--> Waiting for carrier.
ATDT*99#
CONNECT
--> Carrier detected.  Starting PPP immediately.
--> Starting pppd at Tue Sep  8 07:40:34 2009
--> pid of pppd: 3792
--> Using interface ppp0
--> local  IP address 10.70.17.116
--> remote IP address 10.64.64.64
--> primary  DNS address 217.52.47.130
--> secondary DNS address 80.75.163.20
Caught signal #2!  Attempting to exit gracefully...
--> Terminating on signal 15
--> Connect time 2.0 minutes.
--> Disconnecting at Tue Sep  8 07:42:35 2009


as you can see it seems i do have a connection but iam not connected on line and i can not connect to any site at all or even do a ping except on my local ip



Code:

--> local  IP address 10.70.17.116
--> remote IP address 10.64.64.64
--> primary  DNS address 217.52.47.130
--> secondary DNS address 80.75.163.20

hope you can help in this to know what is the problem causing my pc not to be connected to the internet

regards,

eslam


All times are GMT -5. The time now is 08:37 PM.