From owner-freebsd-stable@FreeBSD.ORG Sat Jan 28 08:08:49 2006 Return-Path: X-Original-To: stable@freebsd.org Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 69DB416A420; Sat, 28 Jan 2006 08:08:49 +0000 (GMT) (envelope-from oleg@lath.rinet.ru) Received: from lath.rinet.ru (lath.rinet.ru [195.54.192.90]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE46A43D45; Sat, 28 Jan 2006 08:08:46 +0000 (GMT) (envelope-from oleg@lath.rinet.ru) Received: from lath.rinet.ru (localhost [127.0.0.1]) by lath.rinet.ru (8.13.4/8.13.4) with ESMTP id k0S88iIc022922 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 28 Jan 2006 11:08:44 +0300 (MSK) (envelope-from oleg@lath.rinet.ru) Received: (from oleg@localhost) by lath.rinet.ru (8.13.4/8.13.4/Submit) id k0S88ijd022921; Sat, 28 Jan 2006 11:08:44 +0300 (MSK) (envelope-from oleg) Date: Sat, 28 Jan 2006 11:08:43 +0300 From: Oleg Bulyzhin To: husnu demir Message-ID: <20060128080843.GA22614@lath.rinet.ru> References: <20060127122438.GA1044592@metu.edu.tr> <20060127153512.GX83922@FreeBSD.org> <20060127161151.GA1093828@metu.edu.tr> <20060127161348.GA83922@cell.sick.ru> <20060127162904.GA1224732@metu.edu.tr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060127162904.GA1224732@metu.edu.tr> User-Agent: Mutt/1.5.11 Cc: stable@freebsd.org, Gleb Smirnoff Subject: Re: if_bge driver problem. - Upgrade to RELEASE :) 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: Sat, 28 Jan 2006 08:08:49 -0000 On Fri, Jan 27, 2006 at 06:29:04PM +0200, husnu demir wrote: > > Also it is important to know whether doing 'ifconfig bge0 -rxcsum -txcsum' > > fixes operation on 6.0-STABLE. > > No, It does not fixed. I will go back to STABLE if you need further detail. > Could you please provide following information: 1) boot with verbose mode on (boot -v or verbose_loading="YES" into your loader.conf) and check your console messages. Are there any "bge2: link UP/DOWN" messages? Unplug/plug cable and check those messages again. 2) When you sniff bge2 with tcpdump which packets do you see (incoming, outgoing, both)? -- Oleg.