With the latest CVS snapshot of the SpeedTouch driver and a fairly
recent FreeBSD-4.4-RC everything is now working wonderfully. (At
least once I type the password in correctly...) Both pppoa2 and
pppoa2m work; I haven't tried pppoa3.
FreeBSD users might be interested in my configuration: I have
altered usbd.conf to automatically initialize the modem and
bring up ppp whenever it is plugged in. You have to kill the
daemons before unplugging it, though, or your machine will
lock up. This is easy with `/etc/usb_ppp stop`.
Just apply this patch to /etc/usbd.conf
----------------------------------------------------------------
--- usbd.conf 2001/09/01 13:59:14 1.1.1.1
+++ usbd.conf 2001/09/07 19:45:51 1.2
@@ -38,6 +38,15 @@
devname "ums[0-9]+"
attach "/usr/sbin/moused -p /dev/${DEVNAME} -I /var/run/moused.${DEVNAME}.pid"
+# The entry below initializes the modem and starts the PPP over ATM
+# implementation.
+#
+device "ALCATEL Speed Touch USB"
+ vendor 0x06b9
+ product 0x4061
+ release 0x0000
+ attach "/etc/usb_ppp start"
+
# The fallthrough entry: Nothing is specified, nothing is done. And it isn't
# necessary at all :-). Just for pretty printing in debugging mode.
#
----------------------------------------------------------------
and copy this script to /etc/usb_ppp and chmod +x it
----------------------------------------------------------------
#!/bin/sh
#
# usb_ppp: initialize ALCATEL Speed Touch USB ADSL modem
#
# $Version: etc/usb_ppp,v 1.6 2001/09/08 10:38:17 fanf Exp $
startstop=$1
shift
# allow us to find modem driver programs
PATH="/usr/local/sbin:/usr/local/bin:$PATH"
firmware=/usr/local/libdata/mgmt.o
case ${startstop} in
[Ss][Tt][Aa][Rr][Tt])
{ modem_run -f ${firmware} -v 1 -m
ppp -ddial adsl
} 2>&1 | logger -i
;;
[Ss][Tt][Oo][Pp])
killall ppp
killall modem_run
;;
*)
echo "$0: usage: $0 <start|stop>"
exit 1
;;
esac
----------------------------------------------------------------
And there you go.
Tony.
Liste de diffusion modem ALCATEL SpeedTouch USB
Pour se d�sinscrire : mailto:[EMAIL PROTECTED]?subject=unsubscribe