Hi,
I have a Sony Ericsson w508 mobile phone and it works perfectly as a modem in Windows (using its propietary Sony's software); I'd like to use the mobile as a modem under kubuntu but it's not working.
I've tried wvdial, my .wvdialrc is as follows:
[Dialer Defaults]
Init1 = ATZ
init2 = AT+CFUN=1
Init3 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
Init5 = AT+CGDCONT=1,"IP","adslmovil"
Stupid Mode = 1
Baud = 460800
New PPPD = yes
Modem = /dev/ttyACM0
ISDN = 0
Phone = *99#
Password = <mypassword>
Username = <myusername>
Dial Command = ATDT
Remote Nane = "*"
When I try to connect, I get the following:
--> WvDial: Internet dialer version 1.60
--> Cannot get information for serial port.
--> Initializing modem.
--> Sending: ATZ
ATZ
OK
--> Sending: AT+CFUN=1
AT+CFUN=1
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","adslmovil"
AT+CGDCONT=1,"IP","adslmovil"
OK
--> Modem initialized.
--> Sending: ATDT*99#
--> Waiting for carrier.
ATDT*99#
~[7f]}#@!}!}!} }4}(}"}'}"}"}&} } } } }%}&Sm[1b]d<;~
CONNECT
--> Carrier detected. Starting PPP immediately.
--> Starting pppd at Sun Jan 24 10:04:26 2010
--> Warning: Could not modify /etc/ppp/pap-secrets: Permission denied
--> --> PAP (Password Authentication Protocol) may be flaky.
--> Warning: Could not modify /etc/ppp/chap-secrets: Permission denied
--> --> CHAP (Challenge Handshake) may be flaky.
--> Pid of pppd: 3467
--> Using interface ppp0
--> pppd:
--> [7f]
--> pppd:
--> [7f]
--> pppd:
--> [7f]
--> pppd:
--> [7f]
--> pppd:
--> [7f]
--> Disconnecting at Sun Jan 24 10:04:28 2010
--> 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
--> Cannot get information for serial port.
Can anyone help me? Thanks in advance!
--
Toshiro
http://www.perlhowto.com
I have a Sony Ericsson w508 mobile phone and it works perfectly as a modem in Windows (using its propietary Sony's software); I'd like to use the mobile as a modem under kubuntu but it's not working.
I've tried wvdial, my .wvdialrc is as follows:
[Dialer Defaults]
Init1 = ATZ
init2 = AT+CFUN=1
Init3 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
Init5 = AT+CGDCONT=1,"IP","adslmovil"
Stupid Mode = 1
Baud = 460800
New PPPD = yes
Modem = /dev/ttyACM0
ISDN = 0
Phone = *99#
Password = <mypassword>
Username = <myusername>
Dial Command = ATDT
Remote Nane = "*"
When I try to connect, I get the following:
--> WvDial: Internet dialer version 1.60
--> Cannot get information for serial port.
--> Initializing modem.
--> Sending: ATZ
ATZ
OK
--> Sending: AT+CFUN=1
AT+CFUN=1
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","adslmovil"
AT+CGDCONT=1,"IP","adslmovil"
OK
--> Modem initialized.
--> Sending: ATDT*99#
--> Waiting for carrier.
ATDT*99#
~[7f]}#@!}!}!} }4}(}"}'}"}"}&} } } } }%}&Sm[1b]d<;~
CONNECT
--> Carrier detected. Starting PPP immediately.
--> Starting pppd at Sun Jan 24 10:04:26 2010
--> Warning: Could not modify /etc/ppp/pap-secrets: Permission denied
--> --> PAP (Password Authentication Protocol) may be flaky.
--> Warning: Could not modify /etc/ppp/chap-secrets: Permission denied
--> --> CHAP (Challenge Handshake) may be flaky.
--> Pid of pppd: 3467
--> Using interface ppp0
--> pppd:
--> [7f]
--> pppd:
--> [7f]
--> pppd:
--> [7f]
--> pppd:
--> [7f]
--> pppd:
--> [7f]
--> Disconnecting at Sun Jan 24 10:04:28 2010
--> 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
--> Cannot get information for serial port.
Can anyone help me? Thanks in advance!
--
Toshiro
http://www.perlhowto.com
Comment