From owner-freebsd-usb@FreeBSD.ORG Tue Oct 26 09:00:22 2010 Return-Path: Delivered-To: freebsd-usb@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6802E10656AB for ; Tue, 26 Oct 2010 09:00:22 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 567868FC17 for ; Tue, 26 Oct 2010 09:00:22 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o9Q90LiL085510 for ; Tue, 26 Oct 2010 09:00:21 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o9Q90LQS085492; Tue, 26 Oct 2010 09:00:21 GMT (envelope-from gnats) Date: Tue, 26 Oct 2010 09:00:21 GMT Message-Id: <201010260900.o9Q90LQS085492@freefall.freebsd.org> To: freebsd-usb@FreeBSD.org From: Nicolas Blais Cc: Subject: Re: usb/140883: [axe] [usb8] USB gigabit ethernet hangs after short period of traffic X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Nicolas Blais List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Oct 2010 09:00:22 -0000 The following reply was made to PR usb/140883; it has been noted by GNATS. From: Nicolas Blais To: bug-followup@FreeBSD.org, sub.mesa@gmail.com 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.