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 [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message