> Throw this one in the running for strangest bug ever: > > For some reason, on 2.6.17-2.6.19(+others?) the acpi_processor_idle > loop enabled by CONFIG_ACPI_PROCESSOR is causing my laptop's speakers > to buzz.. If the option is disabled or built as a module (or if I run > both my CPUs' usage up to 100%), the speakers are silent. > Hi! Your problem is related to hardware - poor filtering of power buses, causing current peaks to penetrate to the sound circuitry (or possibly causing some other hardware like a ferrite transformer) to emit sound. By entering deeper sleep states (especially C3), power consumption of the CPU substantially reduces. By returning to C0, it increases again. These events happen periodically, thus causing a continuous wave to be produced. When the system is not idle (working), the acpi CPU module is removed (so no sleeping) or USB is busy (so no C3, because of high BM activity), there is no reason for the sound. With regards, Pavel Troller - To unsubscribe from this list: send the line "unsubscribe linux-acpi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html