Index: src/southbridge/amd/amd8111/amd8111_acpi.c =================================================================== --- src/southbridge/amd/amd8111/amd8111_acpi.c (revision 2302) +++ src/southbridge/amd/amd8111/amd8111_acpi.c (working copy) @@ -119,6 +119,10 @@ if (!on) { byte |= 0x40; } + + /* Does this fix the fans? */ + byte |= ( (1<<0) | (1<<1); + pci_write_config8(dev, PREVIOUS_POWER_STATE, byte); printk_info("set power %s after power fail\n", on?"on":"off");