From owner-freebsd-net@FreeBSD.ORG Tue Nov 1 18:03:13 2011 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 2859B106566B for ; Tue, 1 Nov 2011 18:03:13 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: from mail-ww0-f50.google.com (mail-ww0-f50.google.com [74.125.82.50]) by mx1.freebsd.org (Postfix) with ESMTP id AFC898FC0A for ; Tue, 1 Nov 2011 18:03:12 +0000 (UTC) Received: by wwp14 with SMTP id 14so2620256wwp.31 for ; Tue, 01 Nov 2011 11:03:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=from:date:to:cc:subject:message-id:reply-to:references:mime-version :content-type:content-disposition:content-transfer-encoding :in-reply-to:user-agent; bh=eukINC/e7EWRJ0PeeYoE7dkJxro6asL9ca6AVMPYGsU=; b=dtMJnNL0zFeG3AAvWOe9Dq8QH6/ixuYJwqWWSWCfjR6DLA5TZewHiMHrp692cZ+ewS 8kHvbBIhqeOR6YMauTGw7MTnQDsSjGSVfbaDcOiITfJN250ZgEwm3MYmFJBHGe/mSDuT bd4p2HOLAOuEFJE0kZfzQQPsfPmvtxFxwD5dE= Received: by 10.227.205.132 with SMTP id fq4mr836222wbb.5.1320170591428; Tue, 01 Nov 2011 11:03:11 -0700 (PDT) Received: from pyunyh@gmail.com ([174.35.1.224]) by mx.google.com with ESMTPS id e40sm6094777wbp.3.2011.11.01.11.03.06 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 01 Nov 2011 11:03:09 -0700 (PDT) Received: by pyunyh@gmail.com (sSMTP sendmail emulation); Tue, 01 Nov 2011 11:01:35 -0700 From: YongHyeon PYUN Date: Tue, 1 Nov 2011 11:01:35 -0700 To: Andrey Smagin Message-ID: <20111101180135.GD6914@michelle.cdnetworks.com> References: <20111031005519.GC1679@michelle.cdnetworks.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.4.2.3i Cc: freebsd-net@freebsd.org Subject: Re: PCI-E VT6130 NIC (if_vge) hang system with gigabit link X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pyunyh@gmail.com List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Nov 2011 18:03:13 -0000 On Mon, Oct 31, 2011 at 12:58:29PM +0400, Andrey Smagin wrote: > > > > 31 октября 2011, 04:56 от YongHyeon PYUN : > > On Sat, Oct 29, 2011 at 09:57:30AM +0400, Andrey Smagin wrote: > > > > > > Ok. With autonegotiation ifconfig show speed 100MBit. > > > > And vge(4) work without problems with the resolved speed/duplex > > of auto-negotiation? > > > > > with manual 1000baseT full-duplex settings in dmesg: > > > vge0: failed to start MII autopoll > > > vge0: MII read timed out > > > vge0: failed to start MII autopoll > > > vge0: link state changed to UP > > > vge0: MII read timed out > > > > [...] > > > > Did vge(4) ever work with 1000baseT on your box? > Hm... I never seen 1000baseT with vge on this box because > it have only FreeBSD. > > And why you have to manually configure 1000baseT link? > With autonegatiation link stand on 100Mbit full-duplex > > Does link partner(switch) also use auto-negotiation? > In box also present Intel if_em gigabit and if_nfe gigabit card wich work with > same cable and partner(switch) at gigabit speed. I only switch connector to if_vge socket. > > > I should have been more clearer. I wanted to know which previous FreeBSD release was able to establish a 1000baseT link. Downshifting feature of IC Plus IP1001 PHY is automatically enabled which will downshift to 100TX link when 1000baseT link establishment fails in auto-negotiation process. So can you confirm there is no cabling issues there?