From owner-freebsd-usb@FreeBSD.ORG Wed Feb 11 15:55:13 2009 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 040621065706 for ; Wed, 11 Feb 2009 15:55:13 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe13.swipnet.se [212.247.155.129]) by mx1.freebsd.org (Postfix) with ESMTP id EA4C58FC24 for ; Wed, 11 Feb 2009 15:55:11 +0000 (UTC) (envelope-from hselasky@c2i.net) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.0 c=1 a=bl9xuZ_oj20A:10 a=zhY17_j3_IsA:10 a=kw03RjmKpLm8ql5X2xOdcA==:17 a=6I5d2MoRAAAA:8 a=YqJToFBu5y_v7SP6k9QA:9 a=fAUF5OrpkTWRbYssJCMA:7 a=wA4Gyab3TKrtMuyYx6urSnHB2ykA:4 a=LY0hPdMaydYA:10 a=r-MMDUkF8OzZE9z-:21 a=jJEuPoOemse6bV3n:21 Received: from [85.19.218.115] (account mc467741@c2i.net HELO laptop) by mailfe13.swip.net (CommuniGate Pro SMTP 5.2.6) with ESMTPA id 804717478; Wed, 11 Feb 2009 16:55:10 +0100 From: Hans Petter Selasky To: Hiroharu Tamaru , pyunyh@gmail.com Date: Wed, 11 Feb 2009 16:57:36 +0100 User-Agent: KMail/1.9.7 References: <200902110954.37659.hselasky@c2i.net> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200902111657.38129.hselasky@c2i.net> Cc: freebsd-usb@freebsd.org Subject: Re: USB2: [was: umass not detected correctly, axe not transmitting] AXE problems X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Feb 2009 15:55:13 -0000 On Wednesday 11 February 2009, Hiroharu Tamaru wrote: > Hi, Hans > > > > > This is a known issue, see: > > > > http://wiki.freebsd.org/USB > > This worked very well. Thanks. > I assume it will be committed to the tree sometime near > in the future, right? I suspect so. > > > > > > ugen3.3: at usbus3 > > > axe0: on usbus3 > > > axe0: PHYADDR 0xe0:0x18 > > > miibus0: on axe0 > > > ciphy0: PHY 24 on miibus0 > > > ciphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT, > > > 1000baseT-FDX, auto ue0: on axe0 > > > ue0: Ethernet address: 00:90:cc:xx:xx:xx > > > ue0: link state changed to DOWN > > > ue0: link state changed to UP > > > > > > > Turn on debugging: > > > > sysctl hw.usb2.axe.debug=15 > > > > And repeat test. > > with hw.usb2.axe.debug=15, I have: > > ugen3.3: at usbus3 (disconnected) > pid 3244 (dhclient), uid 65: exited on signal 11 > ugen3.3: at usbus3 > axe0: on usbus3 > axe0: PHYADDR 0xe0:0x18 > miibus0: on axe0 > ciphy0: PHY 24 on miibus0 > ciphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT, > 1000baseT-FDX, auto ue0: on axe0 > ue0: Ethernet address: 00:90:cc:f7:bc:2e > ue0: link state changed to DOWN > ue0: link state changed to UP > > The hardware is a PLANEX GU-1000T ethernet adapter. > > What can I do now? Does netstat indicate any receive errors on the AXE interface? netstat -i Maybe "Pyun YongHyeon" should have a look at this. And you are running the latest current? --HPS