[speedtouch] Re: SMP et driver modem ADSL alcatel USB

2001-08-29 Thread gregory . lemble

je ne veux pas paraitre bete ,mais c quoi la version 2.4.9-smp ?
Greg

>  
> Salut Didier,  
>  
> Une bonne nouvelle comme celle ci doit etre partagee avec les autres
> utilisateurs. J'envoie une copie sur la liste de diffusion speedtouch.
>  
> Benoit.
>  
> On Wed, 29 Aug 2001, Didier SAURY wrote:
>  
> > Le Fri, 24 Aug 2001 13:59:49 +0200 (CEST)
> > Benoit PAPILLAULT <[EMAIL PROTECTED]> a écrit :
> >  
> > >  
> > > Oui, mon driver marche pour les machines SMP. Mais je n'ai pas
tellement
> > > de retour des utilisateurs, vu que ceux ci ne sont pas nombreux. Je
serais
> > > donc bien interesse pour savoir si la derniere version marche.  
> >  
> > La version du 15082001 marche bien avec un noyau 2.4.9-SMP. Merci
pour ta répo
> nse si rapide. J'ai seuleument eu quelques problèmes avec le couple
vpi/vci qui  
> est en fait 8-67 chez moi.
> >  
> > > On travaille actuellement sur une version multithread, donc, ca va
devenir
> > > interessant.  
> >  
> > Je me tiens au courant pour la version multithread car elle
m'interresse.
> >  
> > >Au cas ou cela ne marche pas, n'hesites pas a contacter la
> > > mailing list (ou je suis inscrit) ou par irc.  
> > >  
> > > Benoit.
> >  
> > Encore merci
> >  
> > Didier.
> >  
>  
>  
> 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





[speedtouch] Re: Uploading mgmt.o failed Continuing anyway? Why?

2001-08-29 Thread Stéphane Gault

Well for me it happen real often that mgmt.o don't want to
upload(Uploading mgmt.o failed continuing anyway), but in fact like 8 on
10 the line can goes up and it work fine So for me its a good thing. =)

The only thing i don't understand is why mgmt.o upload fail ...

Stéphane.


-Message d'origine-
De: Simon Blandford [mailto:[EMAIL PROTECTED]]
Date: mardi 28 août 2001 21:04
À: [EMAIL PROTECTED]
Objet: [speedtouch] Uploading mgmt.o failed Continuing anyway? Why?


Hi,

I see allot of the above error message for some reason as described in 
an earlier post. I fixed it by changing modem_run.c to quit instead of 
carry on. Question for Benoit: Why does modem_run continue it it fails 
here? Is there a reason for this? It just seems to end in disaster for 
me, especially if modem_run is being called from a startup script as it 
is in Smoothwall, for example.

When modem_run quit I found I could simply run modem_run again and it 
worked the second time. The next logical step was to change modem_run.c 
to retry automatically. I limited the number of retries to prevent any 
infinite hanging. Here is the new section of code I am using. Benoit, 
can you comment on this please?

Regards,
Simon B.

if (file != NULL)
{
while(1)
{
if (upload_microcode (fdusb,file,verbose) >= 0) 
break;
printf("Uploading %s failed.",file);
if (i > 9)
{
printf("Quitting!\n");
return -1;
}
else
{
printf("Retrying.\n");
}
i++;
sleep(2);
}
sleep(1);
}



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





[speedtouch] Re: Routing - a permanent fix?

2001-08-29 Thread Robin Thompson



> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On
> Behalf Of P Kirk
> Sent: 29 August 2001 23:14
> To: [EMAIL PROTECTED]
> Subject: [speedtouch] Routing - a permanent fix?
> 
> 
> Hi all,
> 
> This is probably a general Linux/ppp question rather than Speedtouch
> specific but here goes.
> 
> Before I fire up a connection, I have to ssh into my box, and enter 2
> commands:
> route del -net default

add replacedefaultroute to your peers/adsl file.

> route add -net 192.168.0.0/24 dev eth0
> 
is this command not done automagically by your start up scripts?
ie when it is setting up eth0 on boot.


R

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





[speedtouch] Routing - a permanent fix?

