hi dear list !!
I use a Debian, with a thomson speedtouch 330 usb 
I want to start my adsl when  I plug my modem, I want hotplug to start or stop 
my connection automatically.

my usb.usermap looks like this:
speedtouch 0x0003 0x06b9 0x4061 0x0000 ...

my /etc/hotplug/usb.speedtouch looks like this :
#! /bin/bash
case $ACTION in
        add)
                modem_run -f /usr/lib/speedtouch/mgmt.o
                pppd call adsl
                ;;
        remove)
                killall modem_run
                killall pppd
                ;;
esac


It does not work, I can't connect to the internet.

thk for your help !!
Tien hai



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

        

Reply via email to