From owner-freebsd-stable@FreeBSD.ORG Mon Dec 10 14:49:42 2007 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 90AC716A418 for ; Mon, 10 Dec 2007 14:49:42 +0000 (UTC) (envelope-from dimitry@andric.com) Received: from tensor.andric.com (cl-327.ede-01.nl.sixxs.net [IPv6:2001:7b8:2ff:146::2]) by mx1.freebsd.org (Postfix) with ESMTP id 572EA13C465 for ; Mon, 10 Dec 2007 14:49:42 +0000 (UTC) (envelope-from dimitry@andric.com) Received: from [IPv6:2001:7b8:3a7:0:bc77:cb1e:67b3:3fa2] (unknown [IPv6:2001:7b8:3a7:0:bc77:cb1e:67b3:3fa2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTP id 94D2B3C; Mon, 10 Dec 2007 15:49:40 +0100 (CET) Message-ID: <475D5203.8080307@andric.com> Date: Mon, 10 Dec 2007 15:49:39 +0100 From: Dimitry Andric User-Agent: Thunderbird 2.0.0.11pre (Windows/20071207) MIME-Version: 1.0 To: Abdullah Ibn Hamad Al-Marri References: <496975.29388.qm@web33714.mail.mud.yahoo.com> In-Reply-To: <496975.29388.qm@web33714.mail.mud.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: FreeBSD STABLE Subject: Re: FreeBSD 7.0 Weird acpi.ko in the dmesg X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Dec 2007 14:49:42 -0000 Abdullah Ibn Hamad Al-Marri wrote: > link_elf: symbol msleep undefined > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > KLD file acpi.ko - could not finalize loading > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Perhaps kldxref failed when you installed this kernel? Or possibly you have an outdated acpi.ko module around. What's the output of: find /boot -type f -name 'acpi*.ko'