su echo "Starting Speedtouch connection script [by Darkflow]" echo "Getting ready to start USB modem and mounting USB device file systems..." modprobe ppp_generic modprobe ppp_synctty modprobe n_hdlc mount none /proc/bus/usb -t usbdevfs echo "Done" echo "Loading Speedtouch modem Firmware (will take around 30 seconds)..." modem_run -f /etc/ppp/microcode.dat echo "Connecting: ADSL with pppd..." pppd call adsl updetach echo "Done. You are now online."