From owner-freebsd-stable@FreeBSD.ORG Thu Oct 2 08:46:29 2008 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A6EA61065691 for ; Thu, 2 Oct 2008 08:46:29 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: from ti-out-0910.google.com (ti-out-0910.google.com [209.85.142.189]) by mx1.freebsd.org (Postfix) with ESMTP id 252B98FC3F for ; Thu, 2 Oct 2008 08:46:28 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: by ti-out-0910.google.com with SMTP id d27so521833tid.3 for ; Thu, 02 Oct 2008 01:46:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:received:received:date:from :to:cc:subject:message-id:reply-to:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=t4ScqKKP8Y6n6remjeXBfgQniT6fs3DGXPC7nF386VY=; b=DXSIE3EwuZr9zWUdA76jlqi7kpeYw2Q+fdVOeHCGBBmyWTr11IzYgln0LHkha0CSWD 13+EvSxz6kJgQGLiPIdh4OGO7BcH7nXAQxGm5LYO71/2+p9HJUIxBKdzb6ONxsqDALVw H4K/MwrFl7nw+MN+aiXPLhOW0wH6SUX41/+Bg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:cc:subject:message-id:reply-to:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; b=ZqJiLkg6KiOgegF1aScbq9efQu8MLFCHtu5Tyyw2Mz+lfrkOCisk/L6y+/2JRyN8PA Z0cqKicVVPhkOoMaEAZBLL+HSUNJ9BXj6xCT26lmM47oB9ebVda6SkAfNV/W6NFzf5Nf uVbu0sroW1bcN8ksVa6m0vPGA+usWxJYYj0q0= Received: by 10.110.31.5 with SMTP id e5mr13654365tie.1.1222937186540; Thu, 02 Oct 2008 01:46:26 -0700 (PDT) Received: from michelle.cdnetworks.co.kr ([211.53.35.84]) by mx.google.com with ESMTPS id w12sm3263319tib.10.2008.10.02.01.46.23 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 02 Oct 2008 01:46:24 -0700 (PDT) Received: from michelle.cdnetworks.co.kr (localhost.cdnetworks.co.kr [127.0.0.1]) by michelle.cdnetworks.co.kr (8.13.5/8.13.5) with ESMTP id m928iPQW068718 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 2 Oct 2008 17:44:25 +0900 (KST) (envelope-from pyunyh@gmail.com) Received: (from yongari@localhost) by michelle.cdnetworks.co.kr (8.13.5/8.13.5/Submit) id m928iPqU068717; Thu, 2 Oct 2008 17:44:25 +0900 (KST) (envelope-from pyunyh@gmail.com) Date: Thu, 2 Oct 2008 17:44:25 +0900 From: Pyun YongHyeon To: "Sergey V. Dyatko" Message-ID: <20081002084425.GD67204@cdnetworks.co.kr> References: <20081002102600.45f407d2@notebook> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20081002102600.45f407d2@notebook> User-Agent: Mutt/1.4.2.1i Cc: freebsd-stable@freebsd.org Subject: Re: if_re is broken on RELENG_7 ? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pyunyh@gmail.com List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Oct 2008 08:46:29 -0000 On Thu, Oct 02, 2008 at 10:26:00AM +0300, Sergey V. Dyatko wrote: > Hi list, > I have ASUS a6m laptop with integrated RTL8168/8111 PCI-E Gigabit > Ethernet NIC, long time ago (7.0-CURRENT - 7.0-prerelease) I used it. > Than I started to enjoy BCM43XX wi-fi adapter and now I recently > decided to revert to the use of realtek adapter. But it doesn't work. > I'm just not running a network card or at all does not work? > > some additional information: > ifconfig shows such information, regardless of whether the cable is > connected: > > %ifconfig re0 > re0: flags=8802 metric 0 mtu 1500 > options=389b > ether 00:1a:92:ca:b3:bc > media: Ethernet autoselect (10baseT/UTP ) > status: no carrier I don't see what's wrong in the output above. Because there is no "RUNNING" in flags field I guess you didn't up the interface. (e.g. either assign an IP address to the interface or run 'dhclient re0' if you want to get an IP address over DHCP). > > [tiger@notebook]~%pciconf -lv | grep re0 -A 4 > re0@pci0:2:0:0: class=0x020000 card=0x11f51043 chip=0x816810ec rev=0x01 > hdr=0x00 vendor = 'Realtek Semiconductor' > device = 'RTL8168/8111 PCI-E Gigabit Ethernet NIC' > class = network > subclass = ethernet > dmesg output: http://tiger.byfly.by/files/dmesg.boot > kernel config: http://tiger.byfly.by/files/tiger-asus-a6m > -- Regards, Pyun YongHyeon