From owner-freebsd-net@FreeBSD.ORG Thu Jul 15 17:46:21 2010 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 7495C106566C for ; Thu, 15 Jul 2010 17:46:21 +0000 (UTC) (envelope-from jrytoung@gmail.com) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id 0A0068FC17 for ; Thu, 15 Jul 2010 17:46:20 +0000 (UTC) Received: by wyf22 with SMTP id 22so1165537wyf.13 for ; Thu, 15 Jul 2010 10:46:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=cusTIManDEkeWvLmpzSu7lvbCaqYDKu6Bd1hXoHqJO0=; b=ZI7ig0n9F1iNM04VKrh5OckIHvCSDHdlSqrqGo/03RMBiC9ogK/LDM2sUutS5rIWC5 iczGobz3KNceNwU1OJDmWZxFKjmtmF8FjCLVsPD7QzddOxQThcqvDbu3Zic5IEToBT2D IpHWIajHdLJMPjNL0YB2Is/qqkNeOE6bbZmG4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=IYWYxK8N57Ea8SEWTDDF7kOv6D/QR68DBwRKmmEjOIGSNoQW7gfGjbVjwxpCTV2sQp sA4sW6trYuQBcLSv6yRV2lNEpvBwlrGuhwYpux4I4/n2a3TURmWH0con6y31vmTK8uG1 WKA2aOumARcqlrkcnZ3xDyMUlaM0HgUtKI7xc= MIME-Version: 1.0 Received: by 10.216.132.10 with SMTP id n10mr9051535wei.99.1279215979851; Thu, 15 Jul 2010 10:46:19 -0700 (PDT) Received: by 10.216.68.4 with HTTP; Thu, 15 Jul 2010 10:46:19 -0700 (PDT) In-Reply-To: <201007151910.07464.pebu3op@googlemail.com> References: <201007151910.07464.pebu3op@googlemail.com> Date: Thu, 15 Jul 2010 10:46:19 -0700 Message-ID: From: Jerry Toung To: pebu3op@googlemail.com Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-net@freebsd.org Subject: Re: "no carrier" by using 82599 10 Gigabit Ethernet X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Jul 2010 17:46:21 -0000 On Thu, Jul 15, 2010 at 10:10 AM, Alexander Fiveg w= rote: > Hello, > > I am trying to use the network adapter based on the Intel=AE 82599 10 Gig= abit > Ethernet Controller with ixgbe-2.2.3 driver. The driver loads properly > but ifconfig shows "no carrier" for all ix* interfaces. The adapter > shouldn't > be corrupt though - I've tested this adapter on the same machine with Lin= ux > (Ubuntu) and it worked properly. > > Alex, try setting an IP address on that interface anyway. You may see that magically the carrier is now there. ping, etc.. should work too after that. Jerry