The following reply was made to PR usb/83504; it has been noted by GNATS. From: Raaf <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: Re: usb/83504: [usb] SpeedTouch USB stop working on recent current (and RELENG_6) (regression) Date: Sun, 12 Feb 2006 08:59:51 +0100
The problem seems to happen because modem_run has one of the modem's endpoints open while pppoa2 is setting an alternate interface. I don't have a fix, but a workaround that might work for you: Don't let pppoa2 set an alternate interface (this was the default behavior of older versions of pppoa2 anyway). You can do this by setting the pppoa2 '-e' switch to -1. Example ppp.conf: set device !"/usr/local/sbin/pppoa2 -e -1 -vpi 8 -vci 48 -v 1" _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-usb To unsubscribe, send any mail to "[EMAIL PROTECTED]"
