From owner-freebsd-current@FreeBSD.ORG Sat Aug 14 20:02:21 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 3FF3416A4CF for ; Sat, 14 Aug 2004 20:02:21 +0000 (GMT) Received: from mail.parodius.com (mail.parodius.com [64.62.145.229]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0373543D46 for ; Sat, 14 Aug 2004 20:02:21 +0000 (GMT) (envelope-from jdc@pentarou.parodius.com) Received: from pentarou.parodius.com (jdc@localhost [127.0.0.1]) by mail.parodius.com (8.12.11/8.12.11) with ESMTP id i7EK2KLX058316 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Sat, 14 Aug 2004 13:02:20 -0700 (PDT) (envelope-from jdc@pentarou.parodius.com) Received: (from jdc@localhost) by pentarou.parodius.com (8.12.11/8.12.11/Submit) id i7EK2K1v058315 for current@freebsd.org; Sat, 14 Aug 2004 13:02:20 -0700 (PDT) (envelope-from jdc) Date: Sat, 14 Aug 2004 13:02:20 -0700 From: Jeremy Chadwick To: current@freebsd.org Message-ID: <20040814200220.GA58201@parodius.com> Mail-Followup-To: current@freebsd.org References: <20040814175724.50404.qmail@web13422.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.6i 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 20:02:21 -0000 For the USB pen drive -- make sure you have uhci or ohci support in your kernel, along with usb, umass, scbus, and da. You can load some of these as modules as well. The device will appear as a umass device, which gets translated via geom to a SCSI CAM devie. Just mount it as da0 (or whatever the kernel picks). Happy hacking! -- | Jeremy Chadwick jdc at parodius.com | | Parodius Networking http://www.parodius.com/ | | UNIX Systems Administrator Mountain View, CA, USA | | Making life hard for others since 1977. | On Sat, Aug 14, 2004 at 12:49:01PM -0700, George V. Neville-Neil wrote: > 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 > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"