From owner-freebsd-hardware@FreeBSD.ORG Wed Aug 16 12:39:01 2006 Return-Path: X-Original-To: freebsd-hardware@freebsd.org Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 89E5016A51E for ; Wed, 16 Aug 2006 12:39:01 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.176]) by mx1.FreeBSD.org (Postfix) with ESMTP id 140B543E1F for ; Wed, 16 Aug 2006 12:35:38 +0000 (GMT) (envelope-from pyunyh@gmail.com) Received: by py-out-1112.google.com with SMTP id c59so278596pyc for ; Wed, 16 Aug 2006 05:35:36 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:date:from:to:cc:subject:message-id:reply-to:references:mime-version:content-type:content-disposition:in-reply-to:user-agent; b=V6TfLfUvIBc7FIioje3/KfoVBXGg8iMlup4g+pE2davbY0Pi4ahNUYTNt/M2yJFd9U4L2VkgbDeVjXxcTCxyfjVnIIJx8NMBdxQxyOKtQDCR1FGCzoz/HV/K+x93j9KOsQaK2wUpVHfPoq452M9NkvLT7qLQZyKX/7b2OnpS82I= Received: by 10.35.41.14 with SMTP id t14mr1309431pyj; Wed, 16 Aug 2006 05:35:35 -0700 (PDT) Received: from michelle.cdnetworks.co.kr ( [211.53.35.84]) by mx.gmail.com with ESMTP id 12sm1738985nzn.2006.08.16.05.35.33; Wed, 16 Aug 2006 05:35:35 -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 k7GCbW91047922 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 16 Aug 2006 21:37:32 +0900 (KST) (envelope-from pyunyh@gmail.com) Received: (from yongari@localhost) by michelle.cdnetworks.co.kr (8.13.5/8.13.5/Submit) id k7GCbVBG047921; Wed, 16 Aug 2006 21:37:31 +0900 (KST) (envelope-from pyunyh@gmail.com) Date: Wed, 16 Aug 2006 21:37:31 +0900 From: Pyun YongHyeon To: Dinesh Nair Message-ID: <20060816123731.GE45370@cdnetworks.co.kr> References: <44E040CF.9080205@alphaque.com> <44E05598.20004@alphaque.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <44E05598.20004@alphaque.com> User-Agent: Mutt/1.4.2.1i Cc: freebsd-hackers@freebsd.org, freebsd-hardware@freebsd.org Subject: Re: Unable to get RealTek 8139C+ to work with re(4) under FreeBSD 6.1 X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pyunyh@gmail.com List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Aug 2006 12:39:01 -0000 On Mon, Aug 14, 2006 at 06:51:04PM +0800, Dinesh Nair wrote: > > > On 08/14/06 17:22 Dinesh Nair said the following: > > > >i've got a single board computer with VIA C3 Samuel 2, 256MB RAM and 4 > >onboard Realtek 8139C+ NICs. I'm attempting to get FreeBSD 6.1-STABLE > >working on them, but the realtek NICs just don't seem to want to work. > >booting up led to a kernel trap with the following, > > based on a pointer from luigi rizzo, i disabled the check for the 8139C+ in > /usr/src/sys/pci/if_rl.c to force the rl driver to bind to the card, and > that seemed to do the trick in getting it to work. ifconfig still shows > that the media is set to 'none' and a missing status line, but the box is > pingable at the least. > If the media is set to 'none' you couldn't send anything from re(4) as recent changes checks whether the link is present(Receiver should work). Does old(working) version also show 'none' for media? Do you use manual media configuration instead of 'auto'? -- Regards, Pyun YongHyeon