Estou tentando ot o ALCATEL One Touch X220L trabalhando no Linux. Eu estou tentando fazer isso no meu pc principal (arco) e eventualmente fazê-lo em um pi de framboesa. a informação que recebi com o cartão SIM é a seguinte:
Eu tentei as instruções no link
que me deu um erro após o terceiro init. e então eu tentei com o seguinte /etc/wvdial.conf:
[Dialer Defaults]
Init1 = ATZ
Init2 = ATQ0 V1 E1 +FCLASS=0
Init3 = AT+CPIN="0000"
Init4 = AT+CGDCONT=1,"IP","umts.xs4all.nl"
Modem = /dev/ttyUSB4
Check Def Route = on
Phone = *99#
Username = xs4all
Password = 1234
Modem Type = Analog Modem
Stupid Mode = 1
Baud = 460800
New PPPD = yes
ISDN = 0
AutoDNS = 1
que fornece o seguinte resultado
--> WvDial: Internet dialer version 1.61
--> Initializing modem.
--> Sending: ATZ
ATZ
OK
--> Sending: ATQ0 V1 E1 +FCLASS=0
ATQ0 V1 E1 +FCLASS=0
OK
--> Sending: AT+CPIN="0000"
AT+CPIN="0000"
OK
--> Sending: AT+CGDCONT=1,"IP","umts.xs4all.nl"
AT+CGDCONT=1,"IP","umts.xs4all.nl"
OK
--> Modem initialized.
--> Sending: ATDT*99#
--> Waiting for carrier.
ATDT*99#
CONNECT 7200000
--> Carrier detected. Starting PPP immediately.
--> Starting pppd at Tue Jul 17 21:15:49 2018
--> Pid of pppd: 18424
--> Using interface ppp0
--> Disconnecting at Tue Jul 17 21:15:50 2018
--> The PPP daemon has died: A modem hung up the phone (exit code = 16)
--> man pppd explains pppd error codes in more detail.
--> Try again and look into /var/log/messages and the wvdial and pppd man pages for more information.
--> Auto Reconnect will be attempted in 5 seconds
--> Initializing modem.
--> Sending: ATZ
ATZ
OK
--> Sending: ATQ0 V1 E1 +FCLASS=0
ATQ0 V1 E1 +FCLASS=0
OK
--> Sending: AT+CPIN="0000"
AT+CPIN="0000"
ERROR
--> Bad init string.
--> Initializing modem.
--> Sending: ATZ
ATZ
OK
--> Sending: ATQ0 V1 E1 +FCLASS=0
ATQ0 V1 E1 +FCLASS=0
OK
--> Sending: AT+CPIN="0000"
AT+CPIN="0000"
ERROR
--> Bad init string.
--> Initializing modem.
--> Sending: ATZ
ATZ
OK
--> Sending: ATQ0 V1 E1 +FCLASS=0
ATQ0 V1 E1 +FCLASS=0
OK
--> Sending: AT+CPIN="0000"
AT+CPIN="0000"
ERROR
--> Bad init string.
Ele tenta se conectar, mas parece falhar. Quando ele tenta se reconectar, aparentemente não gosta mais do comando: AT + CPIN="0000", este também parece ser o resultado quando rodamos o sudo wvdial uma segunda vez sem desconectar o stick.