From owner-freebsd-current@FreeBSD.ORG Tue Mar 5 08:06:20 2013 Return-Path: Delivered-To: current@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1033) id F2BDEE76; Tue, 5 Mar 2013 08:06:20 +0000 (UTC) Date: Tue, 5 Mar 2013 08:06:20 +0000 From: Alexey Dokuchaev To: YongHyeon PYUN Subject: Re: ale(4) cannot negotiate as GigE Message-ID: <20130305080620.GA10559@FreeBSD.org> References: <20130304024631.GA78040@FreeBSD.org> <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> MIME-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <20130305074315.GE1472@michelle.cdnetworks.com> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: current@freebsd.org X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 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: Tue, 05 Mar 2013 08:06:21 -0000 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. ./danfe