2001-08-29 Thread P Kirk

Hi all,

This is probably a general Linux/ppp question rather than Speedtouch
specific but here goes.

Before I fire up a connection, I have to ssh into my box, and enter 2
commands:
route del -net default
route add -net 192.168.0.0/24 dev eth0

I have a startup scripot that should automate this but I wonder if there's a
way to set up routing permanently rather than having to re-issue commands
everytime the box is rebooted.

Any advice, even rtfm if the fm is specified and comprehensible,
appreciated.

--
Patrick Kirk
GSM: +44 7876 560 646
ICQ: 42219699



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





[speedtouch] Re: SMP et driver modem ADSL alcatel USB

2001-08-29 Thread Benoit PAPILLAULT


Salut Didier, 

Une bonne nouvelle comme celle ci doit etre partagee avec les autres
utilisateurs. J'envoie une copie sur la liste de diffusion speedtouch.

Benoit.

On Wed, 29 Aug 2001, Didier SAURY wrote:

> Le Fri, 24 Aug 2001 13:59:49 +0200 (CEST)
> Benoit PAPILLAULT <[EMAIL PROTECTED]> a écrit :
> 
> > 
> > Oui, mon driver marche pour les machines SMP. Mais je n'ai pas tellement
> > de retour des utilisateurs, vu que ceux ci ne sont pas nombreux. Je serais
> > donc bien interesse pour savoir si la derniere version marche. 
> 
> La version du 15082001 marche bien avec un noyau 2.4.9-SMP. Merci pour ta réponse si 
>rapide. J'ai seuleument eu quelques problèmes avec le couple vpi/vci qui est en fait 
>8-67 chez moi.
> 
> > On travaille actuellement sur une version multithread, donc, ca va devenir
> > interessant. 
> 
> Je me tiens au courant pour la version multithread car elle m'interresse.
> 
> >Au cas ou cela ne marche pas, n'hesites pas a contacter la
> > mailing list (ou je suis inscrit) ou par irc. 
> > 
> > Benoit.
> 
> Encore merci
> 
> Didier.
> 


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





[speedtouch] Re: modem_run and...

2001-08-29 Thread Richard A Lough

fab wrote:
> 
> Now I have :
> #./startadsl
> siocaddrt : no such device
> 
SNIP
> > 5) Créer un script de démarrage pour te connecter
> >
> > Va dans /root et créer un fichier qui se nomme "startadsl" dans
> > lequel tu écrira :
> >
> > #!/bin/sh
> > /sbin/modprobe n_hdlc >& /tmp/pppd.log
> > /sbin/modprobe ppp_synctty &> /tmp/pppd.log
> > /usr/local/bin/modem_run -f /root/mgmt/mgmt.o -m
> > /usr/sbin/pppd call adsl &> /tmp/pppd.log
> > /sbin/route add default ppp0
> >

Have you looked at /tmp/pppd.log ?

HTH

Richard A Lough

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





[speedtouch] Success with the latest ... Re: patch for BSD

2001-08-29 Thread Adam Nealis

 --- François_Rogler <[EMAIL PROTECTED]> wrote: 
> Thanks to Richard Tobin and foob, who located and corrected the mistake, the
> timeout problem has been solved. I advice you to grab the lastest files from
> the cvs here :
> http://sourceforge.net/cvs/?group_id=23818
> http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/speedtch/speedtouch/

[deletia]

> So you can use pppoa2 or pppoa2m, it's quite the same except the pppoa
> implementation that differ.
> 
> For people that couldn't connect with the latest driver, it should now be
> ok!
I checked out the entire CVS tree and built and installed. Now I can
confirm that I can connect with pppoa2 on FreeBSD 4.4-PRERELEASE, when
before I have only managed to connect using the June -BSD- release,
which would disconnect maybe once a day.

I also had to change the way I invoked ppp and pppoa2 for it work, and
it takes maybe 2 minutes for the connection to wake up, but at least I
can now use the latest rev of the software.

Regards,
Adam Nealis.


Do You Yahoo!?
Get your free @yahoo.co.uk address at http://mail.yahoo.co.uk
or your free @yahoo.ie address at http://mail.yahoo.ie

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