Well the good news is that your modem is fine, adsl is up and running
and the only problem is the ppp negotiation. I can tell this because I'm
seeing recvd and sent from pppd.

This probably means there is something wrong with your authentication
setup. The logs show that it attempts CHAP authentication first. So my
advice is thus:

1. Check your chap-secrets file is in the correct format

You can modify pppd peer file with the debug option if you want to see
why the authentication is failing in more detail (man pppd for more).
Don't leave it that way once you've fixed it though as your logs will be
huge! 

Alex.




On Thu, 2002-01-03 at 22:50, kozaki wrote:
> 
> Le Mercredi  2 Janvier 2002 17:20, vous avez �crit :
> > Sorry, you also need to see the syslog output when pppd is run.
> >
> > Alex.
> 
> 
> OK!  Below's the syslog outpout when pppd is running. i do apologize for 
> sending useless syslog output yesterday ; tough to help newbie=8-O, i guess.
> 
> i went to 
> '/etc/ppp/peers/adsl' 
> where i could fix my login !o)
> '../peers/adsl' is actually configured for pppoa3, and has got' 
> #icp-echo-(smthg)' lines i couldn't find within the 'adsl' file in 
> 'speedtouch-1_0' doc.
> 
> syslog report :
> 
> "Jan  3 16:52:49 localhost kernel: PPP generic driver version 2.4.1
> Jan  3 16:52:49 localhost pppd[1674]: pppd 2.4.0 started by root, uid 0
> Jan  3 16:52:49 localhost pppoa3[1675]: PPPoA3 version 1_0 started by root 
> (uid 0)
> Jan  3 16:52:49 localhost pppoa3[1675]: Control thread ready
> Jan  3 16:52:49 localhost pppd[1674]: using channel 1
> Jan  3 16:52:49 localhost pppd[1674]: Using interface ppp0
> Jan  3 16:52:49 localhost pppd[1674]: Connect: ppp0 <--> /dev/pts/5
> Jan  3 16:52:49 localhost kernel: HDLC line discipline: version 3.2, 
> maxframe=4096
> Jan  3 16:52:49 localhost kernel: N_HDLC line discipline registered.
> Jan  3 16:52:49 localhost pppoa3[1681]: modem  --> pppoa3 --> ppp(d) stream 
> ready
> Jan  3 16:52:49 localhost pppoa3[1680]: ppp(d) --> pppoa3 --> modem  stream 
> ready
> Jan  3 16:52:50 localhost pppd[1674]: sent [LCP ConfReq id=0x1 <asyncmap 0x0> 
> <magic 0xb6584298>]
> Jan  3 16:52:50 localhost kernel: usbdevfs: async_completed: status 0 
> errcount 0 actlen 53 pipe 0xc0038280
> Jan  3 16:52:50 localhost pppd[1674]: rcvd [LCP ConfReq id=0x55 <mru 1500> 
> <auth chap MD5> <magic 0x4b3790a>]
> Jan  3 16:52:50 localhost pppd[1674]: sent [LCP ConfRej id=0x55 <auth chap 
> MD5>]
> Jan  3 16:52:50 localhost kernel: usbdevfs: async_completed: status 0 
> errcount 0 actlen 53 pipe 0xc0038280
> Jan  3 16:52:50 localhost pppd[1674]: rcvd [LCP ConfRej id=0x1 <asyncmap 0x0>]
> Jan  3 16:52:50 localhost pppd[1674]: sent [LCP ConfReq id=0x2 <magic 
> 0xb6584298>]
> Jan  3 16:52:50 localhost kernel: usbdevfs: async_completed: status 0 
> errcount 0 actlen 53 pipe 0xc0038280
> Jan  3 16:52:50 localhost pppd[1674]: rcvd [LCP ConfReq id=0x56 <mru 1500> 
> <auth pap> <magic 0x4b3790a>]
> Jan  3 16:52:50 localhost pppd[1674]: sent [LCP ConfRej id=0x56 <auth pap>]
> Jan  3 16:52:50 localhost kernel: usbdevfs: async_completed: status 0 
> errcount 0 actlen 53 pipe 0xc0038280
> Jan  3 16:52:50 localhost pppd[1674]: rcvd [LCP ConfAck id=0x2 <magic 
> 0xb6584298>]
> Jan  3 16:52:50 localhost kernel: usbdevfs: async_completed: status 0 
> errcount 0 actlen 53 pipe 0xc0038280
> Jan  3 16:52:50 localhost pppd[1674]: rcvd [LCP ConfReq id=0x57 <mru 1500> 
> <magic 0x4b3790a>]
> Jan  3 16:52:50 localhost pppd[1674]: sent [LCP ConfAck id=0x57 <mru 1500> 
> <magic 0x4b3790a>]
> Jan  3 16:52:50 localhost pppd[1674]: sent [IPCP ConfReq id=0x1 <addr 
> 0.0.0.0> <ms-dns1 0.0.0.0> <ms-dns3 0.0.0.0>]
> Jan  3 16:52:50 localhost kernel: usbdevfs: async_completed: status 0 
> errcount 0 actlen 53 pipe 0xc0038280
> Jan  3 16:52:50 localhost pppd[1674]: rcvd [LCP TermReq id=0x58]
> Jan  3 16:52:50 localhost pppd[1674]: LCP terminated by peer
> Jan  3 16:52:50 localhost pppd[1674]: sent [LCP TermAck id=0x58]
> Jan  3 16:52:50 localhost kernel: usbdevfs: async_completed: status 0 
> errcount 0 actlen 53 pipe 0xc0038280
> Jan  3 16:52:50 localhost pppd[1674]: rcvd [LCP TermReq id=0xff]
> Jan  3 16:52:50 localhost pppd[1674]: sent [LCP TermAck id=0xff]
> Jan  3 16:52:53 localhost pppd[1674]: Connection terminated.
> ---
> Jan  3 16:52:53 localhost pppd[1674]: using channel 2
> Jan  3 16:52:53 localhost pppoa3[1683]: PPPoA3 version 1_0 started by root 
> (uid 0)
> Jan  3 16:52:53 localhost pppd[1674]: Using interface ppp0
> Jan  3 16:52:53 localhost pppd[1674]: Connect: ppp0 <--> /dev/pts/6
> Jan  3 16:52:53 localhost pppd[1674]: sent [LCP ConfReq id=0x3 <asyncmap 0x0> 
> <magic 0xff17be8d>]
> Jan  3 16:52:53 localhost pppoa3[1683]: A previous instance seems to be 
> running
> ...Jan  3 16:52:53 localhost pppoa3[1675]: Write to ppp Canceled
> 
> Jan  3 16:53:03 localhost pppd[1674]: using channel 3
> ...Jan  3 16:53:03 localhost pppd[1674]: Connect: ppp0 <--> /dev/pts/5"
> ... [& so for until :]
> Jan 3 16:56:28 localhost pppd[1674]: using channel 25"
> 
> PS : While reinstalling the Alcatel driver (not that Wanadoo @*! soft) in 
> Window$, i had messages such as "lack '*.vxd' ". Wanadoo hotline told me to 
> put back a former Registry backup, which advice i, foolish, followed : Windub 
> can't start anymore !-(). Well that's funny...
> 
> 
> > > Le Mardi  1 Janvier 2002 18:38, Alex a �crit :
> > > > It sounds as though modem_run was ok (if you got steady activated
> > > > lights). If pppd isn't working its worth looking at syslog to see why
> > > > your pppd is not connecting.
> > > >
> > > > Alex.
> 
> 
> > > >
> > > > On Wed, 2002-01-02 at 04:32, kozaki wrote:
> > > > > Hello,
> > > > >
> > > > > Followed the HowTo but got stucked @ the end. No connection available
> > > > > yet:o/ Have got Mdk 8.0 - Kernel 2.4.3 - pppd 2.4.0.
> > > > >
> > > > > Summary:
> > > > >
> > > > > 1. Had got 'SpeedTouch-1_0' Driver & config completed, following
> > > > > precisely the HowTo, not a single  'error' message.
> > > > > But still no connection available.
> > > > >
> > > > > 2. Synchronising with LinuxConf.
> > > > > it says : "the state of the syst isn't in sync with the
> > > > > current/updated config ... Here is the command to execute:
> > > > > Changing permission of file /usr/sbin/pppd from 105755 to 104755
> > > > > Service usbd isn't running
> > > > >    Executing: /etc/rc5.d/S02usbd start
> > > > > The following command told me sthg has to be done
> > > > > /etc/rc5.d/S14nflock probe
> > > > >    Executing: /etc/rc5.d/S14nflock restart "
> > > > > OK "do it".
> > > > > Then after retyping the connexion commands sequence,
> > > > > that's : '# /usr/local/bin/modem_run -m -f (towards)mgm.o)'
> > > > > the 2 ST's lights got blinking for a while (green & orange) then stay
> > > > > green again : not connected :o/
> > > > >
> > > > > Please any help welcome :o)
> > > > > kozaki
> > > > >
> > > > > PS Happy New Year with the tux mascotte !
> > > > >
> > > > > R�sum� :
> > > > > 1. Installation drivers (speedtouch-1_0) et config r�alis�.
> > > > > Mais �chec (pas de connexion) lors de la commande 'modem_run...' puis
> > > > > 'pppd call adsl'
> > > > >
> > > > > 2. En quitant LinuxConf je lis (�cran "Status of the system) :
> > > > > "the state of the syst isn't in sync with the current/updated config
> > > > > ... Here is the command to execute:
> > > > > Changing permission of file /usr/sbin/pppd from 105755 to 104755
> > > > > Service usbd isn't running
> > > > >    Executing: /etc/rc5.d/S02usbd start
> > > > > The following command told me sthg has to be done
> > > > > /etc/rc5.d/S14nflock probe
> > > > >    Executing: /etc/rc5.d/S14nflock restart "
> > > > >
> > > > > Bon, je "do it".
> > > > > Et retape la s�quence de  commandes de connexion du SpeedTouch
> > > > > (suivant les commandes du HowTo de Benoit :
> > > > > # /usr/local/bin/modem_run -m -f (chemin vers)mgm.o).
> > > > > L�, les 2 diodes clignotent un bon coup, vert, orange (cas non
> > > > > document� jusqu'ici), et puis restent vert fixe. Dc, not connected
> > > > > :o/
> > > > >
> > > > > Tout conseil particuli�rement bienvenu :o)
> > > > >
> > > > > kozaki
> > > > >
> > > > >
> > > > > Liste de diffusion modem ALCATEL SpeedTouch USB
> > > > > Pour se d�sinscrire :
> > > > > mailto:[EMAIL PROTECTED]?subject=unsubscribe
> > > >
> > > > Liste de diffusion modem ALCATEL SpeedTouch USB
> > > > Pour se d�sinscrire :
> > > > mailto:[EMAIL PROTECTED]?subject=unsubscribe
> > >
> > > Liste de diffusion modem ALCATEL SpeedTouch USB
> > > Pour se d�sinscrire :
> > > mailto:[EMAIL PROTECTED]?subject=unsubscribe
> >
> > Liste de diffusion modem ALCATEL SpeedTouch USB
> > Pour se d�sinscrire :
> > mailto:[EMAIL PROTECTED]?subject=unsubscribe
> 
> 
> Liste de diffusion modem ALCATEL SpeedTouch USB
> Pour se d�sinscrire : mailto:[EMAIL PROTECTED]?subject=unsubscribe
> 
>       



Liste de diffusion modem ALCATEL SpeedTouch USB
Pour se d�sinscrire : mailto:[EMAIL PROTECTED]?subject=unsubscribe

        

Reply via email to