Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Problemi connessione dial-up [RISOLTO]
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian)
View previous topic :: View next topic  
Author Message
f0llia
l33t
l33t


Joined: 22 Apr 2003
Posts: 873

PostPosted: Mon Jul 11, 2005 7:19 am    Post subject: Problemi connessione dial-up [RISOLTO] Reply with quote

Ciao,
ho emerso gnome-ppp per poter connettermi in dial-up dal notebook..
tutto sembra funzionare correttamente ma ......dopo aver stabilito la connessione, dopo un secondo mi scollega..
i log della connessione dicono:
Code:

-> Modem initialized.
--> Sending: ATM1L3DT0 7020005027
--> Waiting for carrier.
ATM1L3DT0 7020005027
CONNECT 9600
--> Carrier detected.  Waiting for prompt.
C
     _____________________   _________________________________________________
    --:::::::::::::::::::/| /                       /|
   --:::::::::::::::::::// / --/  EUTELIA Spa :: Connecting Everywhere  /-- //
  --:::::::::::::::::::// /                    //
 --::::::::___________// /________________________________________________//
--::::::::/___________/ |________________________________________________//
::::::::://______
::::::::::::::::/|       You have entered on nas01-mi line 3/27
::::::::::::::://    _________________________________________________
:::::::::::::://    / --/ 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
Login:
--> Looks like a login prompt.
--> Sending: email@email.it
email@email.it
Password: XXX
--> Looks like a password prompt.
--> Sending: (password)
Entering PPP mode.
Async interface address is 0.0.0.0
Your IP address is 0.0.0.0. MTU is 1500 bytes
--> Looks like a welcome message.
--> Starting pppd at Mon Jul 11 09:07:25 2005
--> pid of pppd: 28674
--> Disconnecting at Mon Jul 11 09:07:25 2005
--> The PPP daemon has died: No ppp module error (exit code = 4)
--> man pppd explains pppd error codes in more detail.
--> I guess that's it for now, exiting
--> The PPP daemon has died. (exit code = 4)


Ho provato a cambiare numero di tel ma il risultato è sempre uguale..come si può risolvere ?
Tnx


Last edited by f0llia on Mon Jul 11, 2005 9:10 am; edited 1 time in total
Back to top
View user's profile Send private message
randomaze
Bodhisattva
Bodhisattva


Joined: 21 Oct 2003
Posts: 9985

PostPosted: Mon Jul 11, 2005 7:22 am    Post subject: Re: Problemi connessione dial-up Reply with quote

f0llia wrote:
--> The PPP daemon has died: No ppp module error (exit code = 4)


Prova a caricare a mano il modulo ppp_generic (controlla il nome perché potrei ricordare male....)
_________________
Ciao da me!
Back to top
View user's profile Send private message
f0llia
l33t
l33t


Joined: 22 Apr 2003
Posts: 873

PostPosted: Mon Jul 11, 2005 7:36 am    Post subject: Reply with quote

Quel modulo non esiste purtroppo..come posso controllare il nome esatto ?
Back to top
View user's profile Send private message
randomaze
Bodhisattva
Bodhisattva


Joined: 21 Oct 2003
Posts: 9985

PostPosted: Mon Jul 11, 2005 7:49 am    Post subject: Reply with quote

f0llia wrote:
Quel modulo non esiste purtroppo..come posso controllare il nome esatto ?


Qualcosa tipo:

Code:
find /lib/modules -name "*ppp*"


potrebbe andar bene.
_________________
Ciao da me!
Back to top
View user's profile Send private message
f0llia
l33t
l33t


Joined: 22 Apr 2003
Posts: 873

PostPosted: Mon Jul 11, 2005 8:23 am    Post subject: Reply with quote

Mi sa che non funziona:
Code:

#find /lib/modules -name "*ppp*"
#


:(
Back to top
View user's profile Send private message
randomaze
Bodhisattva
Bodhisattva


Joined: 21 Oct 2003
Posts: 9985

PostPosted: Mon Jul 11, 2005 8:26 am    Post subject: Reply with quote

f0llia wrote:
Mi sa che non funziona:


Domanda scema: hai compilato il supporto ppp nel kernel? Built-in o come moduli?
_________________
Ciao da me!
Back to top
View user's profile Send private message
gutter
Bodhisattva
Bodhisattva


Joined: 13 Mar 2004
Posts: 7162
Location: Aarau, Aargau, Switzerland

PostPosted: Mon Jul 11, 2005 8:26 am    Post subject: Reply with quote

Nel senso che ... :?: Che messaggio ti da :?:

Prova a postare l'output del comando:

Code:
$ modprobe -l | grep -i ppp

_________________
Registered as User #281564 and Machines #163761
Back to top
View user's profile Send private message
f0llia
l33t
l33t


Joined: 22 Apr 2003
Posts: 873

PostPosted: Mon Jul 11, 2005 8:32 am    Post subject: Reply with quote

randomaze wrote:
f0llia wrote:
Mi sa che non funziona:


Domanda scema: hai compilato il supporto ppp nel kernel? Built-in o come moduli?


Ecco il mio kernel:
Code:

<*>   PPP (point-to-point protocol) support                                         │ │
  │ │                             [*]     PPP multilink support (EXPERIMENTAL)                                        │ │
  │ │                             [ ]     PPP filtering (NEW)                                                         │ │
  │ │                             <*>     PPP support for async serial ports                                          │ │
  │ │                             <*>     PPP support for sync tty ports     
Back to top
View user's profile Send private message
f0llia
l33t
l33t


Joined: 22 Apr 2003
Posts: 873

PostPosted: Mon Jul 11, 2005 8:46 am    Post subject: Reply with quote

gutter wrote:
Nel senso che ... :?: Che messaggio ti da :?:

Prova a postare l'output del comando:

Code:
$ modprobe -l | grep -i ppp


Nel senso che ritorna solo il prompt senza risultati e stessa cosa per modprobe -l :
Code:

 # modprobe -l | grep -i ppp
 #
Back to top
View user's profile Send private message
f0llia
l33t
l33t


Joined: 22 Apr 2003
Posts: 873

PostPosted: Mon Jul 11, 2005 9:10 am    Post subject: Reply with quote

Ho risolto... ho riemerso diriver modem e gnome-ppp... ho riavviato e adesso funge ..8O
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum