Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Mar 2013 08:06:20 +0000
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        YongHyeon PYUN <pyunyh@gmail.com>
Cc:        current@freebsd.org
Subject:   Re: ale(4) cannot negotiate as GigE
Message-ID:  <20130305080620.GA10559@FreeBSD.org>
In-Reply-To: <20130305074315.GE1472@michelle.cdnetworks.com>
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>

next in thread | previous in thread | raw e-mail | index | archive | help
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<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
        options=c319a<TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,TSO4,WOL_MCAST,WOL_MAGIC,VLAN_HWTSO,LINKSTATE>
        nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>
        media: Ethernet autoselect (100baseTX <full-duplex>)
        status: active

Tried a few times, no difference.

./danfe



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20130305080620.GA10559>