From owner-freebsd-acpi@FreeBSD.ORG Fri Dec 12 14:40:26 2008 Return-Path: Delivered-To: freebsd-acpi@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6A9C71065678 for ; Fri, 12 Dec 2008 14:40:26 +0000 (UTC) (envelope-from unga888@yahoo.com) Received: from web57004.mail.re3.yahoo.com (web57004.mail.re3.yahoo.com [66.196.97.108]) by mx1.freebsd.org (Postfix) with SMTP id 02E608FC08 for ; Fri, 12 Dec 2008 14:40:25 +0000 (UTC) (envelope-from unga888@yahoo.com) Received: (qmail 94722 invoked by uid 60001); 12 Dec 2008 14:40:25 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:X-Mailer:Date:From:Reply-To:Subject:To:In-Reply-To:MIME-Version:Content-Type:Message-ID; b=M6yQRx9XGlxc424HOQ+lOURFRLm1gtAEHztU49WR9/ceOIyH9HyUt+DzqIX5AANeQkncvSXDAAxbx1llZIJxfOOqHgV3k4I3eo2zTb3FiQMZNLYBR4pDSZRE9nITeFYEu3ErG9vW8BXNa/4B443FErbZ61B/aR0ZjR8xy7kv3Vk=; X-YMail-OSG: FSk6beIVM1klBftFwbW0Kn0YkovQL5oUE.NF9TzMvIdkHMssZQf357Z1oqL0H.okMpGHWSdMrToMrfRKpOgp2ML21lXUx40IpfSwTNzAtXefKia2wUKRPhmRHNArhj51mC_YtElQwRP5pONStf55fRSiktw- Received: from [220.255.7.156] by web57004.mail.re3.yahoo.com via HTTP; Fri, 12 Dec 2008 06:40:25 PST X-Mailer: YahooMailWebService/0.7.260.1 Date: Fri, 12 Dec 2008 06:40:25 -0800 (PST) From: Unga To: freebsd-acpi@freebsd.org In-Reply-To: <4940FF59.3090904@obluda.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Message-ID: <269230.94089.qm@web57004.mail.re3.yahoo.com> Subject: Re: shutdown does not power down X-BeenThere: freebsd-acpi@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: unga888@yahoo.com List-Id: ACPI and power management development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Dec 2008 14:40:26 -0000 I tried to enable debugging on ACPI and see what happens. I did following: 1. make WITH_KDB=YES WITH_DDB=YES WITH_GDB=YES \ buildkernel KERNCONF=MYKERNEL 2. make WITH_KDB=YES WITH_DDB=YES WITH_GDB=YES \ installkernel KERNCONF=MYKERNEL 3. cd /sys/modules/acpi/acpi make clean make ACPI_DEBUG=1 make install But I still get following messages when loading acpi.ko: Preloaded elf kernel "/boot/kernel/kernel" at 0xc0d2a000. Preloaded elf module "/boot/kernel/acpi.ko" at 0xc0d2a188. link_elf: symbol db_readline undefined KLD file acpi.ko - could not finalize loading How could I enable ACPI debugging on FreeBSD 7.0? Best regards Unga