From owner-freebsd-net@FreeBSD.ORG Wed Nov 7 08:32:24 2007 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D971016A41A for ; Wed, 7 Nov 2007 08:32:24 +0000 (UTC) (envelope-from minotaur@padonki.org.ua) Received: from crow.padonki.org.ua (crow.padonki.org.ua [213.186.192.71]) by mx1.freebsd.org (Postfix) with ESMTP id 94AFD13C4BE for ; Wed, 7 Nov 2007 08:32:24 +0000 (UTC) (envelope-from minotaur@padonki.org.ua) Received: from minotaur by crow.padonki.org.ua with local (Exim 4.66 (FreeBSD)) (envelope-from ) id 1IpgKS-0008qU-MD; Wed, 07 Nov 2007 10:32:04 +0200 Date: Wed, 7 Nov 2007 10:32:04 +0200 From: Alexander Shikoff To: Pyun YongHyeon Message-ID: <20071107083204.GA33900@crete.org.ua> References: <20071106141913.GA93023@crete.org.ua> <20071106143819.GA22249@crete.org.ua> <20071107002430.GA70832@cdnetworks.co.kr> <20071107073708.GA32211@crete.org.ua> <20071107075134.GD70832@cdnetworks.co.kr> MIME-Version: 1.0 Content-Type: text/plain; charset=koi8-u Content-Disposition: inline In-Reply-To: <20071107075134.GD70832@cdnetworks.co.kr> User-Agent: Mutt/1.5.16 (2007-06-09) Sender: Alexander Shikoff Cc: freebsd-net@freebsd.org Subject: Re: re0: RealTek 8168/8111B: no carrier X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Alexander Shikoff List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Nov 2007 08:32:24 -0000 On Wed, Nov 07, 2007 at 04:51:34PM +0900, Pyun YongHyeon wrote: > On Wed, Nov 07, 2007 at 09:37:08AM +0200, Alexander Shikoff wrote: > > On Wed, Nov 07, 2007 at 09:24:30AM +0900, Pyun YongHyeon wrote: > > > > > # pciconf -lv > > > > > [...] > > > > > re0@pci0:3:0:0: class=0x020000 card=0xe0001458 chip=0x816810ec rev=0x01 hdr=0x00 > > > > > vendor = 'Realtek Semiconductor' > > > > > device = 'RTL8168/8111 PCI-E Gigabit Ethernet NIC' > > > > > class = network > > > > > subclass = ethernet > > > > > [...] > > > > > > > > Further investigation... It seems that re(4) driver does not > > > > support auto-negotiation correctly. If I manually set media to 100baseTX and > > > > bring up interface with 'ifconfig re0 up' then it works. > > > > > > > > > > Would you show me more information for link partner(i.e. FreeBSD 6.2 box)? > > > > Yes, of course: > > > > FreeBSD 6.2-STABLE 7.0-BETA2 > > rl0 <===================> re0 > > > > rl0: port 0x9000-0x90ff mem 0xfa000000-0xfa0000ff irq 21 at device 1.0 on pci2 > > miibus0: on rl0 > > rl0: Ethernet address: 00:e0:7d:db:ca:98 > > rl0: link state changed to UP > > > > # pciconf -lv > > rl0@pci2:1:0: class=0x020000 card=0x813910ec chip=0x813910ec rev=0x10 hdr=0x00 > > vendor = 'Realtek Semiconductor' > > device = 'RT8139 (A/B/C/810x/813x/C+) Fast Ethernet Adapter' > > class = network > > subclass = ethernet > > > > Hmm, the link partner uses rl(4) so show me the PHY driver(rlphy(4)?) > information. (You can extract it from dmesg(8) output.) rlphy0: on miibus0 rlphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto > Does the link partner has a forced speed/duplex option for rl(4)? No. # ifconfig rl0 rl0: flags=8843 mtu 1500 options=8 inet 10.0.34.1 netmask 0xffffff00 broadcast 10.0.34.255 ether 00:e0:7d:db:ca:98 media: Ethernet autoselect (100baseTX ) status: active -- Kind Regards, Alexander Shikoff minotaur@crete.org.ua