The following reply was made to PR usb/140883; it has been noted by GNATS. From: Nicolas Blais <[email protected]> To: [email protected], [email protected] Cc: Subject: Re: usb/140883: [axe] [usb8] USB gigabit ethernet hangs after short period of traffic Date: Tue, 26 Oct 2010 12:51:49 +0430
I'm having the same problem here with vendor 0x05ac, product 0x1402, rev 2.00/0.01 (Apple Ethernet USB Adapter). It freezes after a while. I am running a transparent squid server and the freezes also affects my bridge interface. Until I get a new PCI NIC, I have a script running from crontab every 15 minutes to reset the interface and bring the bridge back up. ############## #!/bin/sh usbconfig -u 7 -a 2 reset sleep 3 ifconfig bridge0 addm ue0 up ############## Nick. _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-usb To unsubscribe, send any mail to "[email protected]"
