Hi Michael, On Tuesday 27 January 2004 08:53, Michael Watson wrote: > I have the Speedtouch USB (User Mode) Driver running almost perfectly on > many machines. The biggest problem I have with these devices is that, > once the ADSL Disconnects (for one reason or another), the connection does > not restart. Snippet from syslog/messages
why do you get the disconnect in the first place? Is this your ISP disconnecting you (some do that every 24 hours). > Note the Time / Date in the syslog/messages. You mean the 12 hours between first and second messages? > Jan 28 00:27:22 gateway kernel: usb-uhci.c: uhci_submit_urb: pipesize for > pipe c0038380 is zero I think this means that there is the wrong altsetting on interface 1 (packets are sent to interface one which needs to have altsetting 1. The message you get is consistent with altsetting 0). Try running pppoa3 with the the following option: -e 1 Does it help? Ciao, Duncan. ------------------------------------------------------- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Open Tools Development and Integration See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. http://www.eclipsecon.org/osdn _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-users
