View previous topic :: View next topic |
Author |
Message |
sourcez Apprentice
Joined: 05 Feb 2004 Posts: 166 Location: Italy
|
Posted: Wed Oct 19, 2005 11:02 am Post subject: [PPP] Connessione flat 56k telecom |
|
|
Dopo aver configurato il mio maledetto winmodem, sono riuscito a collegarmi con il provider di Libero, ora ho provato a collegarmi con la flat 56k di telecom
al 7010187187 utilizzando KPPP ma nella fase di Dialing ottengo l'errore "NO CARRIER"
Come mai con libero in cui utilizzo il 10880861390000 tutto funziona benissimo? _________________ "Tutti pensano a cambiare lumanità ma nessuno pensa a cambiare se stesso."
Lev Tolstoj |
|
Back to top |
|
|
_sys/sid Guru
Joined: 27 Aug 2004 Posts: 346 Location: Asola (Mantova)
|
Posted: Wed Oct 19, 2005 1:39 pm Post subject: |
|
|
Io sto' usando la 56K di telecom da un po' di tempo... ma ho sempre usato wvdial o gnome-ppp e non ho mai avuto problemi _________________ http://th30z.netsons.org/ |
|
Back to top |
|
|
alessandro.melzi n00b
Joined: 15 Oct 2005 Posts: 6
|
Posted: Wed Oct 19, 2005 1:41 pm Post subject: Possbile soluzione |
|
|
Quando hai settato le opzioni del kernel in menuconfig hai settato attivi i PPP? |
|
Back to top |
|
|
sourcez Apprentice
Joined: 05 Feb 2004 Posts: 166 Location: Italy
|
Posted: Wed Oct 19, 2005 1:51 pm Post subject: |
|
|
_sys/sid wrote: | Io sto' usando la 56K di telecom da un po' di tempo... ma ho sempre usato wvdial o gnome-ppp e non ho mai avuto problemi |
Potresti postarmi il contenuto di wvdial.conf? _________________ "Tutti pensano a cambiare lumanità ma nessuno pensa a cambiare se stesso."
Lev Tolstoj |
|
Back to top |
|
|
sourcez Apprentice
Joined: 05 Feb 2004 Posts: 166 Location: Italy
|
Posted: Wed Oct 19, 2005 9:50 pm Post subject: |
|
|
Con wvdial mi connetto al provider libero ma con telecom stesso problema di KPPP: "no carrier".
Questo è il contenuto di /etc/wvdial.conf Code: | Dialer Defaults]
Modem = /dev/ttySL0
Baud = 460800
#Init1 = ATZ
Init1 = ATX3
Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
ISDN = 0
Modem Type = Analog Modem
Carrier Check = no
Stupid Mode = yes
Phone = 10880861390000
#Phone = 7010187187
Username = unsername
#Username = Telecom
Password = password
#Password = Telecom
Compuserve = 0
Force Address =
Idle Seconds = 300
Auto DNS = 1
|
_________________ "Tutti pensano a cambiare lumanità ma nessuno pensa a cambiare se stesso."
Lev Tolstoj |
|
Back to top |
|
|
alessandro.melzi n00b
Joined: 15 Oct 2005 Posts: 6
|
Posted: Thu Oct 20, 2005 6:08 am Post subject: |
|
|
Rimango comunque dell'idea che il problema riguarda il protocollo PPP. Lo hai inserito in menuconfig?
E dopo averlo inserito hai compilato il kernel? |
|
Back to top |
|
|
gutter Bodhisattva
Joined: 13 Mar 2004 Posts: 7162 Location: Aarau, Aargau, Switzerland
|
Posted: Thu Oct 20, 2005 8:22 am Post subject: |
|
|
Prova a sostituire in /etc/wvdial.conf
Code: |
...
Init1 = ATX3
...
|
con:
Code: |
...
Init1 = ATDX3
...
|
_________________ Registered as User #281564 and Machines #163761 |
|
Back to top |
|
|
sourcez Apprentice
Joined: 05 Feb 2004 Posts: 166 Location: Italy
|
Posted: Thu Oct 20, 2005 12:56 pm Post subject: |
|
|
alessandro.melzi wrote: | Rimango comunque dell'idea che il problema riguarda il protocollo PPP. Lo hai inserito in menuconfig?
E dopo averlo inserito hai compilato il kernel? |
Per quanto riguarda il PPP dovrebbe essere tutto a posto dato che riesco a connettermi e navigare con il provider LIBERO.
Comunque ecco il mio menuconfig della sezione PPP
Code: | <*> PPP (point-to-point protocol) support │ │
│ │ [ ] PPP multilink support (EXPERIMENTAL) │ │
│ │ [ ] PPP filtering │ │
│ │ <*> PPP support for async serial ports │ │
│ │ <*> PPP support for sync tty ports │ │
│ │ <*> PPP Deflate compression │ │
│ │ <*> PPP BSD-Compress compression │ │
│ │ <*> PPP over Ethernet (EXPERIMENTAL) |
net-dialup/ppp versione 2.42-r15
Appena sono a casa lo provo _________________ "Tutti pensano a cambiare lumanità ma nessuno pensa a cambiare se stesso."
Lev Tolstoj |
|
Back to top |
|
|
alessandro.melzi n00b
Joined: 15 Oct 2005 Posts: 6
|
Posted: Thu Oct 20, 2005 1:02 pm Post subject: |
|
|
Allora direi di si, vanno bene direi. |
|
Back to top |
|
|
Kernel78 Moderator
Joined: 24 Jun 2005 Posts: 3654
|
Posted: Thu Oct 20, 2005 1:05 pm Post subject: |
|
|
Domanda cretina: sei sicuro che il numero sia giusto ? se provi a chiamarlo da telefono normale trovi la linea ? _________________ Le tre grandi virtù di un programmatore: pigrizia, impazienza e arroganza. (Larry Wall).
Prima di postare un file togli i commenti con Code: | grep -vE '(^[[:space:]]*($|(#|!|;|//)))' |
|
|
Back to top |
|
|
sourcez Apprentice
Joined: 05 Feb 2004 Posts: 166 Location: Italy
|
Posted: Fri Oct 21, 2005 12:10 pm Post subject: |
|
|
Si il numero è giusto se su windows riesco a collegarmi...
Ecco cosa succede se sostituisco init1=ATX3 con init1=ATDX3:
Code: |
#wvdial --config /etc/wvdial.conf.telecom
--> WvDial: Internet dialer version 1.54.0
--> Initializing modem.
--> Sending: ATDX3
ATDX3
NO CARRIER
--> Sending: ATQ0
ATQ0
OK
--> Re-Sending: ATDX3
ATDX3
NO CARRIER
--> Modem not responding.
|
Questo con la stringa init1=ATX3
Code: | #wvdial --config /etc/wvdial.conf.telecom
--> WvDial: Internet dialer version 1.54.0
--> 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.
--> Idle Seconds = 300, disabling automatic reconnect.
--> Sending: ATDT7010187187
--> Waiting for carrier.
ATDT7010187187
NO CARRIER
|
Questo è l'output con la connessione a libero che va a buon fine con init1=ATX3
Code: | #wvdial --config /etc/wvdial.conf.wind
--> WvDial: Internet dialer version 1.54.0
--> 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.
--> Idle Seconds = 300, disabling automatic reconnect.
--> Sending: ATDT10880861390000
--> Waiting for carrier.
ATDT10880861390000
CONNECT 52000
--> Carrier detected. Starting PPP immediately.
--> Starting pppd at Sat Oct 22 13:57:43 2005
--> pid of pppd: 15718
--> Using interface ppp0
--> pppd: 1 S0=0 &C1 &D2 +FCLASS=0
--> pppd: 1 S0=0 &C1 &D2 +FCLASS=0
--> pppd: 1 S0=0 &C1 &D2 +FCLASS=0
--> local IP address 151.31.186.146
--> pppd: 1 S0=0 &C1 &D2 +FCLASS=0
--> remote IP address 151.6.146.79
--> pppd: 1 S0=0 &C1 &D2 +FCLASS=0
--> primary DNS address 193.70.152.15
--> pppd: 1 S0=0 &C1 &D2 +FCLASS=0
--> secondary DNS address 193.70.152.25 |
Mi sembra molto strano, che cosa può avere di diverso la linea telecom da quella di libero? _________________ "Tutti pensano a cambiare lumanità ma nessuno pensa a cambiare se stesso."
Lev Tolstoj |
|
Back to top |
|
|
_sys/sid Guru
Joined: 27 Aug 2004 Posts: 346 Location: Asola (Mantova)
|
Posted: Fri Oct 21, 2005 6:49 pm Post subject: |
|
|
Code: |
[Dialer tin]
Modem = /dev/ttyS0
ISDN = off
Modem Type = Analog Modem
Baud = 115200
Init = ATZ
Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
Init3 =
Init4 =
Init5 =
Init6 =
Init7 =
Init8 =
Init9 =
Phone = 7010187187
Phone1 =
Phone2 =
Phone3 =
Phone4 =
Dial Prefix =
Dial Attempts = 1
Dial Command = ATM0L0DT
Ask Password = off
Password = Telecom
Username = Telecom
Auto Reconnect = off
Abort on Busy = on
Carrier Check = on
Check Def Route = on
Abort on No Dialtone = on
Stupid Mode = on
Idle Seconds = 0
Auto DNS = on
;Minimize = off
;Dock = on
|
_________________ http://th30z.netsons.org/ |
|
Back to top |
|
|
lizz n00b
Joined: 12 Nov 2005 Posts: 3
|
Posted: Sat Nov 19, 2005 12:23 pm Post subject: ....mmm... |
|
|
username e password sono telecom & telecom non Telecom & Telecom
Case sensitive
|
|
Back to top |
|
|
|