Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752151AbYLXFv2 (ORCPT ); Wed, 24 Dec 2008 00:51:28 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1750938AbYLXFvT (ORCPT ); Wed, 24 Dec 2008 00:51:19 -0500 Received: from ug-out-1314.google.com ([66.249.92.171]:18824 "EHLO ug-out-1314.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750779AbYLXFvS (ORCPT ); Wed, 24 Dec 2008 00:51:18 -0500 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:subject:date:user-agent:mime-version:content-type :content-transfer-encoding:content-disposition:message-id; b=RIDrQaALCykQ6o+SRtnAkMR4+ayCpDifZNyi8Dj4tDoY+7O1mvKf3YcHDychiQIIEl lVM8TkRii4Rc2I5uWeDvm7HvynGxhGuWqW2gcFPMDzpxC4TnabXH1dowOGcUfgg/UmB7 ERcpD2P+wKCxuyBlz/qqBWM6hhthtIQVYTcKA= From: "Alexander E. Patrakov" To: LKML Subject: Question about not saving power Date: Wed, 24 Dec 2008 10:50:24 +0500 User-Agent: KMail/1.10.92 (Linux/2.6.27-ARCH; KDE/4.1.85; i686; ; ) MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200812241050.24804.patrakov@gmail.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1000 Lines: 22 Hello. I tried playing with some audio apps like JACK and fluidsynth, and noticed the following. If I set the parameters in JACK so that the latency becomes less than ~10 milliseconds, a faint tone appears in the headphones connected to the onboard sound card. I guess that its frequency is the tone is the same as that of the interrupts generated by the sound card. The tone disappears if I run something like "while : ; do : ; done" that consumes CPU time continuously, so I guess this has something to do with the power-saving features and less-than-perfect PSU. My question is: what are my options (like kernel parameters) to disable power- saving features, other than running such CPU-eating process continuously? -- Alexander E. Patrakov -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/