From owner-freebsd-current@FreeBSD.ORG Tue Mar 5 08:57:11 2013 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 76CC1D4C; Tue, 5 Mar 2013 08:57:11 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: from mail-pb0-f47.google.com (mail-pb0-f47.google.com [209.85.160.47]) by mx1.freebsd.org (Postfix) with ESMTP id 34ABFA10; Tue, 5 Mar 2013 08:57:11 +0000 (UTC) Received: by mail-pb0-f47.google.com with SMTP id rp2so4135763pbb.6 for ; Tue, 05 Mar 2013 00:57:10 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:from:date:to:cc:subject:message-id:reply-to:references :mime-version:content-type:content-disposition:in-reply-to :user-agent; bh=DUDTKhgtOdQG3ZTwJz9utUn/I758ac0vlKgM3vzJD6I=; b=Pgl7nv+OPtZTOgvpa3bF+7C9cWF2IYKIF2p0IQpqOASv8epNcRMIg0UgOu7Pee64ma wWp4Pd/B6PM/d47MfEKVQiuK/cPaj9WDEfMhvjO9V3ynkBDSTpwxAZ2IDZLN6iWyixXg 8c7yGRZp2DtzqnlDfDPYU1SbopWVwvGxXdh3VbtkqMUB8h3H4WDf+sbaTfJ0NTzDO85j Yw9qmsIMUc5zihEnZlUOBdqakADMgGR3gJhU3g9R1iQ80TZM7k4LxgXrklytx+areyj8 RKh799EQObIcZh4MGTjrdxIwpufjqhM8rPcwwJTqJsqW8cDFYjC1Sxr1uEobpfq4EooU FNlw== X-Received: by 10.68.130.1 with SMTP id oa1mr35958832pbb.134.1362473830633; Tue, 05 Mar 2013 00:57:10 -0800 (PST) Received: from pyunyh@gmail.com (lpe4.p59-icn.cdngp.net. [114.111.62.249]) by mx.google.com with ESMTPS id iu10sm25778854pbc.13.2013.03.05.00.57.07 (version=TLSv1 cipher=RC4-SHA bits=128/128); Tue, 05 Mar 2013 00:57:09 -0800 (PST) Received: by pyunyh@gmail.com (sSMTP sendmail emulation); Tue, 05 Mar 2013 17:57:03 +0900 From: YongHyeon PYUN Date: Tue, 5 Mar 2013 17:57:03 +0900 To: Alexey Dokuchaev Subject: Re: ale(4) cannot negotiate as GigE Message-ID: <20130305085703.GF1472@michelle.cdnetworks.com> References: <20130304052328.GA1445@michelle.cdnetworks.com> <20130304055948.GA76042@FreeBSD.org> <20130304062944.GB1445@michelle.cdnetworks.com> <20130304065940.GA13417@FreeBSD.org> <20130304070632.GC1445@michelle.cdnetworks.com> <20130304081858.GA23857@FreeBSD.org> <20130305054920.GD1472@michelle.cdnetworks.com> <20130305065910.GA97021@FreeBSD.org> <20130305074315.GE1472@michelle.cdnetworks.com> <20130305080620.GA10559@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20130305080620.GA10559@FreeBSD.org> User-Agent: Mutt/1.4.2.3i Cc: current@freebsd.org X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: pyunyh@gmail.com List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Mar 2013 08:57:11 -0000 On Tue, Mar 05, 2013 at 08:06:20AM +0000, Alexey Dokuchaev wrote: > On Tue, Mar 05, 2013 at 04:43:15PM +0900, YongHyeon PYUN wrote: > > > > Could you disable WOL before rebooting your box? > > > > > > # ifconfig ale0 -wol > > > # reboot > > > > > > It came up as 100baseTX. :( > > > > You don't use any manual link configuration, right? > > Right, everything is auto (that is, the defaults). > > > When you see the controller established a 100Mbps link, how about > > restarting auto-negotiation? Does that also result in 100Mbps link? > > # ifconfig ale0 media auto > # ifconfig ale0 | egrep -v ether\|inet > ale0: flags=8843 metric 0 mtu 1500 > options=c319a > nd6 options=29 > media: Ethernet autoselect (100baseTX ) > status: active > > Tried a few times, no difference. Hmm, Does the switch support EEE feature? If yes, would you try disabling it? > > ./danfe