From owner-freebsd-questions@FreeBSD.ORG Fri Feb 17 00:16:50 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 B2CA716A420 for ; Fri, 17 Feb 2006 00:16:50 +0000 (GMT) (envelope-from andrew.chace@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C54D43D45 for ; Fri, 17 Feb 2006 00:16:49 +0000 (GMT) (envelope-from andrew.chace@gmail.com) Received: by zproxy.gmail.com with SMTP id f1so294031nzc for ; Thu, 16 Feb 2006 16:16:49 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:subject:from:to:cc:in-reply-to:references:content-type:date:message-id:mime-version:x-mailer:content-transfer-encoding; b=uHS0ssHnahK1vZhtJ0QDIrw6epIb6Ugveq97n2rj6OCBCSvAhrKtVvbMWm1XqoiSiTqEva3cbU8vcRCeC0KfQ/32xBSYxyqLfo0ua+7ru+U1E0wW3f4PNTNexiecCDku8uYO5IpEiv1ZUqG/BGoNAieFXqbArjlZpSAJrNETiv8= Received: by 10.36.251.4 with SMTP id y4mr1652818nzh; Thu, 16 Feb 2006 16:16:49 -0800 (PST) Received: from netvista.network ( [71.214.204.80]) by mx.gmail.com with ESMTP id 24sm845394nzn.2006.02.16.16.16.47; Thu, 16 Feb 2006 16:16:48 -0800 (PST) From: Andrew To: Fabian Keil In-Reply-To: <20060216204535.3c4e7d9c@localhost> References: <1140117830.602.19.camel@netvista.network> <20060216204535.3c4e7d9c@localhost> Content-Type: text/plain Date: Thu, 16 Feb 2006 18:15:50 -0600 Message-Id: <1140135350.602.21.camel@netvista.network> Mime-Version: 1.0 X-Mailer: Evolution 2.4.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: newly built kernel fails to boot 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: Fri, 17 Feb 2006 00:16:50 -0000 On Thu, 2006-02-16 at 20:45 +0100, Fabian Keil wrote: > Andrew wrote: > > > I've just had a go at configuring and rebuilding a kernel for my > > desktop machine. I read the section in handbook, and skimmed over > > NOTES and the GENERIC config. I then copied GENERIC to NETVISTA and > > commented out drivers/devices that I didn't think were relevant to my > > hardware. config(8) is happy with my file, and 'make buildkernel' and > > 'make installkernel' proceed without any errors. So, I ran > > nextboot(8) and rebooted, but the new kernel hangs right after the > > first line printed to the console; the first portion of which is > > 'acpi.ko'. > > > # NETVISTA Kernel Config > > # ACPI Video Extensions (LCD backlight/brightness, video output, etc.) > > > device acpi_video > > Just guessing, but man acpi says: > > |BUGS > | If the acpi driver is loaded as a module when it is already linked as > | part of the kernel, odd things may happen. > > Maybe having acpi_video in the kernel and then loading acpi as > module triggers "odd things" as well. > > Fabian Thank you; I'll remove that device and see what happens... -Andrew