Re: [PATCH] Add quirk for ACPI reboots on Intel DP55KG boards.

From: Bryan Donlan
Date: Thu Oct 15 2009 - 20:51:13 EST


On Thu, Oct 15, 2009 at 7:30 PM, Justin Piszcz <jpiszcz@xxxxxxxxxxxxxxx> wrote:

> Same, all methods fail, :(
>
> Justin.

Was there a message on dmesg about setting the reboot type?
dmesg | grep 'series board detected'

If not, please dump the DMI identification values Linux is using like so:
for i in /sys/class/dmi/id/*; do if [ -f $i ]; then echo -n "$i \"";
cat $i | tr -d '\n'; echo '"'; fi; done
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/