balubeto
15-07-2007, 18:46
CIAO
Sono in una LAN e sto controllando in remoto un notebook che ha Linux Lenny Testing con GNOME.
Su tale portatille c'e` un modem analogico:
PLUTO:~# lspci | grep 'Modem'
00:14.6 Modem: ATI Technologies Inc IXP AC'97 Modem (rev 01)
che e` gestito dal modulo slmodemd che parte, all'avvio di Linux, con la seguente sintassi:
PLUTO:~# ps ax | grep 'slmodem' | grep -v 'grep'
2732 ? SL 0:14 /usr/sbin/slmodemd --alsa -c ITALY modem:1
Ora, volendo configurare un collegamento analogico con GNOME PPP usando il provider email.it , ho trovato una difficolta`: il modem si connette ma, quando li manda il Login (che e` corretto), il provider non mi identifica come si vede:
--> Ignoring malformed input line: ";Do NOT edit this file by hand!"
--> WvDial: Internet dialer version 1.56
--> Cannot get information for serial port.
--> Initializing modem.
--> Sending: ATX3
ATX3
OK
--> Sending: ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
OK
--> Modem initialized.
--> Sending: ATM0L0DT7020005066
--> Waiting for carrier.
ATM0L0DT7020005066
CONNECT 50667
--> Carrier detected. Waiting for prompt.
_____________________ _________________________________________________
--:::::::::::::::::::/| / /|
--:::::::::::::::::::// / --/ EUTELIA Spa :: Connecting Everywhere /-- //
--:::::::::::::::::::// / //
--::::::::___________// /________________________________________________//
--::::::::/___________/ |________________________________________________//
::::::::://______
::::::::::::::::/| You have entered on nas5800-pd line 1/5/19
:::::::::::::::// _________________________________________________
::::::::::::::// / --/ Unauthorized Access To This Device is /-- /|
::::_________// / --/ PROHIBITED. All activities performed /-- //
:::/_________/ / --/ on this device are logged. You must /-- //
:://__________ / --/ have explicit permission to get access /-- //
:::::::::::::/| / --/ or configure this device. Violations /-- //
::::::::::::// / --/ of this policy may results in serious /-- //
:::::::::::// / --/ disciplinary action ( Eutelia O&M ) /-- //
__________// /________________________________________________//
__________/ |________________________________________________/
User Access Verification
Password:
--> Looks like a password prompt.
--> Sending: (password)
% Authorization failed.
NO CARRIER
--> Don't know what to do! Starting pppd and hoping for the best.
--> Starting pppd at Sun Jul 15 19:14:05 2007
--> Pid of pppd: 25998
--> Using interface ppp0
--> Disconnecting at Sun Jul 15 19:14:54 2007
--> 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.
Il file /var/log/messages mi riporta le seguenti righe:
Jul 15 19:14:05 localhost pppd[25998]: pppd 2.4.4 started by root, uid 0
Jul 15 19:14:05 localhost pppd[25998]: Using interface ppp0
Jul 15 19:14:05 localhost pppd[25998]: Connect: ppp0 <--> /dev/pts/0
Jul 15 19:14:53 localhost pppd[25998]: LCP: timeout sending Config-Requests
Jul 15 19:14:53 localhost pppd[25998]: Connection terminated.
Jul 15 19:14:53 localhost pppd[25998]: Modem hangup
Jul 15 19:14:53 localhost pppd[25998]: Exit.
Dove sta il problema e come faccio a risolverlo?
GRAZIE
CIAO
Sono in una LAN e sto controllando in remoto un notebook che ha Linux Lenny Testing con GNOME.
Su tale portatille c'e` un modem analogico:
PLUTO:~# lspci | grep 'Modem'
00:14.6 Modem: ATI Technologies Inc IXP AC'97 Modem (rev 01)
che e` gestito dal modulo slmodemd che parte, all'avvio di Linux, con la seguente sintassi:
PLUTO:~# ps ax | grep 'slmodem' | grep -v 'grep'
2732 ? SL 0:14 /usr/sbin/slmodemd --alsa -c ITALY modem:1
Ora, volendo configurare un collegamento analogico con GNOME PPP usando il provider email.it , ho trovato una difficolta`: il modem si connette ma, quando li manda il Login (che e` corretto), il provider non mi identifica come si vede:
--> Ignoring malformed input line: ";Do NOT edit this file by hand!"
--> WvDial: Internet dialer version 1.56
--> Cannot get information for serial port.
--> Initializing modem.
--> Sending: ATX3
ATX3
OK
--> Sending: ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
OK
--> Modem initialized.
--> Sending: ATM0L0DT7020005066
--> Waiting for carrier.
ATM0L0DT7020005066
CONNECT 50667
--> Carrier detected. Waiting for prompt.
_____________________ _________________________________________________
--:::::::::::::::::::/| / /|
--:::::::::::::::::::// / --/ EUTELIA Spa :: Connecting Everywhere /-- //
--:::::::::::::::::::// / //
--::::::::___________// /________________________________________________//
--::::::::/___________/ |________________________________________________//
::::::::://______
::::::::::::::::/| You have entered on nas5800-pd line 1/5/19
:::::::::::::::// _________________________________________________
::::::::::::::// / --/ Unauthorized Access To This Device is /-- /|
::::_________// / --/ PROHIBITED. All activities performed /-- //
:::/_________/ / --/ on this device are logged. You must /-- //
:://__________ / --/ have explicit permission to get access /-- //
:::::::::::::/| / --/ or configure this device. Violations /-- //
::::::::::::// / --/ of this policy may results in serious /-- //
:::::::::::// / --/ disciplinary action ( Eutelia O&M ) /-- //
__________// /________________________________________________//
__________/ |________________________________________________/
User Access Verification
Password:
--> Looks like a password prompt.
--> Sending: (password)
% Authorization failed.
NO CARRIER
--> Don't know what to do! Starting pppd and hoping for the best.
--> Starting pppd at Sun Jul 15 19:14:05 2007
--> Pid of pppd: 25998
--> Using interface ppp0
--> Disconnecting at Sun Jul 15 19:14:54 2007
--> 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.
Il file /var/log/messages mi riporta le seguenti righe:
Jul 15 19:14:05 localhost pppd[25998]: pppd 2.4.4 started by root, uid 0
Jul 15 19:14:05 localhost pppd[25998]: Using interface ppp0
Jul 15 19:14:05 localhost pppd[25998]: Connect: ppp0 <--> /dev/pts/0
Jul 15 19:14:53 localhost pppd[25998]: LCP: timeout sending Config-Requests
Jul 15 19:14:53 localhost pppd[25998]: Connection terminated.
Jul 15 19:14:53 localhost pppd[25998]: Modem hangup
Jul 15 19:14:53 localhost pppd[25998]: Exit.
Dove sta il problema e come faccio a risolverlo?
GRAZIE
CIAO