From owner-freebsd-current@FreeBSD.ORG Sat Mar 28 16:42:07 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 03B60106564A for ; Sat, 28 Mar 2009 16:42:07 +0000 (UTC) (envelope-from ndenev@gmail.com) Received: from mail-bw0-f164.google.com (mail-bw0-f164.google.com [209.85.218.164]) by mx1.freebsd.org (Postfix) with ESMTP id 572888FC22 for ; Sat, 28 Mar 2009 16:42:06 +0000 (UTC) (envelope-from ndenev@gmail.com) Received: by bwz8 with SMTP id 8so1314533bwz.43 for ; Sat, 28 Mar 2009 09:42:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=iWaMu9qxFbuweKXD/RMe+vRNkve2DGt1sojaRr5Qkkc=; b=KFYnTf0aaUEAoI1SdHMesIvJXE3rfnkRHeQVgnyl2rtcAJl7tKHlcrMro665rtYaOU oeW4aVwAF4PgMHMLAuhcjVB5BYkw+PE6QCEMXf6tsijdA8FwWmjTDLdXfzn4+ZSZ0AuV nf5uIoFLSqIdblq3zqgEGxR3owe/OdVhseTYA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=e4Ucv1Tmz7KxpQgKDD2DbNyqxBfXn1wwWzD23Llvn+mm95UIojoINIw2C6oeeQqSuZ b0jHctylmRKTfU1E8gSli5gh+rnzSYH0CS2qAm9TS9yx8YmIcPat6NbEN1K3E72Xp8y5 mt0K5weL44Aqa8xgYdR2BhjARfEZLeLmpt7W4= MIME-Version: 1.0 Received: by 10.223.127.4 with SMTP id e4mr2543411fas.100.1238258525185; Sat, 28 Mar 2009 09:42:05 -0700 (PDT) In-Reply-To: <20090328102735.GE99923@michelle.cdnetworks.co.kr> References: <75656435-49E2-457A-9CFE-8706CD44916E@gmail.com> <20090328080924.GD99923@michelle.cdnetworks.co.kr> <2e77fc10903280259s5a761cacs398b88649a2367fe@mail.gmail.com> <20090328102735.GE99923@michelle.cdnetworks.co.kr> Date: Sat, 28 Mar 2009 18:42:05 +0200 Message-ID: <2e77fc10903280942u7c934aa4w80176680e9dff6d7@mail.gmail.com> From: Niki Denev To: pyunyh@gmail.com Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-current@freebsd.org Subject: Re: axe(4) (Belkin F5D5055) problems X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Mar 2009 16:42:07 -0000 On Sat, Mar 28, 2009 at 12:27 PM, Pyun YongHyeon wrote: > On Sat, Mar 28, 2009 at 11:59:13AM +0200, Niki Denev wrote: >> 2009/3/28 Pyun YongHyeon : >> > On Fri, Mar 27, 2009 at 09:14:06PM +0200, Nikolay Denev wrote: >> >> -----BEGIN PGP SIGNED MESSAGE----- >> >> Hash: SHA1 >> >> >> >> Hello, >> >> >> >> I'm running -current from 23.03.09 and I'm experiencing some axe(4) >> >> problems. >> >> Basically the network connection works but when some more serious >> >> traffic hits the >> >> interface (i.e. torrent download) it then dies, ifconfig down/up >> >> does not help, only replugging of the adapter. >> >> >> >> I've tried running with hw.usb2.axe.debug=15 and the output was many >> >> lines of: >> >> >> >> ? ?axe_bulk_write_callback:853: transfer complete >> >> >> >> then a pause of several seconds and the kernel begins to print : >> >> >> >> ? ?axe_bulk_write_callback:925: transfer error, USB_ERR_TIMEOUT >> >> >> >> Another strange thing that I noticed is that, while the interface >> >> seems to be >> >> connected and working, if I type many times ifconfig ue0 consecutively >> >> most of the time it would show different settings for the auto >> >> negotiated link. >> >> I.e. it would cycle between 100baseTX-FDX, 1000baseT-FDX, no carrier, >> >> 100BaseT-FDX hw-loopback and 1000BaseT-FDX hw-loopback. >> >> >> >> The switch does not seem to register link flaps. >> >> >> > >> > axe(4) requires exact link state/speed information from mii(4) to >> > reprogram controller to resolved speed/duplex. In this case >> > ukphy(4) seems to report fake link state/speed to axe(4). >> > >> >> The kernel messages for the interface are : >> >> >> >> ? ?ugen2.5: at usbus2 >> >> ? ?axe0: on usbus2 >> >> ? ?axe0: PHYADDR 0xe0:0x01 >> >> ? ?miibus0: on axe0 >> >> ? ?ukphy0: PHY 1 on miibus0 >> >> ? ?ukphy0: ?10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, >> >> 1000baseT, 1000baseT-FDX, auto >> >> ? ?ue0: on axe0 >> >> ? ?ue0: Ethernet address: 00:11:50:xx:xx:xx >> >> >> >> devinfo -vr | grep phy >> >> ukphy0 pnpinfo oui=0xa0bc model=0x1 rev=0x2 at phyno=1 >> >> >> > >> > This looks like Agere systems ET110C TruePHY. Would you try >> > attached patch? Because truephy(4) pokes some undocumented PHY >> > registers on PHY reset I'm not sure this model also requires that >> > magic to make it work though. >> > >> >> Hi Pyun, >> >> Thanks for the patch. >> >> With it the PHY is now detected as truephy. >> The only thing that i notice is that if the media status changes displayed with >> ifconfig are less frequent, and I mostly see 1000baseT-FDX and 100baseT-HDX >> The packet loss is still there, and the interface again stops to work >> after some time. >> > > Ok, revert previous patch and try attached one. This one does not > try to load ET1011C dsp codes. If this does not work next thing > would be try to load dsp code for ET1011C revision 1 model. > Not sure where I can find required dsp code. > There don't seem to be any improvement with the new patch. The packetloss and media status changes are still here. Maybe check Linux/Solaris/OtherBSD driver? -- Niki