From owner-freebsd-current@FreeBSD.ORG Mon Jun 7 02:28:28 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EA58B16A4CE for ; Mon, 7 Jun 2004 02:28:28 +0000 (GMT) Received: from mtiwmhc11.worldnet.att.net (mtiwmhc11.worldnet.att.net [204.127.131.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7021B43D1D for ; Sun, 6 Jun 2004 19:28:28 -0700 (PDT) (envelope-from j.e.drews@att.net) Received: from 204.127.135.43 ([204.127.135.43]) by worldnet.att.net (mtiwmhc11) with SMTP id <200406070228251110090j1de>; Mon, 7 Jun 2004 02:28:25 +0000 Received: from [64.105.56.145] by 204.127.135.43; Mon, 07 Jun 2004 02:28:23 +0000 From: j.e.drews@att.net To: Nate Lawson Date: Mon, 07 Jun 2004 02:28:23 +0000 Message-Id: <060720040228.15268.40C3D2C70002FD6F00003BA421587667559C990A9D0BD20AD206@att.net> X-Mailer: AT&T Message Center Version 1 (May 27 2004) X-Authenticated-Sender: ai5lLmRyZXdzQGF0dC5uZXQ= cc: current@freebsd.org Subject: Re: ACPI Error: AE_NO_HARDWARE_RESPONSE X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Jun 2004 02:28:29 -0000 Nate: I am sorry for all the mistakes. Here is the correct dmesg output: http://www.silbsd.org/bugreports/acpi.dmesg2.txt FreeBSD 5.2-CURRENT #0: Sun Jun 6 17:03:51 CDT 2004 root@notebook.silbsd.org:/usr/obj/usr/src/sys/NOTEBOOK Preloaded elf kernel "/boot/kernel/kernel" at 0xc09f3000. Preloaded elf module "/boot/kernel/acpi.ko" at 0xc09f3244. Timecounter "i8254" frequency 1193182 Hz quality 0 CPU: Intel(R) Pentium(R) M processor 1500MHz (1493.94-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0x695 Stepping = 5 Features=0xa7e9f9bf real memory = 536281088 (511 MB) avail memory = 515096576 (491 MB) random: > Closer. :) You need options DDB in your kernel. > > FreeBSD 5.2-CURRENT #0: Sat Jun 5 22:58:42 CDT 2004 > root@notebook.silbsd.org:/usr/obj/usr/src/sys/NOTEBOOK > Preloaded elf kernel "/boot/kernel/kernel" at 0xc0a15000. > Preloaded elf module "/boot/kernel/acpi.ko" at 0xc0a15244. > link_elf: symbol db_readline undefined > ^^^^^^^^^^^^^^ > KLD file acpi.ko - could not finalize loading > > On Sun, 6 Jun 2004 j.e.drews@att.net wrote: > > OK Nate: > > > > Hopefully I have gotten it right this time. > > > > The Regents of the University of California. All rights reserved. > > FreeBSD 5.2-CURRENT #0: Sat Jun 5 22:58:42 CDT 2004 > > root@notebook.silbsd.org:/usr/obj/usr/src/sys/NOTEBOOK > > Preloaded elf kernel "/boot/kernel/kernel" at 0xc0a15000. > > Preloaded elf module "/boot/kernel/acpi.ko" at 0xc0a15244. > > > > I never could get it to laod at the prompt so I transfered the acpi.ko with > debugging enabled into /boot/kernel. > > > > the new dmesg is here: > > http://www.silbsd.org/bugreports/acpi.dmesg2.txt > > > > Kind regards, > > Jonathan > > > > > > > On Sun, 6 Jun 2004 j.e.drews@att.net wrote: > > > > I have followed your instructions and the output of dmesg is here: > > > >d > > > This indicates you didn't copy acpi.ko to / and maybe copied acpi.kld. > > > Thus there is no debugging output. If it was acpi.ko, it would be labeled > > > "elf module" as below: > > > > > > > Preloaded elf module "/boot/kernel/acpi.ko" at 0xc0a6127c. > > > ^^^^^^^^^^^^^^^^^^^ > > > > > > Since the kld was not the kernel module, your kernel went and loaded the > > > original acpi.ko from /boot/kernel, which doesn't have debugging enabled. > > > > > > Please check against the instructions I list again below: > > > > > > -Nate > > > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"