[speedtouch] Re: Mac os X

2002-01-25 Thread alauxjm


tu as ton modem depuis quand?
car pour l'instant il n'y as pas de drivers valide par France telecom 
pour le systeme Mac os x

Le vendredi 25 janvier 2002, à 02:05 , Rakotomandimby a écrit :

> je veux bien te filer le CD qui etait avec mon pack mais bon ... ce que
> je peux faire c'est en faire un iso, mais si tt'es pas connecté a haut
> debit, ca va ramer .
>
> [EMAIL PROTECTED] wrote:
>
>> Le probleme s'est que j'ai achete mon modem avec Mac os X.
>> Donc comment faire ?
>>
>> Le mercredi 23 janvier 2002, à 11:59 , Rakotomandimby a écrit :
>>
>>> il me semble que dans le cd vendu avec les Pack il y a ce qu'il faut
>>> pour les macOS's
>>>
>>> [EMAIL PROTECTED] wrote:
>>>
 Peut -on  utiliser cette installation pour mac os x 10.1.2 ?

 Merci à tous


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



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


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





[speedtouch] Re: bt and reconnections...

2002-01-25 Thread Richard A Lough

[EMAIL PROTECTED] wrote:
> 
> howdy folks.
> 
> Im having problems with this bloody alcatel every day. I mean, I
> dont really know whether its provider, or drivers inconvenience.
> Im using mandrake81 and benoit drivers(took me BLOODY ages to run
> it;)). Everythings perfect. Connection is on, everything's fine.
> Suddenly (usually after a day or less) it all stucks. Trying to
> ping outside - nothing.. so gotta restart it everytime. Connection
> seems to be on (in ifconfig ppp0 exists though), but its
> not ;) .The only trouble is that Ive gotta restart it manually, coz
> Im too thick to write a script.Need a script to check the
> connection and if it fails to reconnect. I bet some of you got
> it...could you drop me a line? how to do it?
> 

See script as below. A few points
A) BT moved their server, and the new one may be dynamically 
allocated. May be able to fix this with a netmask.
B) To make the script work, you need to have said 'M' to 
some modules in the kernel. 
C) If you are going to call this via a cron script, you need to 
have the full pathnames for commands in the script.
D) I have included a call to iptables and snort in the script. 
This is a separate issue to getting the link working.
E) For kernels 2.2.XX and those using ipchains - modify the script

Maybe somebody could revisit the LCP settings in the 
pppd/adsl options script because optimum settings for a reconnect 
script may have changed from those previously advised.
My script is pasted below. Change the XXX to suit your ISP.

HTH

Richard A Lough



#!/bin/sh
# Ok here's my setup - you'll need to change !!PPP-Partner!! to the ip
# address of the other side of your ppp link (ie the ip address listed
by
# "P-t-P:" in ifconfig ppp0). I have this script being run by cron every
# five minutes. It assumes that /proc/bus/usb is in /etc/fstab (and that
# no other processes have fd's open in that dir!). The limits themselves
# are probably a bit generous but do the job of stopping it hitting 
# system limits.
# note that mgmt.o is in /usr/local/lib/
# -- 
# Chris Wilson <[EMAIL PROTECTED]>
# ver 1.1 - added lines for snort, iptables, and ip_nat_ftp - R A Lough

# ifconfig | grep ppp0 >/dev/null 2>&1 && ping -c 2 !!PPP-Partner!! 2>&1
> /dev/null
/sbin/ifconfig | /bin/grep ppp0 >/dev/null 2>&1 && /bin/ping -c 2
XXX.XXX.XXX.XXX 2>&1 > /dev/null
if test $? -eq 1
then
  killall pppd
  sleep 1
  killall -9 pppd pppoa3
  killall modem_run
  sleep 1
  killall -9 modem_run pppd pppoa3
  /bin/umount /proc/bus/usb
  /etc/init.d/snort stop
  /sbin/iptables -F
  /sbin/rmmod usb-uhci
  /sbin/rmmod ip_nat_ftp
#  /sbin/rmmod usbcore
  sleep 3
  /sbin/modprobe usb-uhci
  sleep 3
  /sbin/mount /proc/bus/usb
  /usr/local/bin/modem_run -v 1 -f /usr/local/lib/mgmt.o -m
  sleep 60
  ulimit -n 200
  ulimit -u 500
  /usr/sbin/pppd call adsl
  sleep 6
  /etc/iptables.rules
  sleep 6
#  /sbin/insmod
/lib/modules/2.4.6/kernel/net/ipv4/netfilter/ip_nat_ftp.o
  sleep 3
  /etc/init.d/snort start
  sleep 3
fi


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





[speedtouch] Re: Equivalent du telnet USB ?

2002-01-25 Thread Seb

Ces chaînes ressemblent en effet fortement à une interface en mode
texte.
Ce qu'il faudrait trouver, c'est comment on envoie ces commandes au
modem et comment on reçoit la réponse.

Bon c'est sûr qu'un modem USB ne peut pas se transformer en routeur,
mais on doit pouvoir au moins avoir quelques statistiques sur la ligne
ADSL. Il y a aussi pas mal de commandes qui ressemblent à un
débogueur.

>>   Sur un modem Ethernet, et même si ce n'est pas documenté, on peut
>> accéder à certaines informations et fonctions du modem directement par
>> telnet.
>>
>>   A titre informatif, est-ce qu'il y a un mécanisme de communication
>> analogue pour la version USB ? S'il y a un menu ou une interface
>> d'administration, comment y accéder ?
>>
>>   Merci pour vos réponses,

D> En examinant le microcode du modem, on trouve pas mal de trucs
D> "intéressants", donc il y peut etre une interface bien cachée.

