Date: Tue, 15 Oct 2002 22:17:53 +0900 (JST) From: Mitsuru IWASAKI <iwasaki@jp.FreeBSD.org> To: ken@kdm.org Cc: jhb@FreeBSD.ORG, current@FreeBSD.ORG Subject: Re: PCI problems with today's current Message-ID: <20021015.221753.96914499.iwasaki@jp.FreeBSD.org> In-Reply-To: <20021014153617.A80354@panzer.kdm.org> References: <20021005230043.A19273@panzer.kdm.org> <20021006.142541.67030894.iwasaki@jp.FreeBSD.org> <20021014153617.A80354@panzer.kdm.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi, > > But never mind, you can force to compile the ASL and generate DSDT; > > # iasl -i SupermicroP3TDE6.new.asl > > then copy generated acpi_dsdt.aml to /boot/. > > # cp acpi_dsdt.aml /boot/ > > Okay, I did that, and then typed the following at the boot prompt: > > set acpi_dsdt_load="YES" > set acpi_dsdt_name="/boot/acpi_dsdt.aml" > > Things still don't seem to be working properly. I've attached dmesg > output. [snip] > Preloaded elf kernel "/boot/kernel.test32/kernel" at 0xc0569000. > Preloaded elf module "/boot/kernel.test32/acpi.ko" at 0xc05690b0. > Timecounter "i8254" frequency 1193182 Hz Hmm, it seems that /boot/acpi_dsdt.aml doesn't to be loaded. I think `set acpi_dsdt_load="YES"' at the boot prompt is not effective. How about having acpi_dsdt_load="YES" in your loader.conf, or typing `load -t acpi_dsdt /boot/acpi_dsdt.aml' at the boot prompt ? Thanks To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021015.221753.96914499.iwasaki>