From owner-freebsd-current@FreeBSD.ORG Tue Mar 5 07:43:23 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 B3571944; Tue, 5 Mar 2013 07:43:23 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: from mail-pb0-f51.google.com (mail-pb0-f51.google.com [209.85.160.51]) by mx1.freebsd.org (Postfix) with ESMTP id 61761743; Tue, 5 Mar 2013 07:43:23 +0000 (UTC) Received: by mail-pb0-f51.google.com with SMTP id un15so4041098pbc.24 for ; Mon, 04 Mar 2013 23:43:22 -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=65e7dzvxU6DGtzx2T4whfOf5cGGuaWwAm20mfd5RENQ=; b=b9ZJDLlfD7JiBGzeZslABDpc1WdYn4se18JlquUINsSSZzNplmwv4ix4Y1AqVRuChF 5IH4NHigY4EfG25XDVBHEjWMVovwcWIPI+KU9bZfrD6s775xmB73C/DoJK0GN09y9Fuy MiJXWfCyJSJdOI5RvTLXtPnCJdzdHcd1U0SZeEcCo2uOt5T88ypBAhkE3E8dkgVd8pNa KzOQlGgwEXkhduQ8lMxlqD9CGel5JCrMTVSz0uS4j4s8ztz5I14g1MKCDoNVN8AQsqfS eGgNuAoDPu6b/iIQWVzjQ17nqjpGWEbJ0yYulS+n/3SGKpj9R079tnJUH1eLAxNUPKAJ 1qGg== X-Received: by 10.68.143.167 with SMTP id sf7mr34860262pbb.21.1362469402538; Mon, 04 Mar 2013 23:43:22 -0800 (PST) Received: from pyunyh@gmail.com (lpe4.p59-icn.cdngp.net. [114.111.62.249]) by mx.google.com with ESMTPS id rd1sm25530614pbc.19.2013.03.04.23.43.19 (version=TLSv1 cipher=RC4-SHA bits=128/128); Mon, 04 Mar 2013 23:43:21 -0800 (PST) Received: by pyunyh@gmail.com (sSMTP sendmail emulation); Tue, 05 Mar 2013 16:43:15 +0900 From: YongHyeon PYUN Date: Tue, 5 Mar 2013 16:43:15 +0900 To: Alexey Dokuchaev Subject: Re: ale(4) cannot negotiate as GigE Message-ID: <20130305074315.GE1472@michelle.cdnetworks.com> References: <20130304021059.GC4589@michelle.cdnetworks.com> <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> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20130305065910.GA97021@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 07:43:23 -0000 On Tue, Mar 05, 2013 at 06:59:10AM +0000, Alexey Dokuchaev wrote: > On Tue, Mar 05, 2013 at 02:49:20PM +0900, YongHyeon PYUN wrote: > > On Mon, Mar 04, 2013 at 08:18:58AM +0000, Alexey Dokuchaev wrote: > > > Yes, multiple reboots was a good idea, it's not very stable: [...] > > > > > > I've tried various combinations of just reboot, shutdown -r +1m and > > > pinging some host while waiting for reboot. > > > > 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? 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 > > ./danfe