From owner-freebsd-stable@FreeBSD.ORG Tue Jan 31 14:23:28 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 0E0C816A420; Tue, 31 Jan 2006 14:23:28 +0000 (GMT) (envelope-from hdemir@metu.edu.tr) Received: from kale.cc.metu.edu.tr (kale.general.services.metu.edu.tr [144.122.144.157]) by mx1.FreeBSD.org (Postfix) with ESMTP id 591FE43D72; Tue, 31 Jan 2006 14:23:16 +0000 (GMT) (envelope-from hdemir@metu.edu.tr) Received: from simena.user.services.metu.edu.tr (simena.user.services.metu.edu.tr [144.122.144.15]) by kale.cc.metu.edu.tr (8.12.11/8.12.11) with ESMTP id k0VENE7N009873; Tue, 31 Jan 2006 16:23:14 +0200 Received: (from hdemir@localhost) by simena.user.services.metu.edu.tr (8.13.5/8.13.5/Submit) id k0VENDJs241840; Tue, 31 Jan 2006 16:23:13 +0200 Date: Tue, 31 Jan 2006 16:23:12 +0200 From: husnu demir To: Oleg Bulyzhin Message-ID: <20060131142312.GA811046@metu.edu.tr> References: <20060127162904.GA1224732@metu.edu.tr> <20060128080843.GA22614@lath.rinet.ru> <20060129144448.GA1077392@metu.edu.tr> <20060130205742.GB82483@lath.rinet.ru> <20060131081435.GA1081452@metu.edu.tr> <20060131093625.GB88914@lath.rinet.ru> <20060131121637.GA495842@metu.edu.tr> <20060131122810.GF4297@cell.sick.ru> <20060131133111.GB495842@metu.edu.tr> <20060131141655.GA93396@lath.rinet.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060131141655.GA93396@lath.rinet.ru> User-Agent: Mutt/1.5.10i X-Virus-Scanned: ClamAV 0.88/1262/Mon Jan 30 22:23:09 2006 on kale.cc.metu.edu.tr X-Virus-Status: Clean 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: Tue, 31 Jan 2006 14:23:28 -0000 On Tue, Jan 31, 2006 at 05:16:55PM +0300, Oleg Bulyzhin wrote: > On Tue, Jan 31, 2006 at 03:31:11PM +0200, husnu demir wrote: > > Anyway, let me learn to use cvs some other day. I do what u said and applied patch. It is working. At least I can ping and when I gave an IP address to the Interface and remove the physical connection, it shows UP/DOWN. If it is made UP but has no IP address, It shows nothing. But I will use it with an IP address so no problem. > > > > Excuse me, I didnt understand this one: > "If it is made UP but has no IP address, It shows nothing." > > Are you talking about running 'ifconfig bge2 up' (without ip bound to bge2)? > "It shows nothing" - does it mean no UP/DOWN messages in console.log or > ifconfig bge2 reports status 'no carrier'? > Yes, I made ifconfig bge2 up without ip bound. Then remove the physical connection but no messages seen on the console. Even it did not show 'no carrier' messages. Still sees active. Husnu Demir. > > Switch still shows "CRC Error Frames" when I do UP/DOWN. > I'll try to investigate the issue. > > > > Thanks. > > > > Husnu Demir. > > > > > > P.S. do you see both types of link messages in your console.log ('link UP/DOWN' > and 'link state state change to UP/DOWN')? are they synchronized? > > -- > Oleg.