From owner-freebsd-hackers@FreeBSD.ORG Mon Feb 23 00:19:47 2009 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B32711065679 for ; Mon, 23 Feb 2009 00:19:47 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: from ti-out-0910.google.com (ti-out-0910.google.com [209.85.142.186]) by mx1.freebsd.org (Postfix) with ESMTP id 481F68FC17 for ; Mon, 23 Feb 2009 00:19:47 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: by ti-out-0910.google.com with SMTP id a1so1168246tib.3 for ; Sun, 22 Feb 2009 16:19:46 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:received:from:date:to:cc :subject:message-id:reply-to:references:mime-version:content-type :content-disposition:in-reply-to:user-agent; bh=8bKWNY59tqUguQlvBYUJm4jskL79rIkgxC9U6HS6WUY=; b=nQr6EMEs04iJ5MhFasDnvCP5b77TFxB+C7QKujMx97vVYozF/xTOOu0qdw5DgTDVO0 xZqpAHBBN4OAKNfahMPlS5TYsiuDeqiTewpXIknwsyWpX6abDlRqO8mNrHtrns/QaZ1w FIi8tAuyKkaIv7vta2DUyqi6mh1tFXEQH4EBY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:date:to:cc:subject:message-id:reply-to:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; b=kMHG7VjASTOkgjv7oMIR7BiB5eIlGvfG38hZHbuHrSFYptqnSiYfiTkfqMjQVCK5mW WSZ8DaelfCqCJhWbTTgXXg5+NYCfWq+Xj3R5iK2//d2rW7IZpGGTpQ26vP7CVxWgTrOZ MxeunJ/gj7U2shSOOCXmr97OvIFKfzSgg9jeA= Received: by 10.110.103.5 with SMTP id a5mr4903634tic.47.1235348386105; Sun, 22 Feb 2009 16:19:46 -0800 (PST) Received: from michelle.cdnetworks.co.kr ([114.111.62.249]) by mx.google.com with ESMTPS id 2sm6127330tif.26.2009.02.22.16.19.43 (version=SSLv3 cipher=RC4-MD5); Sun, 22 Feb 2009 16:19:44 -0800 (PST) Received: by michelle.cdnetworks.co.kr (sSMTP sendmail emulation); Mon, 23 Feb 2009 09:24:41 +0900 From: Pyun YongHyeon Date: Mon, 23 Feb 2009 09:24:40 +0900 To: Fernando Apestegu?a Message-ID: <20090223002440.GA48134@michelle.cdnetworks.co.kr> References: <1bd550a00902200825w3f225d0at99cfd1c6bb63ea0@mail.gmail.com> <20090221015518.GA44336@michelle.cdnetworks.co.kr> <1bd550a00902220915p276b8b61m4b757373a443348a@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1bd550a00902220915p276b8b61m4b757373a443348a@mail.gmail.com> User-Agent: Mutt/1.4.2.3i Cc: FreeBSD Hackers Subject: Re: FBSD 7.0-p3 NIC driver problem (Realtek) X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pyunyh@gmail.com List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Feb 2009 00:19:48 -0000 On Sun, Feb 22, 2009 at 06:15:55PM +0100, Fernando Apestegu?a wrote: > On Sat, Feb 21, 2009 at 2:55 AM, Pyun YongHyeon wrote: > > On Fri, Feb 20, 2009 at 05:25:26PM +0100, Fernando Apestegu?a wrote: > >> Hi all, > >> > >> I copy here the mail I sent to freebsd-questions cause I didn't get any answers: > >> > >> > >> Yesterday I updated to 7.1-p3 on AMD64 arch. > >> > >> Since then, the NIC is not detected anymore. ifconfig doesn't show it > >> and I can't connect to the Internet. > >> > >> There were well-known issues with this NIC model before, > >> (http://unix.derkeiler.com/Mailing-Lists/FreeBSD/hackers/2008-11/msg00299.html) > >> but the weird thing is that it seemed to be fine with > >> 7.1-RELEASE and newer till this -p3. > >> > >> It doesn't recognize the card in 4/5 boot sequences (really annoying). > >> > >> Anybody with this problem? > > > > I'm not sure you're suffering from MAC power saving issue of > > RealTek PCIe controller. Sometimes re(4) used to fail to wakeup the > > controller which in turn resulted in 'no driver' for the > > controller. If this is the case you can see "MII without any phy!" > > message in dmesg output. > > You are right, I see that message. > > > r188358(cvs if_re.c 1.95.2.40) should fix the issue so please try > > latest 7-stable or copy if_re.c, if_rlreg.h and if_rl.c from HEAD/ > > 7-stable to your 7.1-RELEASE box and rebuild kernel. > > If you still see the same issue please let me know. > > I copied the files and restarted my computer 5 times and the NIC was > present in all of them. Glad to hear that. > I will watch this issue and I will let you know if I notice more problems. > > Thanks so much for your help. > No problem. > > > > Btw, stable@ is more appropriate list for this type of issues. > > Even if I'm not using -STABLE? > Yes, you're not using CURRENT.