From owner-freebsd-hardware@FreeBSD.ORG Thu Aug 17 06:46:00 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 162D516A4DF for ; Thu, 17 Aug 2006 06:46:00 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.181]) by mx1.FreeBSD.org (Postfix) with ESMTP id DEFD243D46 for ; Thu, 17 Aug 2006 06:45:58 +0000 (GMT) (envelope-from pyunyh@gmail.com) Received: by py-out-1112.google.com with SMTP id c59so665686pyc for ; Wed, 16 Aug 2006 23:45:58 -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=nyiAYe9p0L6LNU+8ybQoa+bCxk65vH1StmQEaWGM6WVRvU0M1NhW2UiBWEqdV6fFxpIfY+9aSM0YMmapfisJJ8RSnznF6f8swzvAa3OH06azFbnn+IMLJTNoHyTPzYV9L88gD4hRzFFI2n5XTIo5HFQylbeVI3Ew5UWSMhnb+Wo= Received: by 10.35.121.2 with SMTP id y2mr3049134pym; Wed, 16 Aug 2006 23:45:58 -0700 (PDT) Received: from michelle.cdnetworks.co.kr ( [211.53.35.84]) by mx.gmail.com with ESMTP id 38sm362076nza.2006.08.16.23.45.56; Wed, 16 Aug 2006 23:45:57 -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 k7H6m3UL052173 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 17 Aug 2006 15:48:03 +0900 (KST) (envelope-from pyunyh@gmail.com) Received: (from yongari@localhost) by michelle.cdnetworks.co.kr (8.13.5/8.13.5/Submit) id k7H6m3a7052172; Thu, 17 Aug 2006 15:48:03 +0900 (KST) (envelope-from pyunyh@gmail.com) Date: Thu, 17 Aug 2006 15:48:03 +0900 From: Pyun YongHyeon To: Dinesh Nair Message-ID: <20060817064803.GH49739@cdnetworks.co.kr> References: <44E040CF.9080205@alphaque.com> <44E05598.20004@alphaque.com> <20060816123731.GE45370@cdnetworks.co.kr> <44E4073C.9010008@alphaque.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <44E4073C.9010008@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: Thu, 17 Aug 2006 06:46:00 -0000 On Thu, Aug 17, 2006 at 02:05:48PM +0800, Dinesh Nair wrote: > > > On 08/16/06 20:37 Pyun YongHyeon said the following: > >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). > > ifconfig re0 media 10baset or 100baset always returns error, so there > doesn't seem to be anyway of forcing the media type. > > >Does old(working) version also show 'none' for media? > >Do you use manual media configuration instead of 'auto'? > > i never got re(4) working, and the patch i'm currently using forces the use > of rl(4) instead of using re(4). using rl(4) still shows media as none, but > it works the way it should with packets going in and out. i've yet to try > dag-erling's suggestion of disabling rx and tx checksums. i'll also try I think disabling checksum offload wouldn't help either. re(4)/rlphy(4) should be taught to detect link status. > with the patch you sent it to see if that works. > -- Regards, Pyun YongHyeon