Package: linux-image-3.2.0-4-amd64 Version: 3.2.60-1+deb7u3
I'm using an Intense PC 2 from Compulab. This is a 100% fanless server but ACPI complains about ACPI Errors and FAN1 failing transitions. The error occurs after some random time. $ tail -n 200 /var/log/messages |grep ACPI Aug 14 16:29:52 ipc kernel: [86779.761708] ACPI Error: Method parse/execution failed [\_SB_.PCI0.LPCB.H_EC.ECMD] (Node ffff88040dc8b5b0), AE_AML_INFINITE_LOOP (20110623/psparse-536) Aug 14 16:29:52 ipc kernel: [86779.761715] ACPI Error: Method parse/execution failed [\_TZ_.FN01._ON_] (Node ffff88040dc90290), AE_AML_INFINITE_LOOP (20110623/psparse-536) Aug 14 16:29:52 ipc kernel: [86779.761721] ACPI: Device [FAN1] failed to transition to D0 Aug 14 16:29:52 ipc kernel: [86779.762789] ACPI: Device [FAN1] failed to transition to D0 Aug 14 16:29:52 ipc kernel: [86779.960606] ACPI: Device [FAN1] failed to transition to D0 Aug 14 16:29:53 ipc kernel: [86780.269908] ACPI: Device [FAN1] failed to transition to D3 Aug 14 16:29:54 ipc kernel: [86781.301032] ACPI: Device [FAN1] failed to transition to D3 Aug 14 16:30:00 ipc kernel: [86787.281157] ACPI: Device [FAN1] failed to transition to D3 Aug 14 16:30:00 ipc kernel: [86787.797083] ACPI: Device [FAN1] failed to transition to D3 This is an extract of all ACPI events during boot : [ 0.615020] ACPI: Power Resource [FN00] (off) [ 0.615086] ACPI: Power Resource [FN01] (off) [ 0.615147] ACPI: Power Resource [FN02] (off) [ 0.615205] ACPI: Power Resource [FN03] (off) [ 0.615264] ACPI: Power Resource [FN04] (off) . [ 0.987566] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 1.372844] ACPI: Thermal Zone [TZ00] (53 C) [ 1.374631] ACPI: Thermal Zone [TZ01] (53 C) [ 1.375097] ACPI: Fan [FAN0] (off) [ 1.375142] ACPI: Fan [FAN1] (off) [ 1.375188] ACPI: Fan [FAN2] (off) [ 1.375228] ACPI: Fan [FAN3] (off) [ 1.375267] ACPI: Fan [FAN4] (off) [ 1.625235] xhci_hcd 0000:00:14.0: power state changed by ACPI to D0 [ 1.625238] xhci_hcd 0000:00:14.0: power state changed by ACPI to D0 . It seems that 5 fans are detected (FAN0 to FAN4) while, as I said, I have none. Please note that I don't have any /proc/acpi/fan directory : $ ls -la /proc/acpi total 0 dr-xr-xr-x 3 root root 0 Aug 14 23:24 . dr-xr-xr-x 90 root root 0 Aug 13 16:23 .. dr-xr-xr-x 3 root root 0 Aug 14 23:24 button -rw-r--r-- 1 root root 0 Aug 14 23:24 wakeup Thank you. Florent