From owner-freebsd-small@FreeBSD.ORG Fri Aug 22 10:20:47 2003 Return-Path: Delivered-To: freebsd-small@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 345B616A4C1 for ; Fri, 22 Aug 2003 10:20:47 -0700 (PDT) Received: from fep02-mail.bloor.is.net.cable.rogers.com (fep02-mail.bloor.is.net.cable.rogers.com [66.185.86.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id 26BCA43FAF for ; Fri, 22 Aug 2003 10:20:46 -0700 (PDT) (envelope-from tritius@rogers.com) Received: from localhost ([127.0.0.1]) by fep02-mail.bloor.is.net.cable.rogers.comESMTP <20030822172044.DDYU20798.fep02-mail.bloor.is.net.cable.rogers.com@localhost> for ; Fri, 22 Aug 2003 13:20:44 -0400 X-Mailer: Openwave WebEngine, version 2.8.10 (webedge20-101-191-20030113) From: To: Date: Fri, 22 Aug 2003 13:20:44 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Authentication-Info: Submitted using SMTP AUTH LOGIN at fep02-mail.bloor.is.net.cable.rogers.com from [127.0.0.1] using ID at Fri, 22 Aug 2003 13:20:44 -0400 Message-Id: <20030822172044.DDYU20798.fep02-mail.bloor.is.net.cable.rogers.com@localhost> Subject: Re: Re: intermittent network hang on geode when idle X-BeenThere: freebsd-small@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Dedicated and Embedded Systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Aug 2003 17:20:47 -0000 > > From: Soren Kristensen > Date: 2003/08/21 Thu PM 02:56:56 EDT > To: tritius@rogers.com > CC: freebsd-small@freebsd.org > Subject: Re: intermittent network hang on geode when idle > > Hi Mike, > > Have you looked at Power Management ? The Geode VSA code is always > active and have a lot of power mangement that run *above* everything > else.... Maybe check if your hardware's BIOS has some controls. > I hadn't looked at power management previously, but after getting the relevant information from the board manufacturer, this was indeed the case. The board was going to sleep after 20 minutes until the serial port awakened it. It was never noticed before, because the PC-Card, or other functions of the device were not setting it into idle mode. Only when sitting on a table doing nothing but waiting for a test did this problem occur. > As a note, I do have the Geode VSA on the net4801, but I did a custom > build without any power management.... Thank you very much for your idea. It was dead on. Mike 1