Hey,
I've been googling around for 10 hours or so and getting pretty desperate.
I have a Huawei K3765 USB modem and a debian linux PC (alix board). It is working fine for a year or 2. I've been using different carriers in different countries and it has never let me down as long as there was a 3G connection.
Now I have moved to a location where 3G is not available. Only options are GPRS/EDGE. And the modem doesn't connect. It did connect fine to the same carrier in a different location, which has 3G available.
The output from wvdial is usually similar to this:
Code:
#wvdial
--> WvDial: Internet dialer version 1.61
--> 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
--> Modem initialized.
--> Sending: ATDT*99#
--> Waiting for carrier.
ATDT*99#
NO CARRIER
--> No Carrier! Trying again.
--> Sending: ATDT*99#
--> Waiting for carrier.
ATDT*99#
NO CARRIER
...
It seems that the problem is that 3G isn't available and the modem can't use 2G for some reason.
my wvdial.conf is as follows:
Code:
[Dialer Defaults]
Modem = /dev/ttyUSB0
Init1 = ATZ
Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
Stupid Mode = on
Modem Type = Analog Modem
Phone = *99#
New PPPD = yes
ISDN = 0
Username = blank
Password = blank
Baud = 9600
The same modem with the same card works fine on Windows using Mobile Partner.
Any help would be appreciated.
thanks,
Karolis