Hi there

I installed the driver 09052001 and also had a problem with microcode.bin. I
retrieved that and put the correct path to the file.
That works fine now.  
A friend wrote this script for me which seemed to solve all my problems.

Could somebody try this out and tell me if it works for them.
For some reason ot another I have to start with a disconnect and then I run
the connect script.

Well here goes.

               

To disconnect

./disconnect.sh 

#!/bin/bash

killall -9 pppd > /dev/null 2>&1
killall -9 modem_run> /dev/null 2>&1
killall -9 pppoa2> /dev/null 2>&1
rmmod n_hdlc> /dev/null 2>&1
rmmod ppp_async> /dev/null 2>&1
rmmod ppp_synctty> /dev/null 2>&1
rmmod pppoatm> /dev/null 2>&1
umount /proc/bus/usb> /dev/null 2>&1
rmmod ppp_generic> /dev/null 2>&1
sleep 5
rmmod ppp_generic> /dev/null 2>&1


To connect 

./Connect.sh 

#!/bin/bash

mount -t usbdevfs none /proc/bus/usb
insmod ppp_generic
insmod ppp_synctty
insmod ppp_async
insmod pppoatm
insmod n_hdlc
/usr/local/bin/modem_run -f /usr/local/bin/microcode.bin -m&
sleep 5
killall -9 modem_run
pppd call adsl&
.

Hope this helps out

Cheers

Recklessnetsurfer

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

        

Reply via email to