Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Oct 2010 09:00:21 GMT
From:      Nicolas Blais <nicblais@clkroot.net>
To:        freebsd-usb@FreeBSD.org
Subject:   Re: usb/140883: [axe] [usb8] USB gigabit ethernet hangs after short period of traffic
Message-ID:  <201010260900.o9Q90LQS085492@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR usb/140883; it has been noted by GNATS.

From: Nicolas Blais <nicblais@clkroot.net>
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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201010260900.o9Q90LQS085492>