[RISOLTO] Internet Key Alcatel One Touch X060S
Inviato: domenica 3 ottobre 2010, 13:18
Seguendo una discussione presente in questo forum sono riuscito ad utilizzare questa internet key su Ubuntu, utilizzando USB ModeSwitch e wvdial, configurando così il wvdial.conf:
[Dialer Defaults]
Modem = /dev/ttyUSB2
ISDN = off
Modem Type = Analog Modem
Baud = 115200
Init1 = ATZ
Init2 = AT+CREG?
Init3 = AT+CSQ
Init4 = AT+COPS?
Init5 = AT+CGDCONT=1,"IP","datacard.fastweb.it"
Phone = *99#
Dial Command = ATDT
Dial Attempts = 1
Ask Password = off
Username = "tre"
Password = "tre"
Auto Reconnect = off
Abort on Busy = off
Carrier Check = on
Check Def Route = on
Abort on No Dialtone = on
Stupid Mode = on
Idle Seconds = 0
Auto DNS = on
Adesso ho bisogno di far funzionare la stessa Internet Key su un'installazione di Ubuntu fatta su Hard Disk esterno USB, ed essendo la stessa versione di Ubuntu credevo di poterlo fare seguendo la stessa procedura, l'unica differenza è che se faccio partire il tutto dall'HDD esterno il modem me lo imposta su /dev/ttyUSB1 invece che su 2, ed ho modificato conseguentemente anche il wvdial.conf.
Il problema è ke se faccio sudo wvdial mi dà:
dyn@dyn-desktop:~$ sudo wvdial
--> WvDial: Internet dialer version 1.60
--> Cannot get information for serial port.
--> Initializing modem.
--> Sending: ATZ
ATZ
OK
--> Sending: AT+CREG?
AT+CREG?
+CREG: 0,2
OK
--> Sending: AT+CSQ
AT+CSQ
+CSQ: 99,99
OK
--> Sending: AT+COPS?
AT+COPS?
+COPS: 0
OK
--> Sending: AT+CGDCONT=1,"IP","datacard.fastweb.it"
AT+CGDCONT=1,"IP","datacard.fastweb.it"
OK
--> Modem initialized.
--> Sending: ATDT*99#
--> Waiting for carrier.
ATDT*99#
--> Disconnecting at Sun Oct 3 10:40:12 2010
dyn@dyn-desktop:~$
Potrebbe dipendere dal fatto che il modem deve per forza stare su USB2?
[Dialer Defaults]
Modem = /dev/ttyUSB2
ISDN = off
Modem Type = Analog Modem
Baud = 115200
Init1 = ATZ
Init2 = AT+CREG?
Init3 = AT+CSQ
Init4 = AT+COPS?
Init5 = AT+CGDCONT=1,"IP","datacard.fastweb.it"
Phone = *99#
Dial Command = ATDT
Dial Attempts = 1
Ask Password = off
Username = "tre"
Password = "tre"
Auto Reconnect = off
Abort on Busy = off
Carrier Check = on
Check Def Route = on
Abort on No Dialtone = on
Stupid Mode = on
Idle Seconds = 0
Auto DNS = on
Adesso ho bisogno di far funzionare la stessa Internet Key su un'installazione di Ubuntu fatta su Hard Disk esterno USB, ed essendo la stessa versione di Ubuntu credevo di poterlo fare seguendo la stessa procedura, l'unica differenza è che se faccio partire il tutto dall'HDD esterno il modem me lo imposta su /dev/ttyUSB1 invece che su 2, ed ho modificato conseguentemente anche il wvdial.conf.
Il problema è ke se faccio sudo wvdial mi dà:
dyn@dyn-desktop:~$ sudo wvdial
--> WvDial: Internet dialer version 1.60
--> Cannot get information for serial port.
--> Initializing modem.
--> Sending: ATZ
ATZ
OK
--> Sending: AT+CREG?
AT+CREG?
+CREG: 0,2
OK
--> Sending: AT+CSQ
AT+CSQ
+CSQ: 99,99
OK
--> Sending: AT+COPS?
AT+COPS?
+COPS: 0
OK
--> Sending: AT+CGDCONT=1,"IP","datacard.fastweb.it"
AT+CGDCONT=1,"IP","datacard.fastweb.it"
OK
--> Modem initialized.
--> Sending: ATDT*99#
--> Waiting for carrier.
ATDT*99#
--> Disconnecting at Sun Oct 3 10:40:12 2010
dyn@dyn-desktop:~$
Potrebbe dipendere dal fatto che il modem deve per forza stare su USB2?