From owner-freebsd-questions@FreeBSD.ORG Thu Jan 5 09:55:05 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 63A0B16A41F for ; Thu, 5 Jan 2006 09:55:05 +0000 (GMT) (envelope-from crispy.beef@ntlworld.com) Received: from mta09-winn.ispmail.ntl.com (mta09-winn.ispmail.ntl.com [81.103.221.49]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7EA0A43D55 for ; Thu, 5 Jan 2006 09:55:03 +0000 (GMT) (envelope-from crispy.beef@ntlworld.com) Received: from aamta11-winn.ispmail.ntl.com ([81.103.221.35]) by mta09-winn.ispmail.ntl.com with ESMTP id <20060105095502.BGAR8609.mta09-winn.ispmail.ntl.com@aamta11-winn.ispmail.ntl.com>; Thu, 5 Jan 2006 09:55:02 +0000 Received: from [192.168.0.10] (really [82.12.81.129]) by aamta11-winn.ispmail.ntl.com with ESMTP id <20060105095502.GITU29634.aamta11-winn.ispmail.ntl.com@[192.168.0.10]>; Thu, 5 Jan 2006 09:55:02 +0000 Message-ID: <43BCECF4.50109@ntlworld.com> Date: Thu, 05 Jan 2006 09:55:00 +0000 From: Crispy Beef User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051017) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Nikolas Britton References: <43B951B4.1060601@ntlworld.com> <20060102184137.GI7533@osiris.chen.org.nz> <43BA9432.6090409@ntlworld.com> <43BC0484.9020502@ntlworld.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Kernel Compilation... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Jan 2006 09:55:05 -0000 >>Still sounds like a hardware problem. Maybe the laptop is overheating, >>compiling software is always hard on a system. Also I don't think >>Memtest86 will show you anything even if your ram is bad. The best way >>to find out is to just change it out if you have extra somewhere or >>remove part of it and/or shuffle it around. >> >>Check for thermal issues, maybe build the kernel with the laptop in >>the refrigerator or something :-). If you do something like that make >>sure you don't get condensation buildup when you take it out of the >>cold and into the warm... but the humidity is always low in the winter >>so it shouldn't be to much of a problem. >> > > > One more thing. You said this was an older laptop (400ish MHz) right? > If so you better double check that ACPI is working and that the > thermal trip points are set correctly. I had a major problem with an > Armada 1750 (PII-M@366MHz i440BX) in that ACPI was totally broken. > FreeBSD 5.x would never trip the fans on. The system hit would 100C > (212F) and then FreeBSD would auto shutdown the system. I sold the > laptop after I found that out and bought a better one, an Omnibook > 6000 (PIII@700MHz with 440BX). I still had major problems with ACPI so > I decide to just install SuSE 9.3 Pro on it. SuSE worked perfect. 466MHz P2 Celeron with 128Mb RAM on an i440BX mobo. The system won't boot unless it's with ACPI enabled, just panics during start-up. > > FreeBSD's ACPI implementation and laptops with i440BX/MX or earlier > chipsets don't mix well. sysctl will help you with the thermal > settings and http://acpi.sourceforge.net/ will help if you need a new > DSDT. this will help some too: > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/acpi-debug.html Actually thinking about it now I've got this system running you could be right, since then I've had to get my PCMCIA network card running properly, whenever it gets plugged in the kernel panics, did some research and found that by putting debug.acpi.disabled="sysresource" into the /boot/loader.conf file that it works just fine, so as you say there definitely seems to be some issues with ACPI. You can hear the CPU fan wind up and down while the system is running, that's something I don't remember from having Gentoo compiling...that always worked just fine, so it could well be a heat issue. The chipset on the laptop is an Intel i440BX jobbie. Will look into the thermal thing now, cheers.