From owner-freebsd-stable@FreeBSD.ORG Sat Oct 18 02:04:51 2008 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EDBEB1065688 for ; Sat, 18 Oct 2008 02:04:51 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: from ti-out-0910.google.com (ti-out-0910.google.com [209.85.142.188]) by mx1.freebsd.org (Postfix) with ESMTP id 6D55A8FC12 for ; Sat, 18 Oct 2008 02:04:51 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: by ti-out-0910.google.com with SMTP id d27so400790tid.3 for ; Fri, 17 Oct 2008 19:04:49 -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=s5GTbsL9yuU5zTAzEJAjU+j9a0gK8w8b8uJkEueUUqQ=; b=s4mgQpjECwufhvZqJeTHgtRatd6aeUHSHaoDQZi5jysdUC4LU3lb+JxOXKgBwYlshR qun4//TyAvgvdDEI7EXfLJD/RsUT4TjdwycZPhaK3o/JNo1EesfJkQ6TAQlfzHnRoNoP ZLLQlyUgHSDlXNNQtWYNpzXCnEgHPJE94jnIk= 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=u+OyqTUaMCzCWCelucQXDdCuGzWp4SpQISUhWRIXPYeaLMJdu1n29CK+2Sxi/iGasT AyaCh+jPp2VMVLHNIoQ+8TRTyNZtCJJIRL0AahQZZ+TOxILaUSSB4z7oRJotpgrff26A Y2cjDPOG3BUZbd3GFM4pGL06SlfMtImUvPcJs= Received: by 10.110.68.10 with SMTP id q10mr3466411tia.37.1224295489534; Fri, 17 Oct 2008 19:04:49 -0700 (PDT) Received: from michelle.cdnetworks.co.kr ([211.53.35.84]) by mx.google.com with ESMTPS id a14sm6396140tia.12.2008.10.17.19.04.46 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 17 Oct 2008 19:04:48 -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 m9I22mhS031700 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 18 Oct 2008 11:02:48 +0900 (KST) (envelope-from pyunyh@gmail.com) Received: (from yongari@localhost) by michelle.cdnetworks.co.kr (8.13.5/8.13.5/Submit) id m9I22mGw031699; Sat, 18 Oct 2008 11:02:48 +0900 (KST) (envelope-from pyunyh@gmail.com) Date: Sat, 18 Oct 2008 11:02:48 +0900 From: Pyun YongHyeon To: Daniel Gerzo Message-ID: <20081018020248.GB31303@cdnetworks.co.kr> References: <755632516.20081018001504@rulez.sk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <755632516.20081018001504@rulez.sk> User-Agent: Mutt/1.4.2.1i Cc: stable@FreeBSD.org, yongari@FreeBSD.org Subject: Re: re0 problem 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: Sat, 18 Oct 2008 02:04:52 -0000 On Sat, Oct 18, 2008 at 12:15:04AM +0200, Daniel Gerzo wrote: > Hello guys, > > Recently, I have bought a pcmcia gige ethernet card and it seems it > is re(4) based. However, when I plug the card into the slot, I get > the following messages on my console: > > re0: > port 0x1000-0x10ff mem 0x88000000-0x880000ff irq 21 at device 0.0 on > cardbus0 > re0: Chip rev. 0x18000000 > re0: MAC rev. 0x00000000 > re0: PHY write failed > re0: PHY write failed > re0: PHY read failed > re0: MII withot any phy! > device_attach: re0 attach returned 6 > > Do you have any ideas how can I try to work this out? It is the most > recent installation of PC-BSD, i.e. FreeBSD 7.1-PRERELEASE Thu Sep > 11 09:07:25 EDT 2008 i386. > > pciconf -lv lists: > > re0@pci0:4:0:0: class=0x020000 card=0x816910ec chip=0x816910ec > rev=0x10 hdr=0x00 > vendor = 'Realtek Semiconductor' > device = 'RTL8110SB Single-Chip Gigabit LOM Ethernet Controller' > class = network > subclass = ethernet > > If you need any more information, please let me know. > re(4) didn't require special PHY handling for 8169/8110 controllers. Did it ever work on older FreeBSD releases? I vaguely remember nork@ (Norikatsu Shigemura) also said Carbus GbE (RTL8169SBL) is not working but he could see successful attachment of rgephy(4). How about plugging UTP cable to controller before loading driver? -- Regards, Pyun YongHyeon