This didn't do it for me.

Could you maybe run a diff against your source, or archive yours?

Could you also confirm to me you're using the ZZZLP2.eni firmware?

Martin


On Wednesday 28 January 2004 11:39 am, Remigio Di Muzio wrote:
> I've got a Speetouch 330/Rev 400 (silver modem) too and I've been
> successful in running it, just following the instructions by Lewis Jardine
> (thanks very much to him).
> I had the same trouble with modem synchronization as Edward and Danilo had,
> I applied the workaround suggested by Danilo and now everything runs
> (thanks very much to Danilo too)!
> However, I think that the right instruction to add to modem_run.c is this
> one:
>
>       timed_out=0;   /// <------------- Add this istruction
>
> and not the one suggested by Danilo
>
>       timed_out=1;   /// <------------- Add this istruction
>
> since the next line checks the value of the  timed_out variable and if it's
> not zero it prints an error messages, otherwise prints the ADSL line state,
> as you can see in the following two lines extracted from my
> /var/log/messages:
>
> Jan 28 11:33:07 maka modem_run[1651]: ADSL synchronization has been
> obtained Jan 28 11:33:07 maka modem_run[1651]: ADSL line is up (800 kbit/s
> down | 160 kbit/s up)
>
> The program runs in any case, but I think it's better to log correct
> informations into the messages file.
>
> Remigio Di Muzio
>
> On Tuesday 27 January 2004 21:55, Danilo Berardi wrote:
> > Edward Ponting wrote:
> > >I'm sure that the link is connected correctly. Is it worth me extending
> > > the timeout to > 60 seconds??
> >
> > The problem is not alignement but child modem_run process. It do not
> > send a signal to his  parent that modem is now sincronized.
> > A workaround, before developers patch, can be set timed_out = true after
> > reset alarm and before check into modem_run.c.
> > Modem work fine so ...
> >
> > /*   Begin extract modem_run.c          */
> >     alarm(0);
> >
> >     timed_out=1;   /// <------------- Add this istruction
> >
> >     if (timed_out) {
> >
> > /*       End extract modem_run.c      */
> >
> > In my system (but i use pppoa) 30 seconds enought for all.
> >
> > Thanks Lewis,
> > Danilo Berardi
> >
> >
> >
> >
> > Liste de diffusion modem ALCATEL SpeedTouch USB
> > Pour se désinscrire :
> > mailto:[EMAIL PROTECTED]
>
> Liste de diffusion modem ALCATEL SpeedTouch USB
> Pour se désinscrire :
> mailto:[EMAIL PROTECTED]

-- 
Please avoid sending me Word or PowerPoint attachments.
See http://www.fsf.org/philosophy/no-word-attachments.html 
Liste de diffusion modem ALCATEL SpeedTouch USB
Pour se désinscrire : mailto:[EMAIL PROTECTED]

        

Reply via email to