From owner-freebsd-current@FreeBSD.ORG Sat Aug 14 19:50:08 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6EE2916A4CE for ; Sat, 14 Aug 2004 19:50:08 +0000 (GMT) Received: from outbound0.sv.meer.net (outbound0.sv.meer.net [205.217.152.13]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5B76543D1D for ; Sat, 14 Aug 2004 19:50:06 +0000 (GMT) (envelope-from gnn@neville-neil.com) Received: from mail.meer.net (mail.meer.net [209.157.152.14]) i7EJnHr2038722; Sat, 14 Aug 2004 12:49:17 -0700 (PDT) (envelope-from gnn@neville-neil.com) Received: from minion.local.neville-neil.com (h234.neville-neil.com [209.157.133.234] (may be forged)) by mail.meer.net (8.12.10/8.12.2/meer) with ESMTP id i7EJn2Dr061483; Sat, 14 Aug 2004 12:49:02 -0700 (PDT) (envelope-from gnn@neville-neil.com) Date: Sat, 14 Aug 2004 12:49:01 -0700 Message-ID: From: "George V. Neville-Neil" To: Vitaly Markitantov In-Reply-To: <20040814175724.50404.qmail@web13422.mail.yahoo.com> References: <20040814175724.50404.qmail@web13422.mail.yahoo.com> User-Agent: Wanderlust/2.10.1 (Watching The Wheels) SEMI/1.14.5 (Awara-Onsen) FLIM/1.14.5 (Demachiyanagi) APEL/10.5 Emacs/21.2 (powerpc-apple-darwin) MULE/5.0 (SAKAKI) MIME-Version: 1.0 (generated by SEMI 1.14.5 - "Awara-Onsen") Content-Type: text/plain; charset=US-ASCII cc: current@freebsd.org Subject: Re: lnc0 in VmWare doesn't work X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Aug 2004 19:50:08 -0000 At Sat, 14 Aug 2004 10:57:24 -0700 (PDT), Vitaly Markitantov wrote: > > On Sat, 14 Aug 2004, Vitaly Markitantov wrote: > > > > > > I can't get any files off of my system because without lnc0 it has no > > > > network. I can only get in on the vmware console. > > > > > > I use for this purpose USB-flash drive. > > > > > > But turning off ACPI does nothing for this problem. lnc0 still doesn't > > > work without ACPI too. > > > > I did make a change yesterday to add IFF_NEEDSGIANT to the ifnet flags of > > the interface. Theory suggests this should't be the problem (especially > > if you're not running with debug.mpsafenet=1), but practice is generally > > more relevant :-). Is it possible for you to check to see if the > > before/after versions of that change to see if that's the cause? > > I will try tomorrow, but i saw problem with lnc0 before yesterdays changes. > I think problems appeared around August 04-07. OK, I believe this is an interrupt problem. I turned on debugging and the memory locations of the tx and rx rings look OK. THe problem is nothing is being sent/received, the rings are full but nothing else. I need to figure out how to mount a USB flash drive, under -CURRENT as the Guest and Red Hat 9 as the vmware host. Then I can send the output along. I'll look more into this tonight as my test pod is dead without this stuff and I need to test some IPv6 stuff. Later, George