D> cf. "strings mgmt.o"


==
Seb
mailto:[EMAIL PROTECTED]
Homepage: http://www.sebbross.com/



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





[speedtouch] Re: bt and reconnections...

2002-01-25 Thread Deelight


> I am using MDK 8.1 and bt, touching wood, he says, without a problem,
> once I got it up and running. Below is one version of the reconnect
> script from the archives.

I only put "persist" in my /etc/ppp/options and my connection has been up
for 26 days.



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





[speedtouch] Re: Equivalent du telnet USB ?

2002-01-25 Thread Deelight


>   Sur un modem Ethernet, et même si ce n'est pas documenté, on peut
> accéder à certaines informations et fonctions du modem directement par
> telnet.
>
>   A titre informatif, est-ce qu'il y a un mécanisme de communication
> analogue pour la version USB ? S'il y a un menu ou une interface
> d'administration, comment y accéder ?
>
>   Merci pour vos réponses,

En examinant le microcode du modem, on trouve pas mal de trucs
"intéressants", donc il y peut etre une interface bien cachée.

cf. "strings mgmt.o"



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





[speedtouch] Equivalent du telnet USB ?

2002-01-25 Thread Patrick Bertholon


Hi gurus,

  D'abord, merci à tous pour le formidable travail que vous avez effectué
sur ces drivers, qui fonctionne du tonnerre chez moi depuis qques mois,
sans aucun problème notable.

  Sur un modem Ethernet, et même si ce n'est pas documenté, on peut
accéder à certaines informations et fonctions du modem directement par
telnet.

  A titre informatif, est-ce qu'il y a un mécanisme de communication
analogue pour la version USB ? S'il y a un menu ou une interface
d'administration, comment y accéder ?

  Merci pour vos réponses,

Patrick.


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





[speedtouch] Re: bt and reconnections...

2002-01-25 Thread Martin West


I am using MDK 8.1 and bt, touching wood, he says, without a problem,
once I got it up and running. Below is one version of the reconnect
script from the archives.
regards Martin West
==peerip
PEER_IP=`/sbin/ifconfig | grep P-t-P | cut -d ':' -f3 | cut -d ' ' -f1`
export PEER_IP
===
==reconnect===
#! /bin/sh

peerip

ifconfig | grep ppp0 >/dev/null 2>&1 && ping -c 2 $PEER_IP  >/dev/null
2>&1
if test $? -eq 1
then
killall pppd
sleep 1
# pppoa -> ppoa2
killall -9 modem_run pppoa2
umount /proc/bus/usb
# uchi -> usb-ohci
rmmod usb-ohci
rmmod usbcore
sleep 3
modprobe usb-ohci
sleep 3
# line from boot script.
mount -t usbdevfs -o devmode=0664,devgid=43 /proc/bus/usbmount
/proc/bus/usb
modem_run -v 1 -m -f /usr/share/speedtouch/mgmt.o
ulimit -n 200
ulimit -u 500
pppd call adsl
fi


On Fri, 2002-01-25 at 00:45, [EMAIL PROTECTED] wrote:
> 
> howdy folks.
> 
> Im having problems with this bloody alcatel every day. I mean, I 
> dont really know whether its provider, or drivers inconvenience.
> Im using mandrake81 and benoit drivers(took me BLOODY ages to run 
> it;)). Everythings perfect. Connection is on, everything's fine. 
> Suddenly (usually after a day or less) it all stucks. Trying to 
> ping outside - nothing.. so gotta restart it everytime. Connection 
> seems to be on (in ifconfig ppp0 exists though), but its 
> not ;) .The only trouble is that Ive gotta restart it manually, coz 
> Im too thick to write a script.Need a script to check the 
> connection and if it fails to reconnect. I bet some of you got 
> it...could you drop me a line? how to do it? 
> 
> Any kind of help really apreciated..
> 
> cheers
> 
> Alex
> 
> 
> 
> 
> 
> 
> 
> 
> --
> Komunikator Tlen.pl - szybka komunikacja w sieci.
> 
> http://tlen.pl/
> 
> 
> 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: Driver mysteriously non-working (OpenBSD and NetBSD)

2002-01-25 Thread Chris Wareham

Francois Rogler wrote:

> On Wed, Jan 23, 2002 at 01:33:02PM +, Chris Wareham wrote:
> 
>>
>>I'll set the verbose flag to "1" in ppp.conf, and
>>
>>have a look at the two files in /var/log. I didn't
>>realise that pppoa2 and ppp use their own logs as
>>well as the syslog stuff.
>>
> 
> which microcode do you use ?
> 
> Some people had problems under BSD with mgmt.o
> You should better try with alcaudsl.sys (contact me if you want one)
> 


I've been using the mgmt.o file, and still cannot get
a ppp connection running. If you could send me a copy
of the alcaudsl.sys file that would be most kind.

My latest attempts to get it running resulted in a
core dump, which appears to happen when pppoa2
tries to do logging. I haven't had enough time to
look at it properly - perhaps I will this weekend.

Chris--
[EMAIL PROTECTED] (work)
[EMAIL PROTECTED] (home)



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





[speedtouch] Re: PB avec les drivers Realease 1.0 ??

2002-01-25 Thread Thierry Boudet


On Fri, Jan 25, 2002 at 12:55:12AM +0100, henares sebastien wrote:
> 
> je me demande si des fois y en a qui lisent les archives ..

pourrais-tu confirmer si c'est bien de ça que
tu parles ?

http://www.mail-archive.com/speedtouch%40ml.free.fr/


> - Original Message -

[blabla snipped]



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