balubeto

Member
CIAO

Ho la GNU/Debian Lenny Testing.

Ho installato gnome-ppp ma non funziona perche`, quando provo a collegarmi con un provider analogico, mi da il seguente errore



Il mio modem analogico del notebook e`

[code:1]
PLUTO:~# lspci | grep Modem
00:14.6 Modem: ATI Technologies Inc IXP AC'97 Modem (rev 01)
PLUTO:~#
[/code:1]

gestito dal modulo slmodem

[code:1]
PLUTO:~# ps axu | grep slmodem
Slmodemd 2739 0.0 0.7 3976 3992 ? SL 10:45 0:00 /usr/sbin/slmodemd --alsa -c ITALY modem:1
root 20046 0.0 0.1 2196 744 pts/1 R+ 19:14 0:00 grep slmodem
[/code:1]

Non ho Windows da provare ma sono sicuro che questo modem e` compatibile con GNU/Debian poiche` un po` di tempo fa funzionava con GNOME-PPP.

Quindi, come mai non funziona piu`?

GRAZIE

CIAO
 

K88

New member
Il modem sembra essere riconosciuto correttamente ma non trova il segnale. Se la linea telefonica è ok potrebbe esserci un problema hardware con il modem. In quel caso dovresti verificare che non sia bruciato qualcosa, a volte succede quando il modem analogico rimane costantemente collegato alla presa telefonica.
 

balubeto

Member
Non funziona ancora.

I miei .wvdial.conf e /etc/wvdial sono

[code:1]
PLUTO:~# cat .wvdial.conf
[Dialer Defaults]
Modem = /dev/ttySL0
ISDN = off
Modem Type = Analog Modem
Baud = 460800
Init = ATX3
Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
Init3 =
Init4 =
Init5 =
Init6 =
Init7 =
Init8 =
Init9 =
Phone = 7022852801
Phone1 = 7022852801
Phone2 = 7020005066
Phone3 = 7020005027
Phone4 =
Dial Prefix =
Dial Attempts = 0
Dial Command = ATM0L0DT
Ask Password = off
Password = xxxxxxxxxxxxxx
Username = balubeto@email.it
Auto Reconnect = off
Abort on Busy = on
Carrier Check = on
Check Def Route = off
Abort on No Dialtone = on
Stupid Mode = on
Idle Seconds = 0
Auto DNS = on
;Minimize = on
;Dock = on
;Do NOT edit this file by hand!
PLUTO:~# cat /etc/wvdial.conf

[Dialer Defaults]
Init1 = ATZ
Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
Modem Type = Analog Modem
Baud = 460800
New PPPD = yes
Modem = /dev/ttySL0
ISDN = 0
; Phone = <Target Phone Number>
; Password = <Your Password>
; Username = <Your Login Name>
PLUTO:~# cat .wvdial.conf
[Dialer Defaults]
Modem = /dev/ttySL0
ISDN = off
Modem Type = Analog Modem
Baud = 460800
Init = ATX3
Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
Init3 =
Init4 =
Init5 =
Init6 =
Init7 =
Init8 =
Init9 =
Phone = 7022852801
Phone1 = 7022852801
Phone2 = 7020005066
Phone3 = 7020005027
Phone4 =
Dial Prefix =
Dial Attempts = 0
Dial Command = ATM0L0DT
Ask Password = off
Password = andrea
Username = balubeto@email.it
Auto Reconnect = off
Abort on Busy = on
Carrier Check = on
Check Def Route = off
Abort on No Dialtone = on
Stupid Mode = on
Idle Seconds = 0
Auto DNS = on
;Minimize = on
;Dock = on
;Do NOT edit this file by hand!
PLUTO:~#
PLUTO:~# cat .wvdial.conf
[Dialer Defaults]
Modem = /dev/ttySL0
ISDN = off
Modem Type = Analog Modem
Baud = 460800
Init = ATX3
Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
Init3 =
Init4 =
Init5 =
Init6 =
Init7 =
Init8 =
Init9 =
Phone = 7022852801
Phone1 = 7022852801
Phone2 = 7020005066
Phone3 = 7020005027
Phone4 =
Dial Prefix =
Dial Attempts = 0
Dial Command = ATM0L0DT
Ask Password = off
Password = andrea
Username = balubeto@email.it
Auto Reconnect = off
Abort on Busy = on
Carrier Check = on
Check Def Route = off
Abort on No Dialtone = on
Stupid Mode = on
Idle Seconds = 0
Auto DNS = on
;Minimize = on
;Dock = on
;Do NOT edit this file by hand!
PLUTO:~#
PLUTO:~# cat /etc/wvdial.conf

[Dialer Defaults]
Init1 = ATZ
Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
Modem Type = Analog Modem
Baud = 460800
New PPPD = yes
Modem = /dev/ttySL0
ISDN = 0
; Phone = <Target Phone Number>
; Password = <Your Password>
; Username = <Your Login Name>
PLUTO:~#
[/code:1]

Cosa non va?

GRAZIE

CIAO
 

balubeto

Member
Ho un problema

Se metto la direttiva Dial Command = ATX3M0L0DT nel file .wvdial.conf nell'home dell'utente, quando carico gnome-ppp, tale programma me lo trasforma in Dial Command = ATM0L0DT . Come mai?

GRAZIE

CIAO