From owner-freebsd-stable@FreeBSD.ORG Thu Oct 2 07:59:18 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 0A4F21065686 for ; Thu, 2 Oct 2008 07:59:18 +0000 (UTC) (envelope-from sergey.dyatko@gmail.com) Received: from ey-out-2122.google.com (ey-out-2122.google.com [74.125.78.27]) by mx1.freebsd.org (Postfix) with ESMTP id 8EC6E8FC3B for ; Thu, 2 Oct 2008 07:59:17 +0000 (UTC) (envelope-from sergey.dyatko@gmail.com) Received: by ey-out-2122.google.com with SMTP id 6so278005eyi.7 for ; Thu, 02 Oct 2008 00:59:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:to:subject:message-id :x-mailer:mime-version:content-type:content-transfer-encoding:from; bh=7i0yv2W3MRg4gwRJz6/8h5PnnEmGJaR5fYkQq+Kjlq8=; b=lopFqhsXGNhFXUahw6D2gOFpcTm2m1UIHYBt4QoVkjIfpWPU+k3kseWt1K3hX7f+Bj fiOlxdowf0xiWvtAWDhgMjY+zrFcHHh07dbSfq/C0ftD42LDhS5nRygNyfZjN1LUin/a z3ol4RavXOlZBJ9HAH+0p83ikyMbMiXy6a/uE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:to:subject:message-id:x-mailer:mime-version:content-type :content-transfer-encoding:from; b=hq0T+Ww29qxNQK+i4OHc0tVZmgntVGm33wp8uYsfaWdTa2bTbeUz9h7qKwa7CEdqzY 7y3ywjuAAKc9AGOiJuhiZQe3Hg9lQbmnDiUHBa6Fnys/oU1H7Rb5G/o+54ydL69Xc06G kyOjKJXVjz6Gw8I5bZZeCZKOlyMIjRDkyr+Zc= Received: by 10.210.123.2 with SMTP id v2mr10933318ebc.186.1222932364899; Thu, 02 Oct 2008 00:26:04 -0700 (PDT) Received: from notebook (minsk.agava.net [212.98.174.157]) by mx.google.com with ESMTPS id y37sm1447865iky.5.2008.10.02.00.26.03 (version=SSLv3 cipher=RC4-MD5); Thu, 02 Oct 2008 00:26:04 -0700 (PDT) Date: Thu, 2 Oct 2008 10:26:00 +0300 To: freebsd-stable@freebsd.org Message-ID: <20081002102600.45f407d2@notebook> X-Mailer: Claws Mail 3.5.0 (GTK+ 2.12.11; i386-portbld-freebsd7.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit From: "Sergey V. Dyatko" Subject: if_re is broken on RELENG_7 ? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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 07:59:18 -0000 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 [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 p.s.: Excuse me for my English :) -- wbr, tiger