Re: Huawei E173...have spent 3 days trying to connect to the net
Sounds like you don't have the PIN number configured in Linux. It probably works when rebooting from Windows into Linux because the device doesn't power down in this case, and so the connection session is already authenticated fro Windows.
In recent versions of Ubuntu, there is a wireless applet in which you can set all the configuration. If your Linux doesn't have that, and you can't download it, then you will need to create a dialer configuration file. Here is an example:
Code:
[Dialer PIN]
Modem = /dev/ttyUSB0
Baud = 3600000
SetVolume = 0
FlowControl = NOFLOW
Init1 = ATZ
Init2 = AT+CPIN="7198"
Dial Attempts = 1
[Dialer PUK]
Modem = /dev/ttyUSB0
Baud = 3600000
SetVolume = 0
FlowControl = NOFLOW
Init1 = ATZ
Init2 = AT+CPIN="88563507"
Dial Attempts = 1
[Dialer umts]
Username = username
Password = password
New PPPD = yes
Phone = *99***2#
Stupid Mode = 1
Modem = /dev/ttyUSB0
Baud = 3600000
SetVolume = 0
FlowControl = NOFLOW
Carrier Check = no
Dial Command = ATDT
Init1 = ATZ
Init2 = ATM0
Init3 = ATQ0 V1 E1 S0=0&C1 &D2 +FCLASS=0
Init4 = AT+CGDCONT=1,"IP","web.vodafone.de"
Dial Attempts = 3
[Dialer Huawei]
Modem = /dev/ttyUSB0
Baud = 3600000
Init1 = ATZ
Init2 = ATQ0 V1 E1 S0=0 &C1 &D2
Init3 =
Area Code =
Phone = *99***1#
Username = ppp
Password = ppp
Ask Password = 0
Dial Command = ATDT
Stupid Mode = 1
Compuserve = 0
Force Address =
Idle Seconds = 0
DialMessage1 =
DialMessage2 =
ISDN = 0
Auto DNS = 1
If it ain't broke, don't fix it.
Bookmarks