I compiled acpi and am trying to boot with it in order to fix some weird kernel spam in the console.
acpi_tz0: _CRT value is absurd, ignored (256.1C)
I constantly get this type of message and overwrite the output in the tty.
My laptop tolerates this: HP Compaq nx6320
I read this http://wp.xin.at/archives/5312 and this https://docs.freebsd.org/doc/9.2-RELEASE/usr/share/doc/freebsd/en/books/handbook/ACPI-debug.html
My loader.conf has the lines:
nothing has changed after a reboot.
# kldload acpi_dsdt
acpi_tz0: _CRT value is absurd, ignored (256.1C)
I constantly get this type of message and overwrite the output in the tty.
My laptop tolerates this: HP Compaq nx6320
I read this http://wp.xin.at/archives/5312 and this https://docs.freebsd.org/doc/9.2-RELEASE/usr/share/doc/freebsd/en/books/handbook/ACPI-debug.html
My loader.conf has the lines:
Code:
acpi_dsdt_load="YES"
acpi_dsdt_name="/boot/acpi-modded.aml"
nothing has changed after a reboot.
# kldload acpi_dsdt
Code:
kldload: can't load acpi_dsdt: No such file or